From 14217d74be9b79b05b6b54095a92ac81d8514d2c Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 2 Feb 2023 18:06:51 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 973faef..f702253 100644 --- a/README.md +++ b/README.md @@ -121,12 +121,12 @@ Generate the metric file for the first time: Create a cron file to update the metric file everyday: ``` -1 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/foo.bar.org.conf +1 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/foo.bar.org.conf >> /srv/statoolinfos/statoolinfos-cron.log ``` In case of several configuration files, just set the configuration directory (without wildcard): ``` -1 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/ +1 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/ >> /srv/statoolinfos/statoolinfos-cron.log ``` Warning: in previous day mode, the metrics generated are overwrited for the last month, the last week and the last day. So, six weeks in logs are required.