1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Plugin lxc: move to category "virtualization"

See http://guide.munin-monitoring.org/en/latest/reference/graph-category.html#well-known-categories
This commit is contained in:
Lars Kruse 2019-08-12 02:14:30 +02:00
parent 3f8ef105ff
commit f69587c28c

View file

@ -203,7 +203,7 @@ multigraph lxc_cpu
graph_title CPU Usage graph_title CPU Usage
graph_args -l 0 --base 1000 graph_args -l 0 --base 1000
graph_vlabel USER_HZ graph_vlabel USER_HZ
graph_category lxc graph_category virtualization
EOF EOF
for guest_name in $active_guests for guest_name in $active_guests
@ -224,7 +224,7 @@ multigraph lxc_cpu_time
graph_title CPU time graph_title CPU time
graph_args -l 0 --base 1000 graph_args -l 0 --base 1000
graph_vlabel nanosec graph_vlabel nanosec
graph_category lxc graph_category virtualization
EOF EOF
for guest_name in $active_guests for guest_name in $active_guests
@ -240,7 +240,7 @@ EOF
multigraph lxc_logins multigraph lxc_logins
graph_title Logins graph_title Logins
graph_category lxc graph_category virtualization
EOF EOF
for guest_name in $active_guests for guest_name in $active_guests
@ -257,7 +257,7 @@ multigraph lxc_net
graph_title Network traffic graph_title Network traffic
graph_args --base 1000 graph_args --base 1000
graph_vlabel bits in (-) / out (+) per \${graph_period} graph_vlabel bits in (-) / out (+) per \${graph_period}
graph_category lxc graph_category virtualization
graph_info This graph shows the traffic of active LXC containers. graph_info This graph shows the traffic of active LXC containers.
EOF EOF
@ -295,7 +295,7 @@ multigraph lxc_proc
graph_title Processes graph_title Processes
graph_args -l 0 --base 1000 graph_args -l 0 --base 1000
graph_vlabel Number of processes graph_vlabel Number of processes
graph_category lxc graph_category virtualization
EOF EOF
for guest_name in $active_guests for guest_name in $active_guests
do do
@ -312,7 +312,7 @@ multigraph lxc_ram
graph_title Memory graph_title Memory
graph_args -l 0 --base 1024 graph_args -l 0 --base 1024
graph_vlabel byte graph_vlabel byte
graph_category lxc graph_category virtualization
EOF EOF
for guest_name in $active_guests for guest_name in $active_guests