From c994060447687d39b8cb0554e9bff8f9ac53c267 Mon Sep 17 00:00:00 2001 From: Kevin Pecquet Date: Mon, 3 Jul 2017 19:13:17 +0200 Subject: [PATCH] add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..441f506 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# README # + +This repository is used to store all our monitors templates. + +These templates have to be used with dedicated agent configurations and ressource tagging to works as expected. + +### How to contribute ? ### + +The easiest way to contribute on this repository is to add monitors file inside the monitors repository. + +### Important notes ### + +*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)