1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Category Tree: Reduce number of categories

This commit is contained in:
dipohl 2017-02-20 23:53:04 +01:00
parent 059bf0850f
commit 25673f6cf0
8 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@ $port = 20059;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / JSONAPI - players online print("graph_title Bukkit / JSONAPI - players online
graph_category bukkit graph_category games
graph_vlabel players graph_vlabel players
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
players.type GAUGE players.type GAUGE

View file

@ -32,7 +32,7 @@ $port = 20059;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / JSONAPI - RAM usage print("graph_title Bukkit / JSONAPI - RAM usage
graph_category bukkit graph_category games
graph_vlabel RAM usage in GB graph_vlabel RAM usage in GB
graph_args --base 1024 -l 0 graph_args --base 1024 -l 0
total.label total total.label total

View file

@ -32,7 +32,7 @@ $port = 20059;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / JSONAPI - ticks per second (TPS) print("graph_title Bukkit / JSONAPI - ticks per second (TPS)
graph_category bukkit graph_category games
graph_vlabel ticks per second graph_vlabel ticks per second
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
tps.type GAUGE tps.type GAUGE

View file

@ -33,7 +33,7 @@ $port = 3306;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / Statistician - hostile mob kills per day print("graph_title Bukkit / Statistician - hostile mob kills per day
graph_category bukkit graph_category games
graph_vlabel hostile mob kills per day graph_vlabel hostile mob kills per day
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
blaze.type GAUGE blaze.type GAUGE

View file

@ -33,7 +33,7 @@ $port = 3306;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / Statistician - neutral mob kills per day print("graph_title Bukkit / Statistician - neutral mob kills per day
graph_category bukkit graph_category games
graph_vlabel neutral mob kills per day graph_vlabel neutral mob kills per day
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
enderman.type GAUGE enderman.type GAUGE

View file

@ -33,7 +33,7 @@ $port = 3306;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / Statistician - passive mob kills per day print("graph_title Bukkit / Statistician - passive mob kills per day
graph_category bukkit graph_category games
graph_vlabel passive mob kills per day graph_vlabel passive mob kills per day
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
bat.type GAUGE bat.type GAUGE

View file

@ -33,7 +33,7 @@ $port = 3306;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / Statistician - new players per day print("graph_title Bukkit / Statistician - new players per day
graph_category bukkit graph_category games
graph_vlabel new players per day graph_vlabel new players per day
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
players.type GAUGE players.type GAUGE

View file

@ -34,7 +34,7 @@ $port = 3306;
if ((count($argv) > 1) && ($argv[1] == 'config')) if ((count($argv) > 1) && ($argv[1] == 'config'))
{ {
print("graph_title Bukkit / Ultrabans - shame per day print("graph_title Bukkit / Ultrabans - shame per day
graph_category bukkit graph_category games
graph_vlabel amount of shame per day graph_vlabel amount of shame per day
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
unban.type GAUGE unban.type GAUGE