mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Use $MUNIN_PLUGSTATE instead of hardcoded path
This commit is contained in:
parent
87b20d70e4
commit
ca7cbd717a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ mktemp -t
|
|||
}
|
||||
|
||||
AUTH_LOG=${logfile:-/var/log/auth.log}
|
||||
STATEFILE=/var/lib/munin/plugin-state/sshd.offset
|
||||
STATEFILE=$MUNIN_PLUGSTATE/sshd.offset
|
||||
LOGTAIL=${logtail:-`which logtail`}
|
||||
|
||||
if [ "$1" = "autoconf" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue