@cryptotaxi247 / netdata-1 / commits / 4609ac2ec

health: remove exporting_metrics_lost template (#10829)

Ilya Mashchenko committed Mar 22, 2021 at 16:20 UTC 4609ac2ec85a6c0dc6edab55b2f58932b9c39c45
1 file changed -11
health/health.d/exporting.conf
-11
@@ -21,14 +21,3 @@ families: *
21 delay: down 5m multiplier 1.5 max 1h
22 info: percentage of metrics sent to the external database server
23 to: dba
24 -
25 -template: exporting_metrics_lost
26 -families: *
27 - on: exporting_data_size
28 - units: metrics
29 - calc: abs($lost)
30 - every: 10s
31 - crit: ($this != 0) || ($status == $CRITICAL && abs($sent) == 0)
32 - delay: down 5m multiplier 1.5 max 1h
33 - info: number of metrics lost due to repeating failures to contact the external database server
34 - to: dba