From 32572ae65369e97dd9bc640c6524c877fbba9661 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 25 Jun 2014 20:21:19 +0200 Subject: [PATCH] Monitoring\Object\Service: don't load host comment I'd like to reintroduce those columns, showing last object comment and so one. Those joins are costly, we can fetch host comments way easier directly from host object once we are here. But I guess we don't even need it. --- modules/monitoring/library/Monitoring/Object/Service.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Object/Service.php b/modules/monitoring/library/Monitoring/Object/Service.php index eb9ebf003..5fbdf360b 100644 --- a/modules/monitoring/library/Monitoring/Object/Service.php +++ b/modules/monitoring/library/Monitoring/Object/Service.php @@ -73,7 +73,6 @@ class Service extends AbstractObject 'host_unhandled_service_count', 'host_action_url', 'host_notes_url', - 'host_last_comment', 'host_display_name', 'host_alias', 'host_ipv4',