monitoring: Select the host and service display_name columns in the Notification data view
refs #7843
This commit is contained in:
parent
d8b1e63231
commit
ad879b1ee6
|
@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue