This commit is contained in:
2022-06-23 08:44:44 -07:00
parent 519f88592e
commit 215cd04bb6

24
sample-monitor.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "Close Auto Invoices is stopped!",
"type": "service check",
"query": "\"close_auto_invoices\".over(\"env:prod\").by(\"*\").last(2).count_by_status()",
"message": "@slack-integreat-ops",
"tags": [],
"options": {
"notify_audit": false,
"timeout_h": 0,
"silenced": {},
"include_tags": true,
"thresholds": {
"warning": 1,
"ok": 1,
"critical": 1
},
"notify_no_data": true,
"renotify_interval": 0,
"escalation_message": "",
"no_data_timeframe": 60
},
"priority": null,
"restricted_roles": null
}