From 33e0bdb37581435424ff521cc6bb8775c71b4f25 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 12 Feb 2009 22:14:05 -0500 Subject: [PATCH] Added support for the servicegroup definition, and the contained servicegroup_name directive. --- nagios-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nagios-mode.el b/nagios-mode.el index 0fb247a..92aff0e 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -217,8 +217,8 @@ "retain_status_information" "retry_check_interval" "retry_interval" "saturday" "service_description" "service_notification_commands" - "service_notification_options" - "service_notification_period" "stalking_options" + "service_notification_options" "service_notification_period" + "servicegroup_name" "stalking_options" "sunday" "thursday" "timeperiod_name" "tuesday" "wednesday") t)) ) @@ -245,7 +245,7 @@ (eval-when-compile (regexp-alt-raw '("define +\\(host\\|service\\|timeperiod\\|contact\\|command\\)" - "define +\\(host\\|contact\\)group" + "define +\\(host\\|contact\\|service\\)group" "define +\\(service\\|host\\)dependency" "define +\\(service\\|host\\|hostgroup\\)escalation"))) ) -- 2.43.2