diff --git a/Probes/fstab.local b/Probes/fstab_local similarity index 100% rename from Probes/fstab.local rename to Probes/fstab_local diff --git a/Probes/interfaces.local b/Probes/interfaces_local similarity index 100% rename from Probes/interfaces.local rename to Probes/interfaces_local diff --git a/Python/etc/fstab b/Python/etc/fstab index d2897e9..bebb6ea 100644 --- a/Python/etc/fstab +++ b/Python/etc/fstab @@ -12,7 +12,7 @@ def mnt(fs, mntpoint, type, options=[], dump=0, pass_=0): mnt("proc", "/proc", "proc") @# Les définitions locales -print metadata.probes["fstab.local"] +print metadata.probes["fstab_local"] if has("nfs"): @# Le nfs diff --git a/Python/etc/monit/services b/Python/etc/monit/services index dbe0e40..3da5e0e 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -171,7 +171,7 @@ service("vsftpd-federez", if hostname in ['canard'] : done() -for line in metadata.probes["fstab.local"].splitlines(): +for line in metadata.probes["fstab_local"].splitlines(): # on supprime les espaces line = line.strip() diff --git a/Python/etc/network/interfaces b/Python/etc/network/interfaces index 1d66bb0..43dbbfc 100644 --- a/Python/etc/network/interfaces +++ b/Python/etc/network/interfaces @@ -63,4 +63,4 @@ iface lo inet loopback """ -exec metadata.probes["interfaces.local"] +exec metadata.probes["interfaces_local"]