]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Added support for the servicegroup definition, and the contained servicegroup_name...
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Feb 2009 03:14:05 +0000 (22:14 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Feb 2009 03:14:05 +0000 (22:14 -0500)
nagios-mode.el

index 0fb247af60532847b469ae3faeb36a4d512e2fcd..92aff0e4d6341b7c82d6967ea816c7a741279fda 100644 (file)
        "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))
   )
     
   (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")))
   )