diff --git a/Python/etc/monit/services b/Python/etc/monit/services index ce0fee1..d302d90 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -241,7 +241,7 @@ for line in metadata.Probes["fstab_local"].splitlines(): comment("partition %s" % mntpoint) # on vérifie le filesystem directement pour les volumes lvm - if fs.startswith('/dev/mapper'): + if fs.startswith('/dev/mapper') and has("squeeze"): print 'check filesystem fs%s with path %s' % (mntpoint, mntpoint) else: print 'check device fs%s with path %s' % (mntpoint, fs)