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 2acf94fe..ff010681 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -346,19 +346,19 @@ # The special DEFAULT section can modify the built-in defaults - this must # be placed at the end of the file. -HOST=rabbit.<%= @domain %> +HOST=rabbit.<%= domain %> DISK %.*stage2$ IGNORE # ecosse has 24 cores, is a builder, and we try to use them all -HOST=ecosse.<%= @domain %> +HOST=ecosse.<%= domain %> LOAD 36.0 48.0 # rabbit has 12 cores and mksquashfs uses all of them -HOST=rabbit.<%= @domain %> +HOST=rabbit.<%= domain %> LOAD 18.0 24.0 # duvel has 24 cores, dont trigger alarms too soon -HOST=duvel.<%= @domain %> +HOST=duvel.<%= domain %> LOAD 18.0 24.0 DISK /var/lib/binrepo 95 98 DISK /var/www 95 98 |