Fix comment query. Service comments only right now

This commit is contained in:
Thomas Gelf 2014-03-04 14:14:42 +00:00
parent e99bb57c63
commit 573bd1bde1
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class Monitoring_ListController extends MonitoringController
'comment_type', 'comment_type',
'comment_is_persistent', 'comment_is_persistent',
'comment_expiration_timestamp', 'comment_expiration_timestamp',
'host_name', 'host_name' => 'service_host_name',
'service_name' 'service_name'
) )
)->getQuery(); )->getQuery();