mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
# Alert Rules
|
|
|
|
ALERT AppCrash
|
|
IF process_open_fds > 0
|
|
FOR 15s
|
|
LABELS { severity="critical" }
|
|
ANNOTATIONS {
|
|
summary = "Number of open fds > 0",
|
|
description = "Just testing"
|
|
}
|