From c99cdb483eeeb544d907bcaa4e6f40cb5be91237 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 21 Aug 2018 15:09:03 +0200 Subject: [PATCH] MON-281 update readme --- system/generic/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/generic/README.md b/system/generic/README.md index e899b69..833596e 100644 --- a/system/generic/README.md +++ b/system/generic/README.md @@ -53,19 +53,19 @@ Creates DataDog monitors with the following checks: | free_disk_inodes_time_aggregator | Monitor aggregator for Free disk inodes [available values: min, max or avg] | string | `min` | no | | free_disk_inodes_timeframe | Monitor timeframe for Free disk inodes [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no | | free_disk_space_extra_tags | Extra tags for Free diskspace monitor | list | `` | no | -| free_disk_space_forecast_algorithm | Algorithm for the Free diskspace Forecast monitor | string | `linear` | no | -| free_disk_space_forecast_deviations | Deviations for the Free diskspace Forecast monitor | string | `1` | no | +| free_disk_space_forecast_algorithm | Algorithm for the Free diskspace Forecast monitor [available values: `linear` or `seasonal`] | string | `linear` | no | +| free_disk_space_forecast_deviations | Deviations for the Free diskspace Forecast monitor [available values: `1`, `2`, `3`, `4` or `5`] | string | `1` | no | | free_disk_space_forecast_extra_tags | Extra tags for Free diskspace forecast monitor | list | `` | no | -| free_disk_space_forecast_interval | Interval for the Free diskspace Forecast monitor | string | `60m` | no | -| free_disk_space_forecast_linear_history | History for the Free diskspace Forecast monitor | string | `1w` | no | -| free_disk_space_forecast_linear_model | Model for the Free diskspace Forecast monitor | string | `default` | no | +| free_disk_space_forecast_interval | Interval for the Free diskspace Forecast monitor [available values: `30m`, `60m` or `120m`] | string | `60m` | no | +| free_disk_space_forecast_linear_history | History for the Free diskspace Forecast monitor [available values: `12h`, `#d` (1, 2, or 3), `#w` (1, or 2) or `#mo` (1, 2 or 3)] | string | `1w` | no | +| free_disk_space_forecast_linear_model | Model for the Free diskspace Forecast monitor [available values: `default`, `simple` or `reactive`] | string | `default` | no | | free_disk_space_forecast_message | Custom message for Free diskspace forecast monitor | string | `` | no | | free_disk_space_forecast_seasonal_seasonality | Seasonality for the Free diskspace Forecast monitor | string | `weekly` | no | | free_disk_space_forecast_silenced | Groups to mute for Free diskspace forecast monitor | map | `` | no | | free_disk_space_forecast_threshold_critical | Free disk space forecast critical threshold | string | `80` | no | | free_disk_space_forecast_threshold_critical_recovery | Free disk space forecast recovery threshold | string | `72` | no | | free_disk_space_forecast_time_aggregator | Monitor aggregator for Free diskspace forecast [available values: min, max or avg] | string | `max` | no | -| free_disk_space_forecast_timeframe | Monitor timeframe for Free diskspace forecast [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `next_1w` | no | +| free_disk_space_forecast_timeframe | Monitor timeframe for Free diskspace forecast [available values: `next_12h`, `next_#d` (1, 2, or 3), `next_#w` (1 or 2) or `next_#mo` (1, 2 or 3)] | string | `next_1w` | no | | free_disk_space_message | Custom message for Free diskspace monitor | string | `` | no | | free_disk_space_silenced | Groups to mute for Free diskspace monitor | map | `` | no | | free_disk_space_threshold_critical | Free disk space critical threshold | string | `10` | no |