diff options
author | Laurent Sesques <laurent.sesques@canonical.com> | 2017-11-07 16:34:06 +0100 |
---|---|---|
committer | Laurent Sesques <laurent.sesques@canonical.com> | 2017-11-07 16:34:06 +0100 |
commit | 584b0c199ce55f023acede878ce7bc070f0275aa (patch) | |
tree | 73c7e4521cd7e956d6eaa4ee3f36f6d97ad56cbb | |
parent | d4ae4f6c28c077c21c6803344c48d54be052d8a6 (diff) | |
parent | 9b6576f8dc006c46a6ca43f60ae7bf14d9ca9716 (diff) |
[mhilton,r=sajoupa] Add the nagios_servicegroups configuration setting
-rw-r--r-- | config.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 5739e72..cbaf414 100644 --- a/config.yaml +++ b/config.yaml @@ -225,4 +225,9 @@ options: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them. - + nagios_servicegroups: + default: "" + type: string + description: | + A comma-separated list of nagios servicegroups. + If left empty, the nagios_context will be used as the servicegroup |