diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-07-21 22:38:33 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-07-21 22:38:33 +0000 |
commit | 21d9e1b9903832239baec7f859574128aa808b12 (patch) | |
tree | bafe969d955df456a419185f531adcb2e6fb9fc8 /modules/xymon | |
parent | f0229dd2cc5fbae0da961240c919a6c6f188321a (diff) | |
download | puppet-21d9e1b9903832239baec7f859574128aa808b12.tar puppet-21d9e1b9903832239baec7f859574128aa808b12.tar.gz puppet-21d9e1b9903832239baec7f859574128aa808b12.tar.bz2 puppet-21d9e1b9903832239baec7f859574128aa808b12.tar.xz puppet-21d9e1b9903832239baec7f859574128aa808b12.zip |
add exception for sucuk autobuild cpu usage
Diffstat (limited to 'modules/xymon')
-rw-r--r-- | modules/xymon/templates/hobbit-clients.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/xymon/templates/hobbit-clients.cfg b/modules/xymon/templates/hobbit-clients.cfg index 72140850..218e07ec 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -358,10 +358,14 @@ HOST=jonund.<%= domain %> HOST=ecosse.<%= domain %> LOAD 36.0 48.0 -# rabbit has 12 and mksquashfs uses all of them +# rabbit has 12 cores and mksquashfs uses all of them HOST=rabbit.<%= domain %> LOAD 18.0 24.0 +# sucuk has 12 cores and autobuilder uses all of them +HOST=sucuk.<%= domain %> + LOAD 18.0 24.0 + DEFAULT # These are the built-in defaults. UP 1h |