From 0bb8f4a491b483e0b07ae3bc6742317dd2be2980 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 10 Feb 2024 16:50:15 +0000 Subject: Tune alerting for some duvel partition binrepo is 93% full but that's fine (133G free) so alert at 95%. www is 97% full (3.5G free) but the only growing part is autobuild logs when it runs. --- modules/xymon/templates/hobbit-clients.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/xymon/templates/hobbit-clients.cfg b/modules/xymon/templates/hobbit-clients.cfg index 876cd802..8460280d 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -360,6 +360,8 @@ HOST=rabbit.<%= domain %> # duvel has 24 cores, dont trigger alarms too soon HOST=duvel.<%= domain %> LOAD 18.0 24.0 + DISK /var/lib/binrepo 95 98 + DISK /var/www 95 98 DEFAULT # These are the built-in defaults. -- cgit v1.2.1