mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
30 lines
634 B
JSON
30 lines
634 B
JSON
|
{
|
||
|
"name": "group42",
|
||
|
"interval": "10s",
|
||
|
"rules": [
|
||
|
{
|
||
|
"expr": "",
|
||
|
"grafana_alert": {
|
||
|
"title": "something completely different",
|
||
|
"condition": "A",
|
||
|
"data": [
|
||
|
{
|
||
|
"refId": "A",
|
||
|
"queryType": "",
|
||
|
"relativeTimeRange": {
|
||
|
"from": 18000,
|
||
|
"to": 10800
|
||
|
},
|
||
|
"model": {
|
||
|
"datasource": "__expr__",
|
||
|
"type": "math",
|
||
|
"expression": "2 + 2 > 1"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"no_data_state": "NoData",
|
||
|
"exec_err_state": "Alerting"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|