diff --git a/Python/etc/monit/services b/Python/etc/monit/services index b6606ee..259cf69 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -371,7 +371,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' , '/home') or has('domu'): + if mntpoint in ('/usr', '/var/lib/mailman', '/localhome' , '/home-adh') or has('domu'): alert_level = 90 else: alert_level = 80