mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
multiple plugins -> "mail" (qsmtpd, zimbra) ossec -> "security" (ossec) zeo -> appserver (zope)
This commit is contained in:
parent
30685b4c66
commit
ed77c82d8a
12 changed files with 14 additions and 14 deletions
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title OSSEC Active Response"
|
||||
echo "graph_args --base 1000 -l 0"
|
||||
echo "graph_vlabel Number of responses"
|
||||
echo "graph_category ossec"
|
||||
echo "graph_category security"
|
||||
echo "graph_scale no"
|
||||
echo "c_add_actions.label rules added"
|
||||
echo "c_add_actions.draw LINE2"
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Ossec agents status"
|
||||
echo "graph_args --base 1000 -l 0"
|
||||
echo "graph_vlabel Number of ossec agents"
|
||||
echo "graph_category ossec"
|
||||
echo "graph_category security"
|
||||
echo "graph_scale no"
|
||||
echo "active.label active"
|
||||
echo "active.draw LINE2"
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Ossec alerts per service"
|
||||
echo "graph_args --base 1000 -l 0"
|
||||
echo "graph_vlabel Number of alerts per service"
|
||||
echo "graph_category ossec"
|
||||
echo "graph_category security"
|
||||
echo "graph_scale no"
|
||||
echo "apache.label httpd"
|
||||
echo "apache.draw LINE2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue