DataView/Host|ServiceStatus: allow hard_state cols

This commit is contained in:
Thomas Gelf 2015-11-11 17:13:41 +01:00
parent 1bfefe060e
commit cbd1629176
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class HostStatus extends DataView
'host_address',
'host_address6',
'host_state',
'host_hard_state',
'host_state_type',
'host_handled',
'host_unhandled',

View File

@ -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',