From 999be27bfcee15cf6b1bcb81712a5c9c67956f73 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Wed, 14 Oct 2020 15:04:36 +0200 Subject: [PATCH] Plugin cronjobs: fix style issue --- plugins/user/cronjobs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user/cronjobs b/plugins/user/cronjobs index 58d47b20..aa59885c 100755 --- a/plugins/user/cronjobs +++ b/plugins/user/cronjobs @@ -17,7 +17,7 @@ Add this to your /etc/munin/plugin-conf.d/munin-node: [cronjobs] user root env.syslog_path /var/log/syslog # default value - env.cron_ident_regex crond? # for finding cron entries in the syslog, case-insensitive (default value) + env.cron_ident_regex crond? # for finding cron entries in the syslog, case-insensitive The plugin needs to run as root in order to read from syslog.