2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

sshd_log: fix label typo

This commit is contained in:
Thomas Riccardi 2016-11-13 20:43:46 +01:00
parent bc1e78ae5a
commit e178be6432

View File

@ -123,7 +123,7 @@ if [ "$1" = "config" ]; then
echo 'rootAttempt.min 0'
echo 'rootAttempt.type' "$TYPE"
echo 'InvUsr.label Invalid user login attepmts'
echo 'InvUsr.label Invalid user login attempts'
echo 'InvUsr.min 0'
echo 'InvUsr.type' "$TYPE"