From 6dac6ba127c3b81d6cdc1ba1ac1db741a9bfd47d Mon Sep 17 00:00:00 2001 From: Olivier Huber Date: Sun, 8 Feb 2009 17:16:15 +0100 Subject: [PATCH] =?UTF-8?q?[./Python/etc/monit/services]=20On=20passe=20le?= =?UTF-8?q?=20pourcentage=20d'alerte=20=C3=A0=2090=20pour=20/home?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 22Go de marge semble ĂȘtre suffisant darcs-hash:20090208161615-8fbb1-174a755105e0ce02a80c20515af36cc96f5acded.gz --- Python/etc/monit/services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/monit/services b/Python/etc/monit/services index 3da5e0e..eaca8f3 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -214,7 +214,7 @@ for line in metadata.probes["fstab_local"].splitlines(): ('news','/var') : 90 }.get((hostname, mntpoint), -1) if alert_level == -1: - if mntpoint in ('/usr', '/var/lib/mailman', '/localhome') or has('domu'): + if mntpoint in ('/usr', '/var/lib/mailman', '/localhome' , '/home') or has('domu'): alert_level = 90 else: alert_level = 80