alert.rules 190 B

12345678910
  1. # Alert Rules
  2. ALERT AppCrash
  3. IF process_open_fds > 0
  4. FOR 15s
  5. LABELS { severity="critical" }
  6. ANNOTATIONS {
  7. summary = "Number of open fds > 0",
  8. description = "Just testing"
  9. }