From b2e5f8c058f79cbc169a4be75557568892816bfb Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 11 Sep 2018 13:02:07 +0200 Subject: [PATCH] MON-289 auto update --- middleware/nginx/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/middleware/nginx/README.md b/middleware/nginx/README.md index 2ab227d..6a88e83 100644 --- a/middleware/nginx/README.md +++ b/middleware/nginx/README.md @@ -32,8 +32,9 @@ Creates DataDog monitors with the following checks: | nginx_connect_enabled | Flag to enable Nginx status monitor | string | `true` | no | | nginx_connect_extra_tags | Extra tags for Nginx process monitor | list | `` | no | | nginx_connect_message | Custom message for Nginx status monitor | string | `` | no | +| nginx_connect_no_data_timeframe | Nginx status monitor no data timeframe | string | `10` | no | | nginx_connect_silenced | Groups to mute for Nginx status monitor | map | `` | no | -| nginx_connect_threshold_critical | Nginx status monitor (critical threshold) | string | `1.1754943508222875e-38` | no | +| nginx_connect_threshold_warning | Nginx status monitor (warning threshold) | string | `3` | no | | nginx_dropped_extra_tags | Extra tags for Nginx dropped connections monitor | list | `` | no | | nginx_dropped_message | Custom message for Nginx dropped connections monitor | string | `` | no | | nginx_dropped_silenced | Groups to mute for Nginx dropped connections monitor | map | `` | no |