[bradm] Add nagios-context to config.yaml

This commit is contained in:
Brad Marshall 2015-02-12 10:06:56 +10:00
parent 9c3ca6e743
commit 88d1b56bc6
1 changed files with 10 additions and 0 deletions

View File

@ -94,3 +94,13 @@ options:
default: False
type: boolean
description: Enable debug logging
nagios_context:
default: "juju"
type: string
description: |
Used by the nrpe-external-master subordinate charm.
A string that will be prepended to instance name to set the host name
in nagios. So for instance the hostname would be something like:
juju-postgresql-0
If you're running multiple environments with the same services in them
this allows you to differentiate between them.