Merge lp:~mthaddon/charms/precise/nrpe-external-master/non-root-checks into lp:charms/nrpe-external-master

Proposed by Tom Haddon
Status: Merged
Merged at revision: 25
Proposed branch: lp:~mthaddon/charms/precise/nrpe-external-master/non-root-checks
Merge into: lp:charms/nrpe-external-master
Diff against target: 18 lines (+7/-1)
1 file modified
config.yaml (+7/-1)
To merge this branch: bzr merge lp:~mthaddon/charms/precise/nrpe-external-master/non-root-checks
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+191179@code.launchpad.net

Description of the change

Document how you can implement non-root disk checks using the existing config options.

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config.yaml'
2--- config.yaml 2012-10-09 08:03:24 +0000
3+++ config.yaml 2013-10-15 13:17:05 +0000
4@@ -19,7 +19,13 @@
5 disk_root:
6 default: "-u GB -w 25% -c 20% -K 5%"
7 type: string
8- description: Root disk check
9+ description: |
10+ Root disk check. This can be made to also check non-root disk systems
11+ as follows:
12+ -u GB -w 20% -c 15% -r '/srv/juju/vol-' -C -u GB -w 25% -c 20%
13+ The string '-p /' will be appended to this check, so you must finish
14+ the string taking that into account. See the nagios check_disk plugin
15+ help for further details.
16 zombies:
17 default: "-w 3 -c 6 -s Z"
18 type: string

Subscribers

People subscribed via source and target branches

to all changes: