Revert "Deactivate perfdata writers after checker"

This reverts commit f0e12ff63c.
This commit is contained in:
Michael Friedrich 2019-02-19 14:06:15 +01:00
parent d2e049d575
commit 4edd3ece66
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ namespace icinga
class ElasticsearchWriter : ConfigObject
{
activation_priority 80;
activation_priority 100;
[config, required] String host {
default {{{ return "127.0.0.1"; }}}

View File

@ -26,7 +26,7 @@ namespace icinga
class GelfWriter : ConfigObject
{
activation_priority 80;
activation_priority 100;
[config] String host {
default {{{ return "127.0.0.1"; }}}

View File

@ -26,7 +26,7 @@ namespace icinga
class GraphiteWriter : ConfigObject
{
activation_priority 80;
activation_priority 100;
[config] String host {
default {{{ return "127.0.0.1"; }}}

View File

@ -26,7 +26,7 @@ namespace icinga
class InfluxdbWriter : ConfigObject
{
activation_priority 80;
activation_priority 100;
[config, required] String host {
default {{{ return "127.0.0.1"; }}}

View File

@ -26,7 +26,7 @@ namespace icinga
class OpenTsdbWriter : ConfigObject
{
activation_priority 80;
activation_priority 100;
[config] String host {
default {{{ return "127.0.0.1"; }}}

View File

@ -27,7 +27,7 @@ namespace icinga
class PerfdataWriter : ConfigObject
{
activation_priority 80;
activation_priority 100;
[config] String host_perfdata_path {
default {{{ return Configuration::SpoolDir + "/perfdata/host-perfdata"; }}}