Nagiso XI 2014R1.2
There is a requirement as follows
1) First alert to be generated as per normal
2) 2nd Alert to be generated after 10 minutes
3) No more alert to be generated unless the status changes
I am stuck at number 3. Please advice on how to do this.
Thanks
Alert Generation Question
Alert Generation Question
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Alert Generation Question
What have you tried so far? Are you using service escalations?I am stuck at number 3. Please advice on how to do this.
You could probably try something like this:
Code: Select all
define serviceescalation {
host_name yourhost
service_description yourservice
contacts yourcontact
first_notification 0
last_notification 2
notification_interval 10
escalation_period 24x7
escalation_options w,c,u,r
}Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Alert Generation Question
Thanks, will try this.lmiltchev wrote:What have you tried so far? Are you using service escalations?I am stuck at number 3. Please advice on how to do this.
You could probably try something like this:
Code: Select all
define serviceescalation { host_name yourhost service_description yourservice contacts yourcontact first_notification 0 last_notification 2 notification_interval 10 escalation_period 24x7 escalation_options w,c,u,r }
Set the initial service to alert only once.
Let the service escalation take care of the second.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Alert Generation Question
Sure. Let us know if this worked for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Alert Generation Question
Please close this ticket.lmiltchev wrote:Sure. Let us know if this worked for you.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation