From 062099eb3124540264a53c924a2252db38a2c31e Mon Sep 17 00:00:00 2001 From: jnancel Date: Fri, 28 Sep 2018 11:02:39 +0200 Subject: [PATCH] MON-316 Update readme with auto-update --- cloud/azure/serverfarms/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cloud/azure/serverfarms/README.md b/cloud/azure/serverfarms/README.md index 3c3b6c8..a791f34 100644 --- a/cloud/azure/serverfarms/README.md +++ b/cloud/azure/serverfarms/README.md @@ -26,8 +26,10 @@ Creates DataDog monitors with the following checks: |------|-------------|:----:|:-----:|:-----:| | cpu_percentage_enabled | Flag to enable the serverfarms cpu_percentage monitor | string | `true` | no | | cpu_percentage_extra_tags | Extra tags for Redis cpu_percentage monitor | list | `[]` | no | -| cpu_percentage_message | Custom message for serverfarm cpu_percentage monitor | string | - | yes | +| cpu_percentage_message | Custom message for serverfarm cpu_percentage monitor | string | `` | no | | cpu_percentage_silenced | Groups to mute for serverfarm cpu_percentage monitor | map | `{}` | no | +| cpu_percentage_threshold_critical | CPU percentage (critical threshold) | string | `80` | no | +| cpu_percentage_threshold_warning | CPU percentage (warning threshold) | string | `60` | no | | cpu_percentage_time_aggregator | Monitor aggregator for serverfarms cpu_percentage [available values: min, max or avg] | string | `max` | no | | cpu_percentage_timeframe | Monitor timeframe for serverfarms cpu_percentage [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no | | environment | Architecture environment | string | - | yes | @@ -36,15 +38,17 @@ Creates DataDog monitors with the following checks: | filter_tags_use_defaults | Use default filter tags convention | string | `true` | no | | memory_percentage_enabled | Flag to enable the serverfarms memory_percentage monitor | string | `true` | no | | memory_percentage_extra_tags | Extra tags for Redis memory_percentage monitor | list | `[]` | no | -| memory_percentage_message | Custom message for serverfarm memory_percentage monitor | string | - | yes | +| memory_percentage_message | Custom message for serverfarm memory_percentage monitor | string | `` | no | | memory_percentage_silenced | Groups to mute for serverfarm memory_percentage monitor | map | `{}` | no | +| memory_percentage_threshold_critical | Memory percentage (critical threshold) | string | `80` | no | +| memory_percentage_threshold_warning | Memory percentage (warning threshold) | string | `60` | no | | memory_percentage_time_aggregator | Monitor aggregator for serverfarms memory_percentage [available values: min, max or avg] | string | `max` | no | | memory_percentage_timeframe | Monitor timeframe for serverfarms memory_percentage [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no | | message | Message sent when a Redis monitor is triggered | string | - | yes | | new_host_delay | Delay in seconds before monitor new resource | string | `300` | no | | status_enabled | Flag to enable the serverfarms status monitor | string | `true` | no | | status_extra_tags | Extra tags for Redis status monitor | list | `[]` | no | -| status_message | Custom message for serverfarm status monitor | string | - | yes | +| status_message | Custom message for serverfarm status monitor | string | `` | no | | status_silenced | Groups to mute for serverfarm status monitor | map | `{}` | no | | status_time_aggregator | Monitor aggregator for serverfarms status [available values: min, max or avg] | string | `max` | no | | status_timeframe | Monitor timeframe for serverfarms status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |