Nagios Send notifications irrespective of Service state

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
anil_kumarv
Posts: 50
Joined: Thu Oct 17, 2013 2:00 am

Nagios Send notifications irrespective of Service state

Post by anil_kumarv »

Hi

I know Nagios will send notifications whenever there is change of state of the service or Host. Is it possible for Nagios to send notifications at regular intervals (eg every 3hrs) irrespective of the state of service or host. Even if there is no change in Service state, Nagios should send notification email about the current state of the service at regular intervals.

Do we have such options in Nagios.

-- Anil Kumar V
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Send notifications irrespective of Service state

Post by abrist »

Nagios will only alert on "RECOVERY" not "OK". You could set the check to "Is_volatile", but that would send a "RECOVERY" notification on every check, so your checks would have to be 3 hours apart . . . What is the use case for this? Maybe just a cronjobed script that checks the service state every 3 hours and then sends an email would work?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked