~mthaddon/charms/precise/memcached/basenode-and-nrpe-external

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Tom Haddon
  • Date: 2013-04-15 11:11:09 UTC
  • Revision ID: tom.haddon@canonical.com-20130415111109-ard9vhm5sjbbik27
Add in a nagios check when we have a relation with nrpe-external-master

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        description: memcached has many other options documented in its man page. You may pass them here as a string which will be appended to memcached's execution.
79
79
        type: string
80
80
        default: ""
 
81
    nagios_context:
 
82
        default: "juju"
 
83
        type: string
 
84
        description: >
 
85
            Used by the nrpe-external-master subordinate charm.
 
86
            A string that will be prepended to instance name to set the host name
 
87
            in nagios. So for instance the hostname would be something like:
 
88
                juju-memcached-0
 
89
            If you're running multiple environments with the same services in them
 
90
            this allows you to differentiate between them.