icinga2/components
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
..
checker Fix problems with PNP4Nagios 2014-09-17 15:38:39 +02:00
compat Fix reading perfdata in compat/checkresultreader 2014-10-11 18:45:55 +02:00
db_ido_mysql Fix problems with PNP4Nagios 2014-09-17 15:38:39 +02:00
db_ido_pgsql Fix problems with PNP4Nagios 2014-09-17 15:38:39 +02:00
demo Implement support for unity builds 2014-08-30 20:02:12 +02:00
livestatus Fix problems with PNP4Nagios 2014-09-17 15:38:39 +02:00
notification Fix problems with PNP4Nagios 2014-09-17 15:38:39 +02:00
perfdata GraphiteWriter: Add support for customized metric prefix names 2014-10-11 20:38:24 +02:00
CMakeLists.txt Refactor the agent and cluster components. 2014-05-08 09:13:04 +02:00