Add service_is_reachable column to the service status data view

refs #11404
This commit is contained in:
Eric Lippmann 2016-04-11 10:28:12 +02:00
parent aced4f3b6e
commit a824637c0e
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class ServiceStatus extends DataView
'service_host_name',
'service_in_downtime',
'service_is_flapping',
'service_is_reachable',
'service_last_check',
'service_last_hard_state',
'service_last_hard_state_change',