mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
Merge pull request #556 from HeisSpiter/master
Fix state file directory in system/auth plugin
This commit is contained in:
commit
735976d2ba
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