mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Merge pull request #835 from dmzkrsk/openssh-denyhosts-plugstate
Use $MUNIN_PLUGSTATE instead of hardcoded path
This commit is contained in:
commit
a2b340a791
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ mktemp -t
|
||||||
}
|
}
|
||||||
|
|
||||||
AUTH_LOG=${logfile:-/var/log/auth.log}
|
AUTH_LOG=${logfile:-/var/log/auth.log}
|
||||||
STATEFILE=/var/lib/munin/plugin-state/sshd.offset
|
STATEFILE=$MUNIN_PLUGSTATE/sshd.offset
|
||||||
LOGTAIL=${logtail:-`which logtail`}
|
LOGTAIL=${logtail:-`which logtail`}
|
||||||
|
|
||||||
if [ "$1" = "autoconf" ]; then
|
if [ "$1" = "autoconf" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue