Add host_is_reachable column to the host status data view

refs #11404
This commit is contained in:
Eric Lippmann 2016-04-11 10:29:26 +02:00
parent 750b8950b2
commit 4cc4657ee9
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class HostStatus extends DataView
'host_in_downtime',
'host_ipv4',
'host_is_flapping',
'host_is_reachable',
'host_last_check',
'host_last_notification',
'host_last_state_change',