mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Deactivate perfdata writers after checker
This commit is contained in:
parent
ed85d2528c
commit
f0e12ff63c
6 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ namespace icinga
|
|||
|
||||
class ElasticsearchWriter : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 80;
|
||||
|
||||
[config, required] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class GelfWriter : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 80;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class GraphiteWriter : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 80;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class InfluxdbWriter : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 80;
|
||||
|
||||
[config, required] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class OpenTsdbWriter : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 80;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace icinga
|
|||
|
||||
class PerfdataWriter : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 80;
|
||||
|
||||
[config] String host_perfdata_path {
|
||||
default {{{ return Configuration::SpoolDir + "/perfdata/host-perfdata"; }}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue