diff options
-rw-r--r-- | modules/xymon/templates/hobbit-clients.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/xymon/templates/hobbit-clients.cfg b/modules/xymon/templates/hobbit-clients.cfg index ed474dfe..08b66f41 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -354,6 +354,10 @@ HOST=rabbit.<%= domain %> HOST=jonund.<%= domain %> LOAD 36.0 48.0 +# ecosse has 8 cores, is a builder, and we try to use them all +HOST=ecosse.<%= domain %> + LOAD 12.0 16.0 + # rabbit has 8 and mksquashfs uses all of them HOST=rabbit.<= domain %> LOAD 12.0 16.0 |