[monit] Des utilisations de fs à 90% sont normales pour des DomUs
darcs-hash:20081208021904-ffbb2-0595d6de85b1fb3645bac7c1e9aa9a846c203d5f.gz
This commit is contained in:
parent
b46dc1dbdc
commit
0878df6385
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
if mntpoint in ('/usr', '/var/lib/mailman', '/localhome') or has('domu'):
|
||||
alert_level = 90
|
||||
else:
|
||||
alert_level = 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue