Page 1 of 1

How can I see all checks made in one service?

Posted: Thu Mar 26, 2020 3:00 am
by iam33
Hi! Thanks in advance!

How can I see all the checks made to a service in a period of time?

Thanks!

Re: How can I see all checks made in one service?

Posted: Fri Mar 27, 2020 5:06 am
by iam33
I have already solved it, the solution is enough to change the debug level of nagios with the parameter (16 = Host / service checks):

Code: Select all

debug_level = 16
and it is recommended to include testing the services at startup, with the parameter:

Code: Select all

log_initial_states = 1
After this, all the tests will be included in the debug file, indicated in the parameter:

Code: Select all

debug_file = / opt / nagios / var / nagios.debug

Re: How can I see all checks made in one service?

Posted: Fri Mar 27, 2020 4:22 pm
by scottwilkerson
iam33 wrote:I have already solved it
Great!

Glad to hear you have it worked out

Locking thread