health: disable 'used_file_descriptors' alarm (#10328)
Ilya Mashchenko committed
Dec 7, 2020 at 11:00 UTC
4782bea80087c5b642fee75346b62ec47e295c4d
1 file changed
+13
-11
health/health.d/apps_plugin.conf
+13
-11
@@ -1,13 +1,15 @@
1
# you can disable an alarm notification by setting the 'to' line to: silent
2
3
- alarm: used_file_descriptors
4
- on: apps.files
5
- hosts: *
6
- calc: $fdperc
7
- units: %
8
- every: 5s
9
- warn: $this > (($status >= $WARNING) ? (75) : (80))
10
- crit: $this > (($status == $CRITICAL) ? (85) : (90))
11
- delay: down 5m multiplier 1.5 max 1h
12
- info: Peak percentage of file descriptors used
13
- to: sysadmin
3
+# disabled due to https://github.com/netdata/netdata/issues/10327
4
+#
5
+# alarm: used_file_descriptors
6
+# on: apps.files
7
+# hosts: *
8
+# calc: $fdperc
9
+# units: %
10
+# every: 5s
11
+# warn: $this > (($status >= $WARNING) ? (75) : (80))
12
+# crit: $this > (($status == $CRITICAL) ? (85) : (90))
13
+# delay: down 5m multiplier 1.5 max 1h
14
+# info: Peak percentage of file descriptors used
15
+# to: sysadmin