mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +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:
parent
3f8ef105ff
commit
f69587c28c
1 changed files with 6 additions and 6 deletions
|
@ -203,7 +203,7 @@ multigraph lxc_cpu
|
|||
graph_title CPU Usage
|
||||
graph_args -l 0 --base 1000
|
||||
graph_vlabel USER_HZ
|
||||
graph_category lxc
|
||||
graph_category virtualization
|
||||
EOF
|
||||
|
||||
for guest_name in $active_guests
|
||||
|
@ -224,7 +224,7 @@ multigraph lxc_cpu_time
|
|||
graph_title CPU time
|
||||
graph_args -l 0 --base 1000
|
||||
graph_vlabel nanosec
|
||||
graph_category lxc
|
||||
graph_category virtualization
|
||||
EOF
|
||||
|
||||
for guest_name in $active_guests
|
||||
|
@ -240,7 +240,7 @@ EOF
|
|||
|
||||
multigraph lxc_logins
|
||||
graph_title Logins
|
||||
graph_category lxc
|
||||
graph_category virtualization
|
||||
EOF
|
||||
|
||||
for guest_name in $active_guests
|
||||
|
@ -257,7 +257,7 @@ multigraph lxc_net
|
|||
graph_title Network traffic
|
||||
graph_args --base 1000
|
||||
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.
|
||||
EOF
|
||||
|
||||
|
@ -295,7 +295,7 @@ multigraph lxc_proc
|
|||
graph_title Processes
|
||||
graph_args -l 0 --base 1000
|
||||
graph_vlabel Number of processes
|
||||
graph_category lxc
|
||||
graph_category virtualization
|
||||
EOF
|
||||
for guest_name in $active_guests
|
||||
do
|
||||
|
@ -312,7 +312,7 @@ multigraph lxc_ram
|
|||
graph_title Memory
|
||||
graph_args -l 0 --base 1024
|
||||
graph_vlabel byte
|
||||
graph_category lxc
|
||||
graph_category virtualization
|
||||
EOF
|
||||
|
||||
for guest_name in $active_guests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue