1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Plugin-Gallery: get better 2nd level structure

This commit is contained in:
dipohl 2017-02-24 01:35:47 +01:00
parent 45391005a8
commit 3a6fdce80f
13 changed files with 4 additions and 5 deletions

View file

@ -30,7 +30,6 @@
#
LOG=${logfile:-/var/log/secure}
CATEGORY=${category:-system}
if [ "$1" = "autoconf" ]; then
@ -48,7 +47,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title SSHD login stats from' $LOG
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel logins'
echo 'graph_category' $CATEGORY
echo 'graph_category' security
echo 'LogPass.label Successful password logins'
echo 'LogPassPAM.label Successful login via PAM'