DataView/Host|ServiceStatus: allow hard_state cols
This commit is contained in:
parent
1bfefe060e
commit
cbd1629176
|
@ -18,6 +18,7 @@ class HostStatus extends DataView
|
|||
'host_address',
|
||||
'host_address6',
|
||||
'host_state',
|
||||
'host_hard_state',
|
||||
'host_state_type',
|
||||
'host_handled',
|
||||
'host_unhandled',
|
||||
|
|
|
@ -15,6 +15,7 @@ class ServiceStatus extends DataView
|
|||
'host_name',
|
||||
'host_display_name',
|
||||
'host_state',
|
||||
'host_hard_state',
|
||||
'host_state_type',
|
||||
'host_last_state_change',
|
||||
'host_address',
|
||||
|
@ -24,6 +25,7 @@ class ServiceStatus extends DataView
|
|||
'service_description',
|
||||
'service_display_name',
|
||||
'service_state',
|
||||
'service_hard_state',
|
||||
'service_in_downtime',
|
||||
'service_acknowledged',
|
||||
'service_handled',
|
||||
|
|
Loading…
Reference in New Issue