Lade till SSHD, fixade taket i denyhosts

This commit is contained in:
2010-04-18 14:40:54 +00:00
parent cbb3cb755a
commit 56b1db7d26
2 changed files with 74 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ if [ "$1" = "config" ]; then
echo 'graph_period second'
echo 'graph_info This graph shows the current number of blocked hosts for SSHD.'
echo 'blocked.label active'
echo 'blocked.max 1000'
echo 'blocked.max 5000'
echo 'blocked.min 0'
echo 'blocked.info The number of active blocked hosts.'
exit 0