diff --git a/lib/perfdata/graphitewriter.ti b/lib/perfdata/graphitewriter.ti index 5d0685a2d..729a651e1 100644 --- a/lib/perfdata/graphitewriter.ti +++ b/lib/perfdata/graphitewriter.ti @@ -38,15 +38,9 @@ class GraphiteWriter : ConfigObject [config] String service_name_template { default {{{ return "icinga2.$host.name$.services.$service.name$.$service.check_command$"; }}} }; - [config] bool enable_send_thresholds { - default {{{ return false; }}} - }; - [config] bool enable_send_metadata { - default {{{ return false; }}} - }; - [config] bool enable_legacy_mode { - default {{{ return false; }}} - }; + [config] bool enable_send_thresholds; + [config] bool enable_send_metadata; + [config] bool enable_legacy_mode; };