1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fix titles of similar plugins so they are better grouped in category views

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2019-10-09 15:54:29 +11:00 committed by Lars Kruse
parent 3716783a4b
commit e926acaf5f
6 changed files with 21 additions and 14 deletions

View file

@ -32,7 +32,8 @@ fi
if [ "$1" = "config" ]; then
echo 'graph_title Hosts denied sshd access in /etc/hosts.deny'
echo 'graph_title Hosts denied sshd access'
echo 'graph_info Hosts denied sshd access in /etc/hosts.deny'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Hosts denied '
echo 'graph_category system'