qos.conf 441 B

1234567891011121314151617
  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. info: dropped packets in the last 5 minutes
  14. to: silent