Commit 8b5aa374 authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

Add alert in cpu_load dashboard

parent b435bfd7
No related merge requests found
Showing with 50 additions and 6 deletions
+50 -6
GF_AUTH_ANONYMOUS_ENABLED=true
GF_SERVER_DOMAIN=rasp-phai7
GF_SMTP_ENABLED=true
GF_SMTP_HOST=partage.irstea.fr:25
GF_SMTP_USER=sos-info-clermont@irstea.fr
......
......@@ -15,10 +15,45 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 1,
"id": 4,
"links": [],
"panels": [
{
"alert": {
"conditions": [
{
"evaluator": {
"params": [
15
],
"type": "gt"
},
"operator": {
"type": "and"
},
"query": {
"params": [
"A",
"1m",
"now"
]
},
"reducer": {
"params": [],
"type": "avg"
},
"type": "query"
}
],
"executionErrorState": "alerting",
"for": "5m",
"frequency": "1m",
"handler": 1,
"message": "CPU load Alert !",
"name": "Panel Title alert",
"noDataState": "no_data",
"notifications": []
},
"aliasColors": {},
"bars": false,
"dashLength": 10,
......@@ -91,7 +126,15 @@
"tags": []
}
],
"thresholds": [],
"thresholds": [
{
"colorMode": "critical",
"fill": true,
"line": true,
"op": "gt",
"value": 15
}
],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
......@@ -169,7 +212,7 @@
]
},
"timezone": "",
"title": "CPU Load",
"uid": "OwisVIuiz",
"version": 3
}
"title": "CPU load Alert !",
"uid": "1aPyQ8zRk",
"version": 4
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment