Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

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

Closed
icinga-migration opened this issue Sep 5, 2014 · 2 comments

Comments

@icinga-migration
Copy link

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:

  • I tried to get around this by creating a servicegroup containing all services using members * or members , Those do not validate either.
  • Also tried omitting host_name and just specifying: service_description * The syntax validates, but nothing happens at runtime.
@icinga-migration
Copy link
Author

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

  • Tracker changed from Bug to Feature

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

@icinga-migration
Copy link
Author

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

  • Target Version set to Backlog

@icinga-migration icinga-migration added this to the Backlog milestone Jan 17, 2017
@dnsmichi dnsmichi removed this from the Backlog milestone Dec 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants