Skip to content

Commit f0e12ff

Browse files
committed
Deactivate perfdata writers after checker
1 parent ed85d25 commit f0e12ff

6 files changed

+6
-6
lines changed

lib/perfdata/elasticsearchwriter.ti

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace icinga
77

88
class ElasticsearchWriter : ConfigObject
99
{
10-
activation_priority 100;
10+
activation_priority 80;
1111

1212
[config, required] String host {
1313
default {{{ return "127.0.0.1"; }}}

lib/perfdata/gelfwriter.ti

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace icinga
2626

2727
class GelfWriter : ConfigObject
2828
{
29-
activation_priority 100;
29+
activation_priority 80;
3030

3131
[config] String host {
3232
default {{{ return "127.0.0.1"; }}}

lib/perfdata/graphitewriter.ti

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace icinga
2626

2727
class GraphiteWriter : ConfigObject
2828
{
29-
activation_priority 100;
29+
activation_priority 80;
3030

3131
[config] String host {
3232
default {{{ return "127.0.0.1"; }}}

lib/perfdata/influxdbwriter.ti

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace icinga
2626

2727
class InfluxdbWriter : ConfigObject
2828
{
29-
activation_priority 100;
29+
activation_priority 80;
3030

3131
[config, required] String host {
3232
default {{{ return "127.0.0.1"; }}}

lib/perfdata/opentsdbwriter.ti

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace icinga
2626

2727
class OpenTsdbWriter : ConfigObject
2828
{
29-
activation_priority 100;
29+
activation_priority 80;
3030

3131
[config] String host {
3232
default {{{ return "127.0.0.1"; }}}

lib/perfdata/perfdatawriter.ti

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace icinga
2727

2828
class PerfdataWriter : ConfigObject
2929
{
30-
activation_priority 100;
30+
activation_priority 80;
3131

3232
[config] String host_perfdata_path {
3333
default {{{ return Configuration::SpoolDir + "/perfdata/host-perfdata"; }}}

0 commit comments

Comments
 (0)