Search found 5 matches

by Hildebart
Tue Jun 30, 2015 7:09 am
Forum: Open Source Nagios Projects
Topic: Passive check listed as Disabled
Replies: 10
Views: 4149

Re: Passive check listed as Disabled

But this service will never have an active check. Just a passive one. As long as the definition is .. passive_checks_enabled 1 active_checks_enabled 0 .. the service should not be listed as if the active check is disabled. I thought active check disabled meant "there is an active check defined ...
by Hildebart
Fri Jun 26, 2015 3:45 am
Forum: Open Source Nagios Projects
Topic: Passive check listed as Disabled
Replies: 10
Views: 4149

Re: Passive check listed as Disabled

The service already had passive checks enabled in the GUI: nagios1.png I tried "Stop accepting passive checks for this service" and then "Start accepting passive checks for this service" again. Didn't help. I also tried "Enable active checks for this service" and then &...
by Hildebart
Thu Jun 25, 2015 2:05 am
Forum: Open Source Nagios Projects
Topic: Passive check listed as Disabled
Replies: 10
Views: 4149

Re: Passive check listed as Disabled

No settings was commented out so I removed the comments from the output.

Code: Select all

# grep passive /usr/local/nagios/etc/nagios.cfg|grep -v "^#"
log_passive_checks=0
accept_passive_service_checks=1
accept_passive_host_checks=1
translate_passive_host_checks=0
passive_host_checks_are_soft=0
by Hildebart
Wed Jun 24, 2015 9:08 am
Forum: Open Source Nagios Projects
Topic: Passive check listed as Disabled
Replies: 10
Views: 4149

Re: Passive check listed as Disabled

I already have "passive_checks_enabled 1". Here's the service definition: define service { service_description Passive Check check_command check_null passive_checks_enabled 1 active_checks_enabled 0 host_name radon use lgq-service-nosms } lgq-service-nosms: define service { name lgq-servic...
by Hildebart
Wed Jun 24, 2015 8:39 am
Forum: Open Source Nagios Projects
Topic: Passive check listed as Disabled
Replies: 10
Views: 4149

Passive check listed as Disabled

I have been using Nagios for a while, but only with active checks. Today I started testing passive checks. I have installed nsca and everything is working as expected. However, the passive check is listed as Disabled in the Nagios webui. Is there a way to fix this? nagios.png Version: Nagios Core 4....