diff options
Diffstat (limited to 'modules/xymon/templates/hobbit-clients.cfg')
-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 87c039a0..72140850 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -354,13 +354,13 @@ 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 +# ecosse has 24 cores, is a builder, and we try to use them all HOST=ecosse.<%= domain %> - LOAD 12.0 16.0 + LOAD 36.0 48.0 -# rabbit has 8 and mksquashfs uses all of them +# rabbit has 12 and mksquashfs uses all of them HOST=rabbit.<%= domain %> - LOAD 12.0 16.0 + LOAD 18.0 24.0 DEFAULT # These are the built-in defaults. |