lp://staging/~brad-marshall/charms/trusty/ntp/add-nrpe-checks
Created by
Brad Marshall
and last modified
- Get this branch:
- bzr branch lp://staging/~brad-marshall/charms/trusty/ntp/add-nrpe-checks
Only
Brad Marshall
can upload to this branch. If you are
Brad Marshall
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Marco Ceppi (community): Approve
-
Diff: 3925 lines (+3087/-116)29 files modifiedcharm-helpers-sync.yaml (+1/-0)
config.yaml (+23/-1)
files/nagios/check_ntpd.pl (+154/-0)
files/nagios/check_ntpmon.py (+361/-0)
hooks/charmhelpers/__init__.py (+38/-0)
hooks/charmhelpers/contrib/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+358/-0)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+175/-0)
hooks/charmhelpers/contrib/templating/__init__.py (+15/-0)
hooks/charmhelpers/contrib/templating/jinja.py (+25/-9)
hooks/charmhelpers/core/__init__.py (+15/-0)
hooks/charmhelpers/core/decorators.py (+57/-0)
hooks/charmhelpers/core/fstab.py (+30/-12)
hooks/charmhelpers/core/hookenv.py (+100/-19)
hooks/charmhelpers/core/host.py (+127/-37)
hooks/charmhelpers/core/services/__init__.py (+18/-0)
hooks/charmhelpers/core/services/base.py (+329/-0)
hooks/charmhelpers/core/services/helpers.py (+267/-0)
hooks/charmhelpers/core/strutils.py (+42/-0)
hooks/charmhelpers/core/sysctl.py (+56/-0)
hooks/charmhelpers/core/templating.py (+68/-0)
hooks/charmhelpers/core/unitdata.py (+477/-0)
hooks/charmhelpers/fetch/__init__.py (+61/-18)
hooks/charmhelpers/fetch/archiveurl.py (+115/-17)
hooks/charmhelpers/fetch/bzrurl.py (+30/-2)
hooks/charmhelpers/fetch/giturl.py (+71/-0)
hooks/ntp_hooks.py (+39/-0)
metadata.yaml (+5/-1)
Branch information
- Owner:
- Brad Marshall
- Status:
- Development
Recent revisions
- 16. By Charles Butler
-
[r=cory_
fu,a=lazypower] Christopher Glass 2014-08-05 Removed ntp-specific teplating code and replaced it with the charmhelpers version instead
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/ntp