From 215cd04bb630b3ec63bf82c67f70704eb61b86ec Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 23 Jun 2022 08:44:44 -0700 Subject: [PATCH] fix --- sample-monitor.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sample-monitor.json diff --git a/sample-monitor.json b/sample-monitor.json new file mode 100644 index 00000000..dab97b6a --- /dev/null +++ b/sample-monitor.json @@ -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 +}