[monit] le type de fs swap peut aussi s'appeler sw.
darcs-hash:20091029171926-ffbb2-a1c6f13c46967e7b54d6760b7adac25808e03f8d.gz
This commit is contained in:
parent
7104ed2e76
commit
33c3631bea
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ for line in metadata.Probes["fstab_local"].splitlines():
|
|||
continue
|
||||
|
||||
# on saute les système pas intéressants
|
||||
if type in ['swap','proc','tmpfs','sysfs', 'nfs', 'devpts']:
|
||||
if type in ['swap', 'sw', 'proc', 'tmpfs', 'sysfs', 'nfs', 'devpts']:
|
||||
continue
|
||||
|
||||
# on ajoute les lignes de configuration générale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue