Add host and service name columns to the Downtime data view

refs #8614
This commit is contained in:
Eric Lippmann 2015-03-06 13:13:48 +01:00
parent 6d43673754
commit db99c323cc
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@ class Downtime extends DataView
'downtime_host_state',
'downtime_service_state',
'host_display_name',
'service_display_name'
'service_display_name',
'host_name',
'service_host_name',
'service_description'
);
}