monitoring: Support host and service display_name columns in the Comment data view
refs #7843
This commit is contained in:
parent
a91a2eba68
commit
94be58e121
|
@ -29,6 +29,8 @@ class Comment extends DataView
|
|||
'comment_service',
|
||||
'host',
|
||||
'service',
|
||||
'host_display_name',
|
||||
'service_display_name'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue