Julian Brost
a1197411e5
Fix documentation on global custom variables
...
Global custom variables were moved from the global `Vars` constant to the
`vars` attribute of the `IcingaApplication` object in v2.4
(84536da221 ), however the documentation wasn't
updated accordingly.
This commit updates the documentation accordingly. The `vars` attribute of
`IcingaApplication` is already documented in `09-object-types.md`, so no
addition for this is needed.
There is still a reference in `24-appendix.md` that I left unchanged because it
is related to the IDO, which is deprecated and scheduled for removal in v2.18,
so I didn't bother checking what the IDO actually does in respect to global
custom variables.
2026-04-27 14:01:53 +02:00
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
Alan Litster
b0b09cef76
Fix type in nanorc syntax file
2019-06-20 13:46:38 +01:00
Michael Friedrich
88975a8e07
Remove obsolete README files in tools/syntax
...
fixes #12302
2016-08-03 15:55:41 +02:00
Michael Friedrich
9289971829
Remove IcingaStatusWriter feature
...
fixes #10140
2015-11-26 19:30:40 +01:00
Gunnar Beutner
cb26028844
Add missing keywords in the syntax highlighting files
...
fixes #8757
2015-03-16 10:07:43 +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