on ignore /dev/pts pour monit
darcs-hash:20080812085924-ffbb2-98e0b9a0f69aefaf70a5ed00573de663274c9ac2.gz
This commit is contained in:
parent
c3c7536e4c
commit
19afc79252
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,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']:
|
||||
if type in ['swap','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