diff options
author | varac <varacanero@zeromail.org> | 2014-10-09 18:48:00 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-10-09 18:48:00 +0200 |
commit | 49b0ae0d37fddc0dc9d32371160376329af1a1b7 (patch) | |
tree | d4cfa84a6462e59d62d5f5aeccf239a9bdba5186 | |
parent | 65f4bf280dcb715c76b749844f06b4bf2c2a5df4 (diff) |
added nagios hostgroups
-rw-r--r-- | hiera/chameleon.yaml | 5 | ||||
-rw-r--r-- | provider.unstable.json | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/hiera/chameleon.yaml b/hiera/chameleon.yaml index cdfe90e..dee97da 100644 --- a/hiera/chameleon.yaml +++ b/hiera/chameleon.yaml @@ -286,6 +286,11 @@ mail: smarthost: - octopus.unstable.bitmask.net nagios: + domains_internal: + - cdev.bitmask.i + - demo.bitmask.i + - dev.bitmask.i + - unstable.bitmask.i hosts: ant: domain_full_suffix: demo.bitmask.net diff --git a/provider.unstable.json b/provider.unstable.json index 9a14f61..82d1138 100644 --- a/provider.unstable.json +++ b/provider.unstable.json @@ -1,8 +1,8 @@ { "service": { "allow_anonymous": false - }, - "platform": { - "branch": "develop" +// }, +//"platform": { +// "branch": "develop" } } |