qos.conf 502 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 -10m unaligned absolute
  10. # every: 30s
  11. # warn: $this > 0
  12. # delay: up 0 down 30m multiplier 1.5 max 1h
  13. # units: packets
  14. # info: dropped packets in the last 30 minutes
  15. # to: sysadmin