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