Merge lp:~mthaddon/charms/precise/memcached/basenode-and-nrpe-external into lp:charms/memcached
Proposed by
Tom Haddon
Status: | Merged |
---|---|
Merged at revision: | 52 |
Proposed branch: | lp:~mthaddon/charms/precise/memcached/basenode-and-nrpe-external |
Merge into: | lp:charms/memcached |
Diff against target: |
183 lines (+132/-1) 7 files modified
config.yaml (+10/-0) files/nrpe-external-master/check_memcache.py (+74/-0) hooks/install (+12/-1) hooks/nrpe-external-master-relation-changed (+19/-0) metadata.yaml (+3/-0) templates/nrpe_check_memcached.cfg.tmpl (+4/-0) templates/nrpe_export.cfg.tmpl (+10/-0) |
To merge this branch: | bzr merge lp:~mthaddon/charms/precise/memcached/basenode-and-nrpe-external |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matthew Wedgwood (community) | Approve | ||
Tom Haddon (community) | Needs Fixing | ||
Review via email: mp+156609@code.launchpad.net |
Description of the change
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-
To post a comment you must log in.
I see the interface for nrpe-external- master in config.yaml, but there's no implementation.