mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Don't hardcode plugin state file location in auth plugin, use env variable defined by Munin instead
This commit is contained in:
parent
8e18199f16
commit
772882eb57
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
# Configuration
|
# Configuration
|
||||||
#############################
|
#############################
|
||||||
MAXLABEL=20
|
MAXLABEL=20
|
||||||
STAT_FILE=/var/lib/munin/plugin-state/plugin-auth.state
|
STAT_FILE=$MUNIN_PLUGSTATE/plugin-auth.state
|
||||||
EXPR_BIN=/usr/bin/expr
|
EXPR_BIN=/usr/bin/expr
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue