mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +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
|
||||
#############################
|
||||
MAXLABEL=20
|
||||
STAT_FILE=/var/lib/munin/plugin-state/plugin-auth.state
|
||||
STAT_FILE=$MUNIN_PLUGSTATE/plugin-auth.state
|
||||
EXPR_BIN=/usr/bin/expr
|
||||
#############################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue