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:
parent
3716783a4b
commit
e926acaf5f
6 changed files with 21 additions and 14 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue