monitoring: Select the host and service display_name columns in the Notification data view

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 15:47:36 +01:00
parent d8b1e63231
commit ad879b1ee6
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ class Notification extends DataView
'notification_start_time',
'notification_contact',
'notification_output',
'notification_command'
'notification_command',
'host_display_name',
'service_display_name'
);
}