From 10ccebaed176a28d82ea20611d62f449ff01afe9 Mon Sep 17 00:00:00 2001 From: Michel Blockelet Date: Wed, 16 Apr 2008 10:39:14 +0200 Subject: [PATCH] Alerte 90% pour news:/var darcs-hash:20080416083914-ddb99-bd1c5e01cc03295e9c0269c22cb174b3bee42718.gz --- Python/etc/monit/services | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python/etc/monit/services b/Python/etc/monit/services index e854f04..77d4d33 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -203,7 +203,8 @@ for line in metadata.probes["fstab.local"].splitlines(): ('sila','/var/spool/squid2') : None, ('egon','/pubftp') : 95, ('sila','/var/log/squid') : 92, - ('sila','/pubftp') : 92 + ('sila','/pubftp') : 92, + ('news','/var') : 90 }.get((hostname, mntpoint), -1) if alert_level == -1: if mntpoint in ('/usr', '/var/lib/mailman', '/localhome'):