From 4ec1a9b1186d0397dd71e2e672bf937d1bce0cf4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 21 Aug 2013 00:28:05 +0200 Subject: [PATCH] More columns for contactgroups --- .../Monitoring/View/ContactgroupView.php | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/modules/monitoring/library/Monitoring/View/ContactgroupView.php b/modules/monitoring/library/Monitoring/View/ContactgroupView.php index 1e52c74e2..a32a2eed2 100644 --- a/modules/monitoring/library/Monitoring/View/ContactgroupView.php +++ b/modules/monitoring/library/Monitoring/View/ContactgroupView.php @@ -9,6 +9,30 @@ class ContactgroupView extends AbstractView protected $availableColumns = array( 'contactgroup_name', 'contactgroup_alias', + + 'contact_name', + 'contact_alias', + 'contact_email', + 'contact_pager', + 'contact_notify_hosts', + 'contact_notify_services', + 'contact_has_host_notfications', + 'contact_has_service_notfications', + 'contact_can_submit_commands', + 'contact_notify_service_recovery', + 'contact_notify_service_warning', + 'contact_notify_service_critical', + 'contact_notify_service_unknown', + 'contact_notify_service_flapping', + 'contact_notify_service_downtime', + 'contact_notify_host_recovery', + 'contact_notify_host_down', + 'contact_notify_host_unreachable', + 'contact_notify_host_flapping', + 'contact_notify_host_downtime', + + + 'host_object_id', 'host_name', 'service_description' );