mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
dovecot plugin: fix path to state file
This commit is contained in:
parent
4a7a0de134
commit
446de9a689
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
######################
|
######################
|
||||||
# Configuration
|
# Configuration
|
||||||
######################
|
######################
|
||||||
STAT_FILE=${STAT_FILE:-/var/lib/munin/plugin-state/plugin-dovecot.state}
|
STAT_FILE=${STAT_FILE:-/var/lib/munin-node/plugin-state/root/plugin-dovecot.state}
|
||||||
EXPR_BIN=/usr/bin/expr
|
EXPR_BIN=/usr/bin/expr
|
||||||
LOGFILE=${logfile:-/var/log/mail.log}
|
LOGFILE=${logfile:-/var/log/mail.log}
|
||||||
######################
|
######################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue