~brad-marshall/charms/trusty/swift-proxy/add-haproxy-nrpe-fix-servicegroups

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Liam Young
  • Date: 2015-01-09 14:10:35 UTC
  • mfrom: (66.2.11 add-nrpe-checks)
  • Revision ID: liam.young@canonical.com-20150109141035-dz3027u9lhaxk0ty
[bradm, gnuoy,r=jamespage] This is an update of the branch ~brad-marshall wrote to add the generation of nrpe support to the charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
      order for this charm to function correctly, the privacy extension must be
195
195
      disabled and a non-temporary address must be configured/available on
196
196
      your network interface.
 
197
  nagios_context:
 
198
    default: "juju"
 
199
    type: string
 
200
    description: |
 
201
      Used by the nrpe-external-master subordinate charm.
 
202
      A string that will be prepended to instance name to set the host name
 
203
      in nagios. So for instance the hostname would be something like:
 
204
          juju-myservice-0
 
205
      If you're running multiple environments with the same services in them
 
206
      this allows you to differentiate between them.
 
207