1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Category Tree: Reduce number of categories

mogilefs -> fs (mogilefs)
moodle -> cms (moodle)
openvz -> virtualization (openvz)
wowza -> streaming (wowza)
varnish -> webserver (varnish)
xbnbt -> torrent (xbnbt)
This commit is contained in:
dipohl 2017-02-23 15:31:40 +01:00
parent 3ad41d6a4a
commit eaf6c2d7ce
19 changed files with 28 additions and 28 deletions

View file

@ -57,7 +57,7 @@ if ( $arg eq "autoconf" ) {
print "graph_scale no\n";
print "graph_vlabel load average\n";
print "graph_info Shows 5-minute load average per VE\n";
print "graph_category OpenVZ\n";
print "graph_category virtualization\n";
# Dynamic config
my @result=`/usr/sbin/vzlist -H -a -s veid -o veid,name`;

View file

@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
echo "graph_args --base 1000 -l 0"
echo "graph_scale yes"
echo "graph_vlabel $ATTRIBUTE Value"
echo "graph_category openvz"
echo "graph_category virtualization"
echo "graph_info This graph shows OpenVZ: $ATTRIBUTE"
vzlist -a -H --no-trim -o hostname | awk '{gsub(/\./,"_",$1)
print("'$ATTRIBUTE'"$1".label "$1"\n" \

View file

@ -224,7 +224,7 @@ graph_title OpenVZ container CPU usage
graph_vlabel CPU cores used ($cores available)
graph_scale no
graph_info This graph shows how CPU time is spent.
graph_category openvz
graph_category virtualization
graph_period second
STDCONFIG
if (0) {