class ElasticsearchWriter : ConfigObject
{
- activation_priority 100;
+ activation_priority 80;
[config, required] String host {
default {{{ return "127.0.0.1"; }}}
class GelfWriter : ConfigObject
{
- activation_priority 100;
+ activation_priority 80;
[config] String host {
default {{{ return "127.0.0.1"; }}}
class GraphiteWriter : ConfigObject
{
- activation_priority 100;
+ activation_priority 80;
[config] String host {
default {{{ return "127.0.0.1"; }}}
class InfluxdbWriter : ConfigObject
{
- activation_priority 100;
+ activation_priority 80;
[config, required] String host {
default {{{ return "127.0.0.1"; }}}
class OpenTsdbWriter : ConfigObject
{
- activation_priority 100;
+ activation_priority 80;
[config] String host {
default {{{ return "127.0.0.1"; }}}
class PerfdataWriter : ConfigObject
{
- activation_priority 100;
+ activation_priority 80;
[config] String host_perfdata_path {
default {{{ return Configuration::SpoolDir + "/perfdata/host-perfdata"; }}}