Icinga / icinga-core

Icinga 1.x, the old core (EOL 31.12.2018)
GNU General Public License v2.0
45 stars 27 forks source link

[dev.icinga.com #7103] serviceescalation that applies to all services in the system #1517

Closed icinga-migration closed 6 years ago

icinga-migration commented 10 years ago

This issue has been migrated from Redmine: https://dev.icinga.com/issues/7103

Created by jasonkres on 2014-09-05 10:57:43 +00:00

Assignee: (none) Status: New Target Version: Backlog Last Update: 2015-05-18 12:18:08 +00:00 (in Redmine)


On Icinga 1.11.6, unable to set up a service escalation that applies to all services. I have tried this:

 define serviceescalation {
 host_name *
 service_description *
 first_notification 2
 last_notification 0
 notification_interval 1440
 contact_groups emailgroup
 }

However, it does not work:

 Error: Could not expand services specified in service escalation

Other things I tried that also didn't work:

icinga-migration commented 10 years ago

Updated by mfriedrich on 2014-10-24 22:31:23 +00:00

That's not possible with the current implementation. Therefore such a change requires an additional feature, if possible. Patches welcome, as usual.

icinga-migration commented 9 years ago

Updated by berk on 2015-05-18 12:18:08 +00:00