monitoring: Support host and service display_name columns in the Comment data view

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 16:09:36 +01:00
parent a91a2eba68
commit 94be58e121
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ class Comment extends DataView
'comment_service',
'host',
'service',
'host_display_name',
'service_display_name'
);
}