From: Michael Orlitzky Date: Fri, 13 Feb 2009 03:14:05 +0000 (-0500) Subject: Added support for the servicegroup definition, and the contained servicegroup_name... X-Git-Tag: v0.1~22 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=commitdiff_plain;h=33e0bdb37581435424ff521cc6bb8775c71b4f25 Added support for the servicegroup definition, and the contained servicegroup_name directive. --- 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"))) )