mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
32 lines
602 B
JSON
32 lines
602 B
JSON
{
|
|
"name": "Group2",
|
|
"interval": "1m",
|
|
"rules": [
|
|
{
|
|
"for" : "5m",
|
|
"labels" : {
|
|
"label1" : "test-label"
|
|
},
|
|
"annotations" : {
|
|
"annotation" : "test-annotation"
|
|
},
|
|
"grafana_alert": {
|
|
"title": "Rule3",
|
|
"condition": "A",
|
|
"data": [
|
|
{
|
|
"refId": "A",
|
|
"datasourceUid": "__expr__",
|
|
"model": {
|
|
"expression": "0/0",
|
|
"type": "math"
|
|
}
|
|
}
|
|
],
|
|
"no_data_state": "NoData",
|
|
"exec_err_state": "Error"
|
|
}
|
|
}
|
|
]
|
|
}
|