How can I see all checks made in one service?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
iam33
Posts: 58
Joined: Mon Mar 18, 2013 5:30 am

How can I see all checks made in one service?

Post by iam33 »

Hi! Thanks in advance!

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

Thanks!
iam33
Posts: 58
Joined: Mon Mar 18, 2013 5:30 am

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

Post 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
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?

Post by scottwilkerson »

iam33 wrote:I have already solved it
Great!

Glad to hear you have it worked out

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked