Search found 6 matches

by bart2puck
Mon Dec 09, 2013 11:00 am
Forum: Open Source Nagios Projects
Topic: Nagios repeated notifications with passive checks
Replies: 12
Views: 7480

Re: Nagios repeated notifications with passive checks

yea i was just using 1 for testing purposes, I'll set it to 5. I am looking at /var/log/nagios/nagios.log [1386565200] CURRENT HOST STATE: localhost;UP;HARD;1;PING OK - Packet loss = 0%, RTA = 0.03 ms [1386565200] CURRENT SERVICE STATE: localhost;TRAP;WARNING;HARD;1;TRAP trap received [1386568603] A...
by bart2puck
Fri Dec 06, 2013 4:02 pm
Forum: Open Source Nagios Projects
Topic: Nagios repeated notifications with passive checks
Replies: 12
Views: 7480

Re: Nagios repeated notifications with passive checks

ok. so I see in status.dat this: last_notification=1386363433 next_notification=1386363493 no_more_notifications=0 notifications_enabled=1 this tells me there should be another notification 60 seconds later.... but that next notification never happens. logs show nothing after 1st notification. here ...
by bart2puck
Fri Dec 06, 2013 1:40 pm
Forum: Open Source Nagios Projects
Topic: Nagios repeated notifications with passive checks
Replies: 12
Views: 7480

Re: Nagios repeated notifications with passive checks

does this apply when a service is using passive checks and not active ones?
by bart2puck
Fri Dec 06, 2013 10:17 am
Forum: Open Source Nagios Projects
Topic: Nagios repeated notifications with passive checks
Replies: 12
Views: 7480

Re: Nagios repeated notifications with passive checks

hmm. would it be possible using escalations or anything to achieve my goal?
by bart2puck
Thu Dec 05, 2013 6:07 pm
Forum: Open Source Nagios Projects
Topic: Nagios repeated notifications with passive checks
Replies: 12
Views: 7480

Re: Nagios repeated notifications with passive checks

thanks slansing. So it is standard to get only 1 notification when an a service changes from non-ok to anything else?
by bart2puck
Thu Dec 05, 2013 2:35 pm
Forum: Open Source Nagios Projects
Topic: Nagios repeated notifications with passive checks
Replies: 12
Views: 7480

Nagios repeated notifications with passive checks

I have a setup where nagios receives a snmp trap from a device. It then notifies the contact defined in config.cfg. that works great. What I am trying to accomplish is have nagios send another notification if the problem isn't acknowledge in a given amount of time. I can not get nagios to send that ...