From 081c1c588d5eb56373ed76dd8aa6d216403a6057 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 15 Apr 2009 22:12:53 +0200 Subject: [PATCH] =?UTF-8?q?[hosts=5Fplugins.py]=20les=20cron=20qui=20touch?= =?UTF-8?q?ent=20=C3=A0=20la=20base=20ldap=20sont=20lanc=C3=A9s=20en=20roo?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090415201253-ffbb2-fbbac866e82edda0960b294f32f0fc32b9132830.gz --- munin/scripts/hosts_plugins.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index 619e7856..60a2da7c 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -19,10 +19,10 @@ __all__ = ["hosts_plugins", "munin_fw", "cron_plugins", "hosts_crons"] cron_plugins = { # plugin: (utilisateur, commande), # %s est remplacé par le lien dans /etc/munin/plugins - "audimat": ("munin", "nice -n 14 %s generate 2> /dev/null"), - "batiments": ("munin", "nice -n 14 %s fichier 2> /dev/null"), - "stats-ip_": ("munin", "nice -n 14 %s fichier 2> /dev/null"), - "stats-ip": ("munin", "nice -n 14 %s fichier 2> /dev/null"), + "audimat": ("root", "nice -n 14 %s generate 2> /dev/null"), + "batiments": ("root", "nice -n 14 %s fichier 2> /dev/null"), + "stats-ip_": ("root", "nice -n 14 %s fichier 2> /dev/null"), + "stats-ip": ("root", "nice -n 14 %s fichier 2> /dev/null"), "wiki_pages": ("www-data", "%s fichier 2> /dev/null"), }