mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Deactivate perfdata writers after checker
This commit is contained in:
parent
ed85d2528c
commit
f0e12ff63c
@ -7,7 +7,7 @@ namespace icinga
|
|||||||
|
|
||||||
class ElasticsearchWriter : ConfigObject
|
class ElasticsearchWriter : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 80;
|
||||||
|
|
||||||
[config, required] String host {
|
[config, required] String host {
|
||||||
default {{{ return "127.0.0.1"; }}}
|
default {{{ return "127.0.0.1"; }}}
|
||||||
|
@ -26,7 +26,7 @@ namespace icinga
|
|||||||
|
|
||||||
class GelfWriter : ConfigObject
|
class GelfWriter : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 80;
|
||||||
|
|
||||||
[config] String host {
|
[config] String host {
|
||||||
default {{{ return "127.0.0.1"; }}}
|
default {{{ return "127.0.0.1"; }}}
|
||||||
|
@ -26,7 +26,7 @@ namespace icinga
|
|||||||
|
|
||||||
class GraphiteWriter : ConfigObject
|
class GraphiteWriter : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 80;
|
||||||
|
|
||||||
[config] String host {
|
[config] String host {
|
||||||
default {{{ return "127.0.0.1"; }}}
|
default {{{ return "127.0.0.1"; }}}
|
||||||
|
@ -26,7 +26,7 @@ namespace icinga
|
|||||||
|
|
||||||
class InfluxdbWriter : ConfigObject
|
class InfluxdbWriter : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 80;
|
||||||
|
|
||||||
[config, required] String host {
|
[config, required] String host {
|
||||||
default {{{ return "127.0.0.1"; }}}
|
default {{{ return "127.0.0.1"; }}}
|
||||||
|
@ -26,7 +26,7 @@ namespace icinga
|
|||||||
|
|
||||||
class OpenTsdbWriter : ConfigObject
|
class OpenTsdbWriter : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 80;
|
||||||
|
|
||||||
[config] String host {
|
[config] String host {
|
||||||
default {{{ return "127.0.0.1"; }}}
|
default {{{ return "127.0.0.1"; }}}
|
||||||
|
@ -27,7 +27,7 @@ namespace icinga
|
|||||||
|
|
||||||
class PerfdataWriter : ConfigObject
|
class PerfdataWriter : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 80;
|
||||||
|
|
||||||
[config] String host_perfdata_path {
|
[config] String host_perfdata_path {
|
||||||
default {{{ return Configuration::SpoolDir + "/perfdata/host-perfdata"; }}}
|
default {{{ return Configuration::SpoolDir + "/perfdata/host-perfdata"; }}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user