mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 02:33:18 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
059bf0850f
commit
25673f6cf0
8 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@ $port = 20059;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / JSONAPI - players online
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel players
|
||||
graph_args --base 1000 -l 0
|
||||
players.type GAUGE
|
||||
|
|
|
@ -32,7 +32,7 @@ $port = 20059;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / JSONAPI - RAM usage
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel RAM usage in GB
|
||||
graph_args --base 1024 -l 0
|
||||
total.label total
|
||||
|
|
|
@ -32,7 +32,7 @@ $port = 20059;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / JSONAPI - ticks per second (TPS)
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel ticks per second
|
||||
graph_args --base 1000 -l 0
|
||||
tps.type GAUGE
|
||||
|
|
|
@ -33,7 +33,7 @@ $port = 3306;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Statistician - hostile mob kills per day
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel hostile mob kills per day
|
||||
graph_args --base 1000 -l 0
|
||||
blaze.type GAUGE
|
||||
|
|
|
@ -33,7 +33,7 @@ $port = 3306;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Statistician - neutral mob kills per day
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel neutral mob kills per day
|
||||
graph_args --base 1000 -l 0
|
||||
enderman.type GAUGE
|
||||
|
|
|
@ -33,7 +33,7 @@ $port = 3306;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Statistician - passive mob kills per day
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel passive mob kills per day
|
||||
graph_args --base 1000 -l 0
|
||||
bat.type GAUGE
|
||||
|
|
|
@ -33,7 +33,7 @@ $port = 3306;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Statistician - new players per day
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel new players per day
|
||||
graph_args --base 1000 -l 0
|
||||
players.type GAUGE
|
||||
|
|
|
@ -34,7 +34,7 @@ $port = 3306;
|
|||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Ultrabans - shame per day
|
||||
graph_category bukkit
|
||||
graph_category games
|
||||
graph_vlabel amount of shame per day
|
||||
graph_args --base 1000 -l 0
|
||||
unban.type GAUGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue