aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Phillips <chad@apartmentlines.com>2015-04-15 20:27:27 -0500
committerChad Phillips <chad@apartmentlines.com>2015-04-15 20:27:27 -0500
commit98781518d02fade2ef76a41d64b7035d27c55f83 (patch)
treea2adee246b9c06ef93ab48586732a55f1f238a64
parentHTTPS version of site (diff)
downloadvim-nagios-98781518d02fade2ef76a41d64b7035d27c55f83.tar.gz
vim-nagios-98781518d02fade2ef76a41d64b7035d27c55f83.zip
add can_submit_commands, host_notifications_enabled, service_notifications_enabled directives.
-rw-r--r--syntax/nagios.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/nagios.vim b/syntax/nagios.vim
index 650b1a4..9aee39e 100644
--- a/syntax/nagios.vim
+++ b/syntax/nagios.vim
@@ -82,6 +82,7 @@ syn keyword nagiosDirective contained service_notification_period stalking_optio
syn keyword nagiosDirective contained sunday thursday timeperiod_name tuesday wednesday
syn keyword nagiosDirective contained icon_image icon_image_alt vrml_image statusmap_image
syn keyword nagiosDirective contained notes notes_url 2d_coords 3d_coords obsess_over_host inherits_parent
+syn keyword nagiosDirective contained can_submit_commands host_notifications_enabled service_notifications_enabled
hi link nagiosComment Comment
hi link nagiosLineComment Comment