|
|
@@ -47,7 +47,7 @@ def _get_status(this_id):
|
|
|
# pprint(this_status)
|
|
|
status_return = None
|
|
|
if 'alert' not in this_status:
|
|
|
- this_status['alert'] = {'15': False, '10': False, '5': False, '0': False}
|
|
|
+ this_status['alert'] = {'15': False, '10': False, '5': False, '1': False}
|
|
|
if this_status:
|
|
|
status_return = this_status['status'], this_status['name'], this_status['timestamp'], this_status['alert']
|
|
|
return status_return
|