Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #2757] Delegation: Allow specifying checkers for services #161

Closed
icinga-migration opened this issue Jun 29, 2012 · 2 comments
Labels
area/distributed Distributed monitoring (master, satellites, clients) enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

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

Created by gbeutner on 2012-06-29 14:33:40 +00:00

Assignee: (none)
Status: Resolved (closed on 2012-07-02 14:21:07 +00:00)
Target Version: Milestone 1
Last Update: 2013-09-23 14:29:48 +00:00 (in Redmine)


Most of the code that's required to make this work is already finished.

We just need a way to configure this.

object domain "dmz" {
checkers = { "icinga-c1", "icinga-c2" }
}

object service "dmz-http-1" {
domain = "dmz"
}

@icinga-migration
Copy link
Author

Updated by gbeutner on 2012-07-02 14:21:07 +00:00

  • Status changed from New to Resolved

Fixed in commit 40350bf

object service "bla" {
checkers = { "dmz-*" }
}

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-09-23 14:28:58 +00:00

  • Category set to Cluster

@icinga-migration icinga-migration added enhancement New feature or request area/distributed Distributed monitoring (master, satellites, clients) labels Jan 17, 2017
@icinga-migration icinga-migration added this to the Milestone 1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/distributed Distributed monitoring (master, satellites, clients) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant