Escalations not working
Posted: Tue Jun 07, 2016 10:16 am
Hello,
I am having a problem on configuring host and services escalations.
I have intalled Nagios Core 4.0.8 and it is working great in everything except escalations.
I tried configuring a service escalation following all the online guides I could find (like this https://assets.nagios.com/downloads/nag ... tions.html)
but they just won't work, all the notifications go to the service contact instead.
What I noticed is that in Nagios Web-gui System-->Configuration if I select service escalation there is absolutely nothing there (I have restarted the nagios service). Should the service escalation be put in some specific file or folder?
My code is below:
I have searched online every article written for this but I can't get it to work.
Any help would be greatly apreciated.
Thanks,
Anna
I am having a problem on configuring host and services escalations.
I have intalled Nagios Core 4.0.8 and it is working great in everything except escalations.
I tried configuring a service escalation following all the online guides I could find (like this https://assets.nagios.com/downloads/nag ... tions.html)
but they just won't work, all the notifications go to the service contact instead.
What I noticed is that in Nagios Web-gui System-->Configuration if I select service escalation there is absolutely nothing there (I have restarted the nagios service). Should the service escalation be put in some specific file or folder?
My code is below:
Code: Select all
define serviceescalation{
host_name dummy
service_description test
first_notification 2
last_notification 5
notification_interval 5
contacts andritsakiSMS
}
define serviceescalation{
host_name dummy
service_description test
first_notification 3
last_notification 5
notification_interval 5
contact_groups testSMSusers
}Code: Select all
define host{
use windows-server
host_name dummy
alias dummy
address xxx.xxx.xxx.xxx
}
define service{
use generic-service,graphed-service
host_name dummy
service_description test
check_command check_nt!CPULOAD!-l 5,40,90
}Any help would be greatly apreciated.
Thanks,
Anna