summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/tcp_listen.conf
blob: 957964ae47fcd48fbdfd3f4594b8b734bdf30197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -----------------------------------------------------------------------------
# tcp listen sockets issues

   alarm: 1m_ipv4_tcp_listen_overflows
      on: ipv4.tcplistenissues
      os: linux freebsd
   hosts: *
  lookup: sum -60s unaligned absolute of ListenOverflows
   units: overflows
   every: 10s
    crit: $this > 0
   delay: up 0 down 5m multiplier 1.5 max 1h
    info: the number of TCP listen socket overflows during the last minute
      to: sysadmin

   alarm: 1m_ipv4_tcp_listen_drops
      on: ipv4.tcplistenissues
      os: linux
   hosts: *
  lookup: sum -60s unaligned absolute of ListenDrops
   units: drops
   every: 10s
    crit: $this > 0
   delay: up 0 down 5m multiplier 1.5 max 1h
    info: the number of TCP listen socket drops during the last minute
      to: sysadmin