diff options
author | Buchan Milne <buchan@mageia.org> | 2011-06-27 14:57:13 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-06-27 14:57:13 +0000 |
commit | a6464a33f98b23e65e7e81eedec14d06509edf2f (patch) | |
tree | 0ae09fa97bea801bdfe66464bc495f9d0fec8a2b | |
parent | 45d16b7b4e4665d9ae382fe64893cefbf6dd1556 (diff) | |
download | puppet-a6464a33f98b23e65e7e81eedec14d06509edf2f.tar puppet-a6464a33f98b23e65e7e81eedec14d06509edf2f.tar.gz puppet-a6464a33f98b23e65e7e81eedec14d06509edf2f.tar.bz2 puppet-a6464a33f98b23e65e7e81eedec14d06509edf2f.tar.xz puppet-a6464a33f98b23e65e7e81eedec14d06509edf2f.zip |
Fix rabbit DISK ignore rule (all specific rules must precede DEFAULT)
-rw-r--r-- | modules/xymon/templates/hobbit-clients.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/xymon/templates/hobbit-clients.cfg b/modules/xymon/templates/hobbit-clients.cfg index aa367210..6a2c6025 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -346,7 +346,9 @@ # The special DEFAULT section can modify the built-in defaults - this must # be placed at the end of the file. - +HOST=rabbit.<%= domain %> + DISK %.*stage2$ IGNORE + DEFAULT # These are the built-in defaults. UP 1h @@ -361,6 +363,4 @@ DEFAULT PROC puppetd 1 2 PORT state=LISTEN "LOCAL=%([.:]22)$" MIN=1 TEXT=ssh -HOST=rabbit.<%= domain %> - DISK %.*stage2$ IGNORE - + |