]> arthur.barton.de Git - netdata.git/commitdiff
remove obsolete backends latency alarm
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 29 Dec 2016 16:42:58 +0000 (18:42 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 29 Dec 2016 16:42:58 +0000 (18:42 +0200)
conf.d/health.d/backend.conf

index d127c0f8d157224fcde2785b7a48e6984324f8be..9c193e7b9203be3fbe459cd1c44ac82865e93603 100644 (file)
     info: number of metrics lost due to repeating failures to contact the backend server
       to: dba
 
-   alarm: backend_slow
-      on: netdata.backend_latency
-   units: %
-    calc: $latency * 100 / ($update_every * 1000)
-   every: 10s
-    warn: $this > 50
-    crit: $this > 100
-   delay: down 5m multiplier 1.5 max 1h
-    info: the percentage of time between iterations needed by the backend time to process the data sent by netdata
-      to: dba
+# this chart has been removed from netdata
+#   alarm: backend_slow
+#      on: netdata.backend_latency
+#   units: %
+#    calc: $latency * 100 / ($update_every * 1000)
+#   every: 10s
+#    warn: $this > 50
+#    crit: $this > 100
+#   delay: down 5m multiplier 1.5 max 1h
+#    info: the percentage of time between iterations needed by the backend time to process the data sent by netdata
+#      to: dba