diff --git a/Python/etc/monit/services b/Python/etc/monit/services index bbee24c..d7f17d3 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -191,7 +191,7 @@ for line in metadata.probes["fstab.local"].splitlines(): # on ajoute les lignes de configuration générale comment("partition %s" % mntpoint) - print 'check device fs%s with path %s' % (line[1], line[0]) + print 'check device fs%s with path %s' % (mntpoint, fs) print ' if failed permission 660 then alert' print ' if failed uid root then alert'