mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -141,7 +141,7 @@ try:
|
|||
print ("graph_vlabel minutes")
|
||||
print ("avg.label average listening duration")
|
||||
print ("mdn.label median listening duration")
|
||||
|
||||
|
||||
elif plugin_name == "wowza_vhost_listeners":
|
||||
print ("graph_title Wowza listeners count by vhosts")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
@ -157,7 +157,7 @@ try:
|
|||
is_first = False
|
||||
else:
|
||||
print (vname,".draw STACK",sep='')
|
||||
|
||||
|
||||
elif plugin_name == "wowza_vhost_duration":
|
||||
print ("graph_title Wowza clients listening duration by vhosts")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
@ -168,7 +168,7 @@ try:
|
|||
vname = vh["Name"].strip("/").replace(".","_").replace("-","_")
|
||||
print (vname,"_avg.label average listening duration for ",vh["Name"],sep='')
|
||||
print (vname,"_mdn.label median listening duration for ",vh["Name"],sep='')
|
||||
|
||||
|
||||
elif plugin_name == "wowza_vhost_uptime":
|
||||
print ("graph_title Wowza vhosts uptime")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
@ -178,7 +178,7 @@ try:
|
|||
for vh in vhosts:
|
||||
vname = vh["Name"].strip("/").replace(".","_").replace("-","_")
|
||||
print (vname,".label vhost: ",vh["Name"],sep='')
|
||||
|
||||
|
||||
elif plugin_name == "wowza_app_listeners":
|
||||
print ("graph_title Wowza listeners count by apps")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
@ -196,7 +196,7 @@ try:
|
|||
is_first = False
|
||||
else:
|
||||
print (vname,"_",aname,".draw STACK",sep='')
|
||||
|
||||
|
||||
elif plugin_name == "wowza_app_duration":
|
||||
print ("graph_title Wowza clients listening duration by apps")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
@ -209,7 +209,7 @@ try:
|
|||
aname = app["Name"].strip("/").replace(".","_").replace("-","_")
|
||||
print (vname,"_",aname,"_avg.label average listening duration for ",vh["Name"],".",app["Name"],sep='')
|
||||
print (vname,"_",aname,"_mdn.label median listening duration for ",vh["Name"],".",app["Name"],sep='')
|
||||
|
||||
|
||||
elif plugin_name == "wowza_app_uptime":
|
||||
print ("graph_title Wowza apps uptime")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
@ -221,7 +221,7 @@ try:
|
|||
for app in vh["Applications"]:
|
||||
aname = app["Name"].strip("/").replace(".","_").replace("-","_")
|
||||
print (vname,"_",aname,".label vhost.app: ",vh["Name"],".",app["Name"],sep='')
|
||||
|
||||
|
||||
else: # wowza_listeners
|
||||
print ("graph_title Wowza listeners count")
|
||||
print ("graph_args --base 1000 -l 0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue