mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Reduce number of categories
smstools -> other (smstools) sourceds -> games (sourceds) squeezebox -> radio (squeezebox) syslog -> system (syslog) ultramonkey-l7 -> loadbalancer (ultramonkey-l7) moved directory jmx up to level 1 in hierarchy
This commit is contained in:
parent
63351ab535
commit
eb100e33a9
20 changed files with 10 additions and 10 deletions
|
@ -114,7 +114,7 @@ sub print_config {
|
|||
print("graph_title Server CPU usage at $HOST:$PORT\n",
|
||||
"graph_args --base 1000\n",
|
||||
"graph_vlabel CPU\n",
|
||||
"graph_category SourceDS\n",
|
||||
"graph_category games\n",
|
||||
"graph_info The CPU usage of Source game server, such as HL2, CS:S and DoD:S.\n");
|
||||
|
||||
print ("cpu.label CPU\n",
|
||||
|
|
|
@ -116,7 +116,7 @@ sub print_config {
|
|||
print("graph_title Server FPS at $HOST:$PORT\n",
|
||||
"graph_args --base 1000\n",
|
||||
"graph_vlabel FPS\n",
|
||||
"graph_category SourceDS\n",
|
||||
"graph_category games\n",
|
||||
"graph_info The number of frames per second generated by Source game server, such as HL2, CS:S and DoD:S.\n");
|
||||
|
||||
print ("fps.label FPS\n",
|
||||
|
|
|
@ -121,7 +121,7 @@ sub print_config {
|
|||
print("graph_title Server traffic at $HOST:$PORT\n",
|
||||
"graph_args --base 1000\n",
|
||||
"graph_vlabel bits in (-) / out (+) per second\n",
|
||||
"graph_category SourceDS\n",
|
||||
"graph_category games\n",
|
||||
"graph_info The traffic of incoming and outgoing data from Source game server, such as HL2, CS:S and DoD:S.\n");
|
||||
|
||||
print (
|
||||
|
|
|
@ -92,7 +92,7 @@ sub print_config {
|
|||
print("graph_title Number of players at $HOST:$PORT\n",
|
||||
"graph_args --base 1000\n",
|
||||
"graph_vlabel Players\n",
|
||||
"graph_category SourceDS\n",
|
||||
"graph_category games\n",
|
||||
"graph_info The number of players on Source game server, such as HL2, CS:S and DoD:S.\n");
|
||||
|
||||
print ("players.label Players\n",
|
||||
|
|
|
@ -91,7 +91,7 @@ sub print_config {
|
|||
print("graph_title Game server uptime at $HOST:$PORT\n",
|
||||
"graph_args --base 1000\n",
|
||||
"graph_vlabel Uptime (hours)\n",
|
||||
"graph_category SourceDS\n",
|
||||
"graph_category games\n",
|
||||
"graph_info The uptime for Source game server, such as HL2, CS:S and DoD:S.\n");
|
||||
|
||||
print ("uptime.label Uptime\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue