This commit is contained in:
parent
0322030e57
commit
dd658be7ef
@ -54,7 +54,7 @@ def prom_exporter():
|
||||
response.append('#HELP '+attribute+' '+info['help'])
|
||||
response.append('#TYPE '+attribute+' '+info['type'])
|
||||
response.append(attribute+'{'+info['device']+'} '+info['value'])
|
||||
|
||||
client.user.logout()
|
||||
return '\n'.join(response)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user