X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=nagios-mode.el;h=92aff0e4d6341b7c82d6967ea816c7a741279fda;hp=0fb247af60532847b469ae3faeb36a4d512e2fcd;hb=33e0bdb37581435424ff521cc6bb8775c71b4f25;hpb=91e617e3922a14b0482f006413ca4b10eee6fdf0 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"))) )