DataView\Downtime: Add missing columns host_ and service_state

This commit is contained in:
Johannes Meyer 2015-06-18 10:37:27 +02:00
parent 535b740d0e
commit 6e40b79b0d

View File

@ -41,10 +41,12 @@ class Downtime extends DataView
'downtime_start',
'host_display_name',
'host_name',
'host_state',
'object_type',
'service_description',
'service_display_name',
'service_host_name'
'service_host_name',
'service_state'
);
}