mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
Category Tree: Reduce number of categories
rackspace -> cloud (rackspace) openvpn -> network (openvpn) rethinkdb -> db (rethinkdb) glance -> cloud (glance)
This commit is contained in:
parent
eaf6c2d7ce
commit
6aa977b250
14 changed files with 17 additions and 17 deletions
|
@ -56,7 +56,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_args --base 1000 -l 0 '
|
||||
echo 'graph_vlabel Time in minutes'
|
||||
echo 'graph_scale no'
|
||||
echo 'graph_category OpenVPN'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_info Indicate the medium time of the logged users.'
|
||||
|
||||
echo "time.label Users"
|
||||
|
|
|
@ -49,7 +49,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title OpenVPN traffic"
|
||||
echo 'graph_args --base 1000'
|
||||
echo 'graph_vlabel Bytes in (-) / out (+)'
|
||||
echo 'graph_category OpenVPN'
|
||||
echo 'graph_category network'
|
||||
echo "graph_info OpenVPN traffic"
|
||||
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_args --base 1000 -l 0 '
|
||||
echo 'graph_vlabel Time in minutes'
|
||||
echo 'graph_scale no'
|
||||
echo 'graph_category OpenVPN'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_info Indicate the user logged time.'
|
||||
|
||||
# If none, print 0
|
||||
|
|
|
@ -52,7 +52,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_args --base 1000 -l 0 '
|
||||
echo 'graph_vlabel Users'
|
||||
echo 'graph_scale no'
|
||||
echo 'graph_category OpenVPN'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_info Indicate the number of vpn users and the license limit.'
|
||||
|
||||
echo "users.label Users"
|
||||
|
|
|
@ -38,7 +38,7 @@ sub config {
|
|||
print "graph_title OpenVPN traffic\n";
|
||||
print "graph_args --base 1024 --lower-limit 0\n";
|
||||
print "graph_vlabel Bytes Out (-) / In (+) per \${graph_period}\n";
|
||||
print "graph_category openvpn\n";
|
||||
print "graph_category network\n";
|
||||
print "in.label recv\n";
|
||||
print "in.type DERIVE\n";
|
||||
print "in.min 0\n";
|
||||
|
@ -63,7 +63,7 @@ sub config {
|
|||
print "graph_title OpenVPN traffic for $name\n";
|
||||
print "graph_args --base 1024 --lower-limit 0\n";
|
||||
print "graph_vlabel Bytes Out (-) / In (+) per \${graph_period}\n";
|
||||
print "graph_category openvpn\n";
|
||||
print "graph_category network\n";
|
||||
print "in.label recv\n";
|
||||
print "in.type DERIVE\n";
|
||||
print "in.min 0\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue