Commit Graph

25 Commits

Author SHA1 Message Date
Alexander A. Klimov cc872dac1f Remove CheckResultReader which has been deprecated for 5 major versions 2023-04-03 11:39:21 +02:00
Alexander A. Klimov bbf2e80002 Remove StatusDataWriter which has been deprecated for 5 major versions 2023-03-01 17:16:28 +01:00
Tobias Deiminger 1f13af957d Update nano and vim syntax for JournaldLogger 2021-09-23 16:08:39 +02:00
Alexander A. Klimov 9d4b0f1268 Introduce Influxdb2Writer
refs #8711
2021-07-20 16:21:36 +02:00
Julian Brost 6de9f58810 Add WindowsEventLogLogger 2021-06-21 15:15:54 +02:00
Alan Litster b0b09cef76 Fix type in nanorc syntax file 2019-06-20 13:46:38 +01:00
Michael Friedrich 3cb2c1d143 icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
Michael Friedrich 355b21a04c Enhance vim syntax highlighting for 2.10
- object types (and 'host' inside apply) are now green again
- special underlined macro highlighting
- add missing object types, attributes and constants
- add new constants and namespaces/references for 2.10
- Large refactoring into sub matches

I don't use nano, so we need a nano hero to incorporate
these changes here into their syntax highlighting file :)

refs #5683
2018-10-10 15:35:30 +02:00
Michael Friedrich 88975a8e07 Remove obsolete README files in tools/syntax
fixes #12302
2016-08-03 15:55:41 +02:00
Nicolas Limage daa067dabe Fix typo in vim syntax highlighting
fixes #11617

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-04-19 12:01:12 +02:00
Michael Friedrich 9289971829 Remove IcingaStatusWriter feature
fixes #10140
2015-11-26 19:30:40 +01:00
Michael Friedrich df2d7c5bf8 Update vim syntax highlighting
refs #10430
2015-10-22 18:10:35 +02:00
Carlos Cesario 0f0d60cc52 Fix syntax highlighting: host.address vs host.add
fixes #8853
2015-04-27 14:07:29 +02:00
Andrew Meyer ec8ec726c0 Vim syntax: Match groups before host/service/user objects
switches order of syntax object definitions to stop short circuit

fixes #9045

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-04-11 11:26:23 +02:00
Gunnar Beutner cb26028844 Add missing keywords in the syntax highlighting files
fixes #8757
2015-03-16 10:07:43 +01:00
Markus Frosch 90568e798f Fix VIM syntax highlighting for comments
fixes #8755
2015-03-16 09:19:13 +01:00
Carlos Cesario bb83c32c0c Update syntax highlighting (nano/vim) for 2.3 features
fixes #8660
2015-03-12 17:15:10 +01:00
Michael Friedrich c39fdf470f Syntax: Add missing keywords 2014-11-17 09:51:24 +01:00
Michael Friedrich 57d945347f GraphiteWriter: Add support for customized metric prefix names
Allows to use runtime macros and global constants for setting
a custom metric prefix:

    const GraphiteEnv = "icinga.env1"

    object GraphiteWriter "graphite" {
      host_name_template = GraphiteEnv + ".$host.name$"
      service_name_template = GraphiteEnv + ".$host.name$.$service.name$"
    }

fixes #7334
2014-10-11 20:38:24 +02:00
Michael Friedrich 7d54ebb6ac Add enable_ha/failover_timeout to vim/nano syntax highlighting
refs #6827
refs #6203
2014-08-28 21:15:57 +02:00
Michael Friedrich 5799d86ed7 Documentation: s/enable_flap_detection/enable_flapping/g
fixes #6870
2014-08-07 11:27:50 +02:00
Michael Friedrich 6aec8ba394 Syntax: Add new RunDir constant
refs #6627
2014-08-04 11:25:47 +02:00
Carlos Cesario fa515bd5af Syntax Highlighting: Add nano syntax file.
Fixes #6385

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-04 15:45:03 +02:00
Carlos Cesario ec75e7dcbb Vim syntax: Fix angleBrackets and vars regex.
Fixes #6386

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-03 17:22:12 +02:00
Carlos Cesario 1b45b814eb Add icinga2 vim syntax file and installation documentation.
Fixes #3199

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-02 16:29:27 +02:00