#debugging http_check module

1 messages · Page 1 of 1 (latest)

limpid notch
#

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.

indigo cargo
#

as far as i know the -d debug mode is best option

#

so it might maybe depend on if what you need is in the debug msg's

solemn orchid
#

but it is a debug level message, so you can see them only when running the collector in debug mode

./go.d.plugin -d -m httpcheck