From 9dfa0663989f19c45a536bf4b7f91f2c88726714 Mon Sep 17 00:00:00 2001 From: Christophe GENINET Date: Thu, 26 Jul 2018 17:03:43 +0200 Subject: [PATCH] MON-199 readme --- databases/mongodb/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/databases/mongodb/README.md b/databases/mongodb/README.md index 545f8f3..a1cf9d8 100644 --- a/databases/mongodb/README.md +++ b/databases/mongodb/README.md @@ -1,10 +1,10 @@ -# MONGODB DataDog monitors +# DATABASES MONGODB DataDog monitors ## How to use this module ``` -module "datadog-monitors-mongodb" { - source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//mongodb?ref={revision}" +module "datadog-monitors-databases-mongodb" { + source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//databases/mongodb?ref={revision}" environment = "${var.environment}" message = "${module.datadog-message-alerting.alerting-message}" @@ -59,8 +59,5 @@ Creates DataDog monitors with the following checks: | mongodb_secondary_id | id for monitor mongodb_secondary | | mongodb_server_count_id | id for monitor mongodb_server_count | -Related documentation ---------------------- - -[https://docs.datadoghq.com/integrations/mongo/](https://docs.datadoghq.com/integrations/mongo/) +## Related documentation