099.conflict.mql 164 B

12345678910111213
  1. SELECT
  2. class,identifier,serverserial,type,
  3. node,tally,firstoccurrence,id,checksum(),
  4. FROM
  5. /m3event/devops/alerts_status
  6. where node='10.1.0.1'
  7. /**
  8. output()
  9. **/
  10. ;