mirror of https://github.com/Icinga/icinga2.git
Update nano and vim syntax for JournaldLogger
This commit is contained in:
parent
4d678fcef0
commit
1f13af957d
|
@ -10,7 +10,7 @@ icolor brightgreen "object[ \t]+(timeperiod|scheduleddowntime|dependency|perfd
|
|||
icolor brightgreen "object[ \t]+(graphitewriter|idomysqlconnection|idomysqlconnection)"
|
||||
icolor brightgreen "object[ \t]+(livestatuslistener|statusdatawriter|externalcommandlistener)"
|
||||
icolor brightgreen "object[ \t]+(compatlogger|checkresultreader|checkcomponent|notificationcomponent)"
|
||||
icolor brightgreen "object[ \t]+(filelogger|sysloglogger|apilistener|endpoint|zone)"
|
||||
icolor brightgreen "object[ \t]+(filelogger|sysloglogger|journaldlogger|apilistener|endpoint|zone)"
|
||||
|
||||
## apply def
|
||||
icolor brightgreen "apply[ \t]+(Service|Dependency|Notification|ScheduledDowntime)"
|
||||
|
|
|
@ -57,7 +57,8 @@ syn keyword icinga2ObjType Comment Dependency Downtime ElasticsearchWriter
|
|||
syn keyword icinga2ObjType Endpoint EventCommand ExternalCommandListener
|
||||
syn keyword icinga2ObjType FileLogger GelfWriter GraphiteWriter Host HostGroup
|
||||
syn keyword icinga2ObjType IcingaApplication IdoMysqlConnection IdoPgsqlConnection
|
||||
syn keyword icinga2ObjType InfluxdbWriter Influxdb2Writer LivestatusListener Notification NotificationCommand
|
||||
syn keyword icinga2ObjType InfluxdbWriter Influxdb2Writer JournaldLogger
|
||||
syn keyword icinga2ObjType LivestatusListener Notification NotificationCommand
|
||||
syn keyword icinga2ObjType NotificationComponent OpenTsdbWriter PerfdataWriter
|
||||
syn keyword icinga2ObjType ScheduledDowntime Service ServiceGroup SyslogLogger
|
||||
syn keyword icinga2ObjType TimePeriod User UserGroup WindowsEventLogLogger Zone
|
||||
|
|
Loading…
Reference in New Issue