diff --git a/plugins/system/auth b/plugins/system/auth index c089a731..f2d607ad 100755 --- a/plugins/system/auth +++ b/plugins/system/auth @@ -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 #############################