From 88a537b673897fc08064c2ee6067fb20e0200a46 Mon Sep 17 00:00:00 2001 From: Kevin Pecquet Date: Mon, 3 Jul 2017 19:14:08 +0200 Subject: [PATCH] fix README syntax --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 441f506..2905d8e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The easiest way to contribute on this repository is to add monitors file inside ### Important notes ### -*This repository will be included as a Terraform module source. +*This repository will be included as a Terraform module source. + *Each monitors have to be disabled by default, so you have to manage this condition when you create your monitors. + *If you override a basic monitor with a custom one, you have to use tag filters on you query. (Example dd_cpu_high, if you want to override default cpu monitors)