mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +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
|
@ -106,7 +106,8 @@ if [ "$1" = "autoconf" ]; then
|
|||
fi
|
||||
|
||||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title SSHD login stats from' "$LOG"
|
||||
echo 'graph_title SSHD login stats'
|
||||
echo 'graph_info SSHD login stats from' "$LOG"
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel logins'
|
||||
echo 'graph_category' security
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue