~brad-marshall/charms/trusty/memcached/add-monitors-relation

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Matthew Wedgwood
  • Date: 2013-04-18 16:23:01 UTC
  • mfrom: (51.1.8 memcached)
  • Revision ID: matthew.wedgwood@canonical.com-20130418162301-837pve3uzjc7v4h0
[mthaddon] support for pre-install hook structure, support for the nrpe-external-master charm

This adds support for pre-install hook structure, as supported in a number of other charms, which allows you to do things like set timezone, install custom apt repositories, etc.. It also adds support for the nrpe-external-master charm

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.