Add additional data cleanse
This commit is contained in:
parent
ad8cfadedf
commit
97554ff8bb
@ -48,6 +48,7 @@ def prom_exporter():
|
|||||||
if info['value'] is not None:
|
if info['value'] is not None:
|
||||||
info['value'] = info['value'].replace("dBm", "")
|
info['value'] = info['value'].replace("dBm", "")
|
||||||
info['value'] = info['value'].replace("dB", "")
|
info['value'] = info['value'].replace("dB", "")
|
||||||
|
info['value'] = info['value'].replace(">=", "")
|
||||||
# Populate response
|
# Populate response
|
||||||
response=[]
|
response=[]
|
||||||
for attribute, info in signal.items():
|
for attribute, info in signal.items():
|
||||||
|
Reference in New Issue
Block a user