Search found 3 matches
- Tue Sep 09, 2014 8:02 pm
- Forum: Open Source Nagios Projects
- Topic: not execcuting service checks, itsonly checking for flapping
- Replies: 5
- Views: 2534
Re: not execcuting service checks, itsonly checking for flap
Here is the detailed config with one sample service check. The debug log is attached. Upon startup this check was: Service check scheduled for Tue Sep 9 20:39:07 EDT 2014 ========================================================== define host{ name remote_virtual-host ; The name of this host template...
- Tue Sep 09, 2014 10:44 am
- Forum: Open Source Nagios Projects
- Topic: not execcuting service checks, itsonly checking for flapping
- Replies: 5
- Views: 2534
Re: not execcuting service checks, itsonly checking for flap
I"m not sure how others do it, but for a website check, i have a 'host' setup with a check_command that goes to a no-op plugin that always returns OK, then a service with check_http on that host. I have 2 snippets below, the first one i captured after about 30 seconds into restart only seems to...
- Mon Sep 08, 2014 3:59 pm
- Forum: Open Source Nagios Projects
- Topic: not execcuting service checks, itsonly checking for flapping
- Replies: 5
- Views: 2534
not execcuting service checks, itsonly checking for flapping
Hello, Service checks do not seem to be happening, when it time to run the service check,it only checks to see if its flapping instead of executing the actual check comand. The 'last check' looks good, about 3 minutes ago The 'next check' looks good, about 5 minutes in the future In the scheduling q...