mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 13:14:32 +02:00
parent
30b140761b
commit
b77c9edca0
@ -38,15 +38,9 @@ class GraphiteWriter : ConfigObject
|
|||||||
[config] String service_name_template {
|
[config] String service_name_template {
|
||||||
default {{{ return "icinga2.$host.name$.services.$service.name$.$service.check_command$"; }}}
|
default {{{ return "icinga2.$host.name$.services.$service.name$.$service.check_command$"; }}}
|
||||||
};
|
};
|
||||||
[config] bool enable_send_thresholds {
|
[config] bool enable_send_thresholds;
|
||||||
default {{{ return false; }}}
|
[config] bool enable_send_metadata;
|
||||||
};
|
[config] bool enable_legacy_mode;
|
||||||
[config] bool enable_send_metadata {
|
|
||||||
default {{{ return false; }}}
|
|
||||||
};
|
|
||||||
[config] bool enable_legacy_mode {
|
|
||||||
default {{{ return false; }}}
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user