mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-28 04:21:09 -05:00
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
|
||
|---|---|---|
| .. | ||
| debug | ||
| docker | ||
| mkclass | ||
| mkembedconfig | ||
| mkunity | ||
| scripts | ||
| syntax | ||
| CMakeLists.txt | ||
| icinga2-enable-feature.cmake | ||