summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-03-22 16:20:44 +0300
committerGitHub <noreply@github.com>2021-03-22 16:20:44 +0300
commit4609ac2ec85a6c0dc6edab55b2f58932b9c39c45 (patch)
treeb15ad3d820d133c592677e4df32aaaf3850250af
parentff29e685f3e3a3e9f897561437585bdbb6d687ba (diff)
health: remove exporting_metrics_lost template (#10829)
-rw-r--r--health/health.d/exporting.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/health/health.d/exporting.conf b/health/health.d/exporting.conf
index 506cb0cf75..735fb5ae71 100644
--- a/health/health.d/exporting.conf
+++ b/health/health.d/exporting.conf
@@ -21,14 +21,3 @@ families: *
delay: down 5m multiplier 1.5 max 1h
info: percentage of metrics sent to the external database server
to: dba
-
-template: exporting_metrics_lost
-families: *
- on: exporting_data_size
- units: metrics
- calc: abs($lost)
- every: 10s
- crit: ($this != 0) || ($status == $CRITICAL && abs($sent) == 0)
- delay: down 5m multiplier 1.5 max 1h
- info: number of metrics lost due to repeating failures to contact the external database server
- to: dba