Projet

Général

Profil

Révision eaf6c2d7

IDeaf6c2d7ce617b3a9fa6a002ac01c95bdf48e79b
Parent 3ad41d6a
Enfant 06871de2, 6aa977b2

Ajouté par dipohl il y a presque 9 ans

Category Tree: Reduce number of categories
mogilefs -> fs (mogilefs)
moodle -> cms (moodle)
openvz -> virtualization (openvz)
wowza -> streaming (wowza)
varnish -> webserver (varnish)
xbnbt -> torrent (xbnbt)

Voir les différences:

plugins/wowza/wowza-media-server
137 137
			print ("graph_title Wowza clients listening duration")
138 138
			print ("graph_args --base 1000 -l 0")
139 139
			print ("graph_scale no")
140
			print ("graph_category Wowza")
140
			print ("graph_category streaming")
141 141
			print ("graph_vlabel minutes")
142 142
			print ("avg.label average listening duration")
143 143
			print ("mdn.label median listening duration")
......
146 146
			print ("graph_title Wowza listeners count by vhosts")
147 147
			print ("graph_args --base 1000 -l 0")
148 148
			print ("graph_scale no")
149
			print ("graph_category Wowza")
149
			print ("graph_category streaming")
150 150
			print ("graph_vlabel listeners")
151 151
			is_first = True
152 152
			for vh in vhosts:
......
162 162
			print ("graph_title Wowza clients listening duration by vhosts")
163 163
			print ("graph_args --base 1000 -l 0")
164 164
			print ("graph_scale no")
165
			print ("graph_category Wowza")
165
			print ("graph_category streaming")
166 166
			print ("graph_vlabel minutes")
167 167
			for vh in vhosts:
168 168
                                vname = vh["Name"].strip("/").replace(".","_").replace("-","_")
......
173 173
			print ("graph_title Wowza vhosts uptime")
174 174
			print ("graph_args --base 1000 -l 0")
175 175
			print ("graph_scale no")
176
			print ("graph_category Wowza")
176
			print ("graph_category streaming")
177 177
			print ("graph_vlabel hours")
178 178
			for vh in vhosts:
179 179
                                vname = vh["Name"].strip("/").replace(".","_").replace("-","_")
......
183 183
			print ("graph_title Wowza listeners count by apps")
184 184
			print ("graph_args --base 1000 -l 0")
185 185
			print ("graph_scale no")
186
			print ("graph_category Wowza")
186
			print ("graph_category streaming")
187 187
			print ("graph_vlabel listeners")
188 188
			is_first = True
189 189
			for vh in vhosts:
......
201 201
			print ("graph_title Wowza clients listening duration by apps")
202 202
			print ("graph_args --base 1000 -l 0")
203 203
			print ("graph_scale no")
204
			print ("graph_category Wowza")
204
			print ("graph_category streaming")
205 205
			print ("graph_vlabel minutes")
206 206
			for vh in vhosts:
207 207
                                vname = vh["Name"].strip("/").replace(".","_").replace("-","_")
......
214 214
			print ("graph_title Wowza apps uptime")
215 215
			print ("graph_args --base 1000 -l 0")
216 216
			print ("graph_scale no")
217
			print ("graph_category Wowza")
217
			print ("graph_category streaming")
218 218
			print ("graph_vlabel hours")
219 219
			for vh in vhosts:
220 220
                                vname = vh["Name"].strip("/").replace(".","_").replace("-","_")
......
226 226
                        print ("graph_title Wowza listeners count")
227 227
			print ("graph_args --base 1000 -l 0")
228 228
			print ("graph_scale no")
229
			print ("graph_category Wowza")
229
			print ("graph_category streaming")
230 230
			print ("graph_vlabel listeners")
231 231
			print ("wowza_listeners.label Total Listeners")
232 232
			print ("wowza_listeners.draw AREA")

Formats disponibles : Unified diff