mirror of https://github.com/Icinga/icinga2.git
Add enable_ha/failover_timeout to vim/nano syntax highlighting
refs #6827 refs #6203
This commit is contained in:
parent
98e43afd31
commit
7d54ebb6ac
|
@ -24,8 +24,8 @@ icolor red "(^|^\s+)(bind_port|ca_path|categories|cert_path|check_command|chec
|
|||
icolor red "(^|^\s+)(check_period|child_host_name|child_service_name|cleanup|command|command_path)"
|
||||
icolor red "(^|^\s+)(comment|compat_log_path|crl_path|database|disable_checks|disable_notifications)"
|
||||
icolor red "(^|^\s+)(display_name|duration|email|enable_active_checks|enable_event_handler)"
|
||||
icolor red "(^|^\s+)(enable_flapping|enable_notifications|enable_passive_checks|enable_perfdata)"
|
||||
icolor red "(^|^\s+)(endpoints|env|event_command|fixed|flapping_threshold|groups|host)"
|
||||
icolor red "(^|^\s+)(enable_flapping|enable_ha|enable_notifications|enable_passive_checks|enable_perfdata)"
|
||||
icolor red "(^|^\s+)(endpoints|env|event_command|failover_timeout|fixed|flapping_threshold|groups|host)"
|
||||
icolor red "(^|^\s+)(host_format_template|host_name|host_perfdata_path|host_temp_path|icon_image)"
|
||||
icolor red "(^|^\s+)(icon_image_alt|instance_description|instance_name|interval|key_path|log_dir)"
|
||||
icolor red "(^|^\s+)(log_duration|max_check_attempts|methods|name|notes|notes_url|objects_path)"
|
||||
|
|
|
@ -67,8 +67,8 @@ syn keyword icinga2ObjAttr contained bind_port ca_path categories cert_path ch
|
|||
syn keyword icinga2ObjAttr contained check_period child_host_name child_service_name cleanup command command_path
|
||||
syn keyword icinga2ObjAttr contained comment compat_log_path crl_path database disable_checks disable_notifications
|
||||
syn keyword icinga2ObjAttr contained display_name duration email enable_active_checks enable_event_handler
|
||||
syn keyword icinga2ObjAttr contained enable_flapping enable_notifications enable_passive_checks enable_perfdata
|
||||
syn keyword icinga2ObjAttr contained endpoints env event_command fixed flapping_threshold groups host
|
||||
syn keyword icinga2ObjAttr contained enable_flapping enable_ha enable_notifications enable_passive_checks enable_perfdata
|
||||
syn keyword icinga2ObjAttr contained endpoints env event_command failover_timeout fixed flapping_threshold groups host
|
||||
syn keyword icinga2ObjAttr contained host_format_template host_name host_perfdata_path host_temp_path icon_image
|
||||
syn keyword icinga2ObjAttr contained icon_image_alt instance_description instance_name interval key_path log_dir
|
||||
syn keyword icinga2ObjAttr contained log_duration max_check_attempts methods name notes notes_url objects_path
|
||||
|
|
Loading…
Reference in New Issue