I am playing around with Escalation and I have probably missed something.
I have tested two things. The first (the simple one) does not work at all.
Here I just added the following for one host:
Code: Select all
define serviceescalation {
host_name <hostname>
service_description *
contact_groups +escalation
first_notification 5
last_notification 0
notification_interval 10
}Code: Select all
Reading configuration data...
Read main config file okay...
Error: Service '<hostname>' on host '*' has an escalation but is not defined anywhere!
Error: Could not register service escalation (config file '/etc/nagios/conf.d/<hostname>.cfg', starting on line 100)
Error processing object config files!What I want to achieve is to be able to escalate all services for one host without having to create a "serviceescalation" definition for each defined service.
Any suggestions on how to accomplish this?
Regards,