Projet

Général

Profil

Révision eb100e33

IDeb100e33a9f3032cefbd7ca8d6f0583cf035074e
Parent 63351ab5
Enfant 45391005

Ajouté par dipohl il y a presque 9 ans

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

Voir les différences:

plugins/smstools/smstools_
92 92
	echo 'graph_args --base 1000 -l 0'
93 93
	echo 'graph_vlabel '
94 94
	echo 'graph_scale no'
95
	echo 'graph_category SMSTools'
95
	echo 'graph_category other'
96 96
	echo 'graph_info SMSTools Statistics'
97 97
	echo 'graph_oder succeeded received failed multiple_failed rejected'
98 98
	echo 'rejected.label Rejected'
plugins/sourceds/srcds_cpu
114 114
    print("graph_title Server CPU usage at $HOST:$PORT\n",
115 115
	  "graph_args --base 1000\n",
116 116
	  "graph_vlabel CPU\n",
117
	  "graph_category SourceDS\n",
117
	  "graph_category games\n",
118 118
	  "graph_info The CPU usage of Source game server, such as HL2, CS:S and DoD:S.\n");
119 119

  
120 120
    print ("cpu.label CPU\n",
plugins/sourceds/srcds_fps
116 116
    print("graph_title Server FPS at $HOST:$PORT\n",
117 117
	  "graph_args --base 1000\n",
118 118
	  "graph_vlabel FPS\n",
119
	  "graph_category SourceDS\n",
119
	  "graph_category games\n",
120 120
	  "graph_info The number of frames per second generated by Source game server, such as HL2, CS:S and DoD:S.\n");
121 121

  
122 122
    print ("fps.label FPS\n",
plugins/sourceds/srcds_inout
121 121
    print("graph_title Server traffic at $HOST:$PORT\n",
122 122
	  "graph_args --base 1000\n",
123 123
	  "graph_vlabel bits in (-) / out (+) per second\n",
124
	  "graph_category SourceDS\n",
124
	  "graph_category games\n",
125 125
	  "graph_info The traffic of incoming and outgoing data from Source game server, such as HL2, CS:S and DoD:S.\n");
126 126

  
127 127
    print (
plugins/sourceds/srcds_players
92 92
    print("graph_title Number of players at $HOST:$PORT\n",
93 93
	  "graph_args --base 1000\n",
94 94
	  "graph_vlabel Players\n",
95
	  "graph_category SourceDS\n",
95
	  "graph_category games\n",
96 96
	  "graph_info The number of players on Source game server, such as HL2, CS:S and DoD:S.\n");
97 97

  
98 98
    print ("players.label Players\n",
plugins/sourceds/srcds_uptime
91 91
    print("graph_title Game server uptime at $HOST:$PORT\n",
92 92
	  "graph_args --base 1000\n",
93 93
	  "graph_vlabel Uptime (hours)\n",
94
	  "graph_category SourceDS\n",
94
	  "graph_category games\n",
95 95
	  "graph_info The uptime for Source game server, such as HL2, CS:S and DoD:S.\n");
96 96

  
97 97
    print ("uptime.label Uptime\n",
plugins/squeezebox/squeezebox_multi
148 148
    if ($config) {
149 149
      print "graph_title Number of ${attr}\n";
150 150
      print "graph_scale no\n";
151
      print "graph_category Squeezebox\n";
151
      print "graph_category radio\n";
152 152
      print "${attr}.label ${attr}\n";
153 153
    } else {
154 154
      print "${attr}.value $number\n";
plugins/syslog/syslog_ng_stats
106 106
    print "graph_vlabel count\n";
107 107
    print "graph_args --base 1000 --lower-limit 0 --rigid\n";
108 108
    print "graph_info This graph show syslog-ng-ctl stats\n";
109
    print "graph_category syslog\n";
109
    print "graph_category system\n";
110 110
    for my $graph (@gpaths) {
111 111
        # ID
112 112
        my $id = sprintf '%s_%s',
plugins/ultramonkey/ultramonkey-l7
42 42
graph_args --base 1000 -l 0
43 43
graph_vlabel connections / sec
44 44
graph_info UltraMonkey-L7 Connections
45
graph_category Ultramonkey-L7
45
graph_category loadbalancer
46 46
graph_order $graph_order
47 47
END_graph_
48 48

  
plugins/vdr/vdr_
33 33
#    print "graph_args --upper-limit 50 -l 0\n";
34 34
    print "graph_args -l 0\n";
35 35
    print "graph_vlabel Anzahl\n";
36
    print "graph_category VDR\n";
36
    print "graph_category tv\n";
37 37
    print "graph_info Diese Graphen zeigen verschiedene Werte des VDR.\n";
38 38

  
39 39
    print "timer.label Timer (Anzahl)\n";

Formats disponibles : Unified diff