diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-08 09:15:18 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-08 09:15:18 +0000 |
commit | b2bed550b44948c69792f7a53e9c96152d0cca6e (patch) | |
tree | 5bba2abf253e2eb10a97bf822227321f5aaadd27 | |
parent | 40f596b26343ea7c834dbe397bb92baa1fedaafc (diff) | |
download | puppet-b2bed550b44948c69792f7a53e9c96152d0cca6e.tar puppet-b2bed550b44948c69792f7a53e9c96152d0cca6e.tar.gz puppet-b2bed550b44948c69792f7a53e9c96152d0cca6e.tar.bz2 puppet-b2bed550b44948c69792f7a53e9c96152d0cca6e.tar.xz puppet-b2bed550b44948c69792f7a53e9c96152d0cca6e.zip |
seems xymon is more sensitive to whitespace than what I suspposed, so try
to reduce whitespace so we can filter ecosse load message
-rw-r--r-- | modules/xymon/templates/hobbit-clients.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xymon/templates/hobbit-clients.cfg b/modules/xymon/templates/hobbit-clients.cfg index 08b66f41..fc68dbaa 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -356,7 +356,7 @@ HOST=jonund.<%= domain %> # ecosse has 8 cores, is a builder, and we try to use them all HOST=ecosse.<%= domain %> - LOAD 12.0 16.0 + LOAD 12.0 16.0 # rabbit has 8 and mksquashfs uses all of them HOST=rabbit.<= domain %> @@ -376,4 +376,4 @@ DEFAULT PORT state=LISTEN "LOCAL=%([.:]22)$" MIN=1 TEXT=ssh PROC puppetd 0 2 red # 10 , just in case something goes wrong - PROC crond 1 10 red + PROC crond 1 10 red |