qos.conf 468 B

123456789101112131415161718
  1. # you can disable an alarm notification by setting the 'to' line to: silent
  2. # check if a QoS class is dropping packets
  3. # the alarm is checked every 10 seconds
  4. # and examines the last minute of data
  5. template: 10min_qos_packet_drops
  6. on: tc.qos_dropped
  7. os: linux
  8. hosts: *
  9. lookup: sum -5m unaligned absolute
  10. every: 30s
  11. warn: $this > 0
  12. units: packets
  13. summary: QOS packet drops
  14. info: Dropped packets in the last 5 minutes
  15. to: silent