Plugin cronjobs: fix style issue

This commit is contained in:
Lars Kruse 2020-10-14 15:04:36 +02:00
parent 0253df6f5e
commit 999be27bfc
1 changed files with 1 additions and 1 deletions

View File

@ -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.