move "[ACK]" to end of line
This commit is contained in:
parent
972eb3b4a8
commit
85094987ab
1 changed files with 2 additions and 2 deletions
2
service
2
service
|
@ -120,7 +120,7 @@ def regenerate():
|
||||||
|
|
||||||
services['services'].append({
|
services['services'].append({
|
||||||
'host': svc['attrs']['host_name'],
|
'host': svc['attrs']['host_name'],
|
||||||
'service': ack + svc['attrs']['display_name'],
|
'service': svc['attrs']['display_name'] + ack,
|
||||||
'state': int(svc['attrs']['state']),
|
'state': int(svc['attrs']['state']),
|
||||||
'type': int(svc['attrs']['state_type']),
|
'type': int(svc['attrs']['state_type']),
|
||||||
'output': limit_output_lines(svc['attrs']['last_check_result']['output'].splitlines()),
|
'output': limit_output_lines(svc['attrs']['last_check_result']['output'].splitlines()),
|
||||||
|
|
Loading…
Reference in a new issue