Hi! Thanks in advance!
How can I see all the checks made to a service in a period of time?
Thanks!
How can I see all checks made in one service?
Re: How can I see all checks made in one service?
I have already solved it, the solution is enough to change the debug level of nagios with the parameter (16 = Host / service checks):
and it is recommended to include testing the services at startup, with the parameter:
After this, all the tests will be included in the debug file, indicated in the parameter:
Code: Select all
debug_level = 16
Code: Select all
log_initial_states = 1
Code: Select all
debug_file = / opt / nagios / var / nagios.debug-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: How can I see all checks made in one service?
Great!iam33 wrote:I have already solved it
Glad to hear you have it worked out
Locking thread