mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
reporting: squelch a RRD warning
This commit is contained in:
parent
bc2c878ec9
commit
4219e86305
@ -60,7 +60,7 @@ def ovpn_status(filename):
|
||||
response = {'socket': filename}
|
||||
buffer = ovpn_cmd(filename, 'status 3')
|
||||
if buffer is None:
|
||||
return {'status': 'failed'}
|
||||
return {'status': 'failed', 'socket': filename}
|
||||
|
||||
header_def = []
|
||||
client_fieldnames = {'read_bytes': 'bytes_received', 'write_bytes': 'bytes_sent'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user