netfilter.conf 603 B

12345678910111213141516171819
  1. # you can disable an alarm notification by setting the 'to' line to: silent
  2. alarm: netfilter_conntrack_full
  3. on: netfilter.conntrack_sockets
  4. class: Workload
  5. type: System
  6. component: Network
  7. os: linux
  8. hosts: *
  9. lookup: max -10s unaligned of connections
  10. calc: $this * 100 / $netfilter_conntrack_max
  11. units: %
  12. every: 10s
  13. warn: $this > (($status >= $WARNING) ? (85) : (90))
  14. crit: $this > (($status == $CRITICAL) ? (90) : (95))
  15. delay: down 5m multiplier 1.5 max 1h
  16. info: netfilter connection tracker table size utilization
  17. to: sysadmin