From 2593e5fac4e9da58531e7195af53e5c62802c424 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Fri, 3 Nov 2017 20:47:29 +0100 Subject: [PATCH] MON-80 update readme --- cloud/azure/iothubs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cloud/azure/iothubs/README.md b/cloud/azure/iothubs/README.md index a0e4be5..362e226 100644 --- a/cloud/azure/iothubs/README.md +++ b/cloud/azure/iothubs/README.md @@ -64,8 +64,10 @@ Inputs | listjobs_failed_threshold_critical | ListJobs Failed rate limit (critical threshold) | string | `10` | no | | listjobs_failed_threshold_warning | ListJobs Failed rate limit (warning threshold) | string | `0` | no | | message | Message sent when an alert is triggered | string | - | yes | +| provider | What is the monitored provider | string | azure | no | | queryjobs_failed_threshold_critical | QueryJobs Failed rate limit (critical threshold) | string | `10` | no | | queryjobs_failed_threshold_warning | QueryJobs Failed rate limit (warning threshold) | string | `0` | no | +| service | What is the monitored service | string | storage | no | | subscription_id | Subscription ID used to tag monitors | string | - | yes | Related documentation