Is there a way to enable logging to find out what data is returned for httpcheck.status in this module?
I guess I could run with:
./go.d.plugin -d -m httpcheck
Or perhaps run the service with -W debug_flags=N (although I don't know what flags are available)?
Ideally I only want to get failures or non-standard results as the log will probably be very busy otherwise.