diff options
-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 - + |