fix(health): adjust 10s_ipv4_tcp_resets_sent warn trigger (#12320)
Ilya Mashchenko committed
Mar 4, 2022 at 16:01 UTC
ebbc64cc86be519a97aa96e156a6fd9ae6fadef4
1 file changed
+1
-1
health/health.d/tcp_resets.conf
+1
-1
@@ -26,7 +26,7 @@ component: Network
26
lookup: average -10s unaligned absolute of OutRsts
27
units: tcp resets/s
28
every: 10s
29
- warn: $this > ((($1m_ipv4_tcp_resets_sent < 5)?(5):($1m_ipv4_tcp_resets_sent)) * (($status >= $WARNING) ? (1) : (20)))
29
+ warn: $this > ((($1m_ipv4_tcp_resets_sent < 5)?(5):($1m_ipv4_tcp_resets_sent)) * (($status >= $WARNING) ? (1) : (10)))
30
delay: up 20s down 60m multiplier 1.2 max 2h
31
options: no-clear-notification
32
info: average number of sent TCP RESETS over the last 10 seconds. \