lp://staging/~brad-marshall/charms/trusty/landscape-client/add-nrpe-checks
Created by
Brad Marshall
and last modified
- Get this branch:
- bzr branch lp://staging/~brad-marshall/charms/trusty/landscape-client/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.
Ready for review
for merging
into
lp://staging/charms/trusty/landscape-client
- Landscape: Pending requested
-
Diff: 2627 lines (+1805/-104)25 files modifiedcharm-helpers-sync.yaml (+1/-0)
config.yaml (+16/-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/core/__init__.py (+15/-0)
hooks/charmhelpers/core/decorators.py (+57/-0)
hooks/charmhelpers/core/fstab.py (+30/-12)
hooks/charmhelpers/core/hookenv.py (+83/-15)
hooks/charmhelpers/core/host.py (+97/-32)
hooks/charmhelpers/core/services/__init__.py (+18/-2)
hooks/charmhelpers/core/services/base.py (+16/-0)
hooks/charmhelpers/core/services/helpers.py (+37/-9)
hooks/charmhelpers/core/strutils.py (+42/-0)
hooks/charmhelpers/core/sysctl.py (+56/-0)
hooks/charmhelpers/core/templating.py (+20/-3)
hooks/charmhelpers/core/unitdata.py (+477/-0)
hooks/charmhelpers/fetch/__init__.py (+42/-13)
hooks/charmhelpers/fetch/archiveurl.py (+69/-16)
hooks/charmhelpers/fetch/bzrurl.py (+30/-2)
hooks/charmhelpers/fetch/giturl.py (+71/-0)
hooks/hooks.py (+23/-0)
metadata.yaml (+4/-0)
Branch information
- Owner:
- Brad Marshall
- Status:
- Development
Recent revisions
- 45. By Brad Marshall
-
[bradm] Moved nrpe config update to before the return in the config-changed hook function
- 40. By David Britton
-
Bringing precise client charm up to speed (trunk revisions r38-50).
- lp:1239576, lp:1325599, lp:1399312
- juju-info registration with landcape fixes/improvemtns
- Testing improvments
- legacy options dropped
- charmhelpers resync - 39. By Chris Glass
-
Merging lp:~jose/charms/precise/landscape-client/readme-to-markdown [r=dpb, tribaal] [f=1239576]
- 38. By Björn Tillenius
-
Merged apt-retry [r=tribaal,
davidpbritton] . Retry apt-get if the lock can't be aquired. If we get an error from
apt-get we'll retry for 5 minutes.Currently the code retries on any error, since I couldn't see an
easy way of checking for locking errors only.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/landscape-client