mirror of https://github.com/Icinga/icinga2.git
Revert "Deactivate perfdata writers after checker"
This reverts commit f0e12ff63c
.
This commit is contained in:
parent
d2e049d575
commit
4edd3ece66
|
@ -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"; }}}
|
||||
|
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class GelfWriter : ConfigObject
|
||||
{
|
||||
activation_priority 80;
|
||||
activation_priority 100;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class GraphiteWriter : ConfigObject
|
||||
{
|
||||
activation_priority 80;
|
||||
activation_priority 100;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
@ -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"; }}}
|
||||
|
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class OpenTsdbWriter : ConfigObject
|
||||
{
|
||||
activation_priority 80;
|
||||
activation_priority 100;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
@ -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"; }}}
|
||||
|
|
Loading…
Reference in New Issue