MON-228 Move monitors to the new location

This commit is contained in:
Rafael Romero Carmona 2018-08-27 17:54:15 +02:00 committed by Quentin Manfroi
parent d55fa37bed
commit b2d16a8524
5 changed files with 4 additions and 3 deletions

View File

@ -101,6 +101,7 @@ The `//` is very important, it's a terraform specific syntax used to separate gi
- [alerting-message](https://bitbucket.org/morea/terraform.feature.datadog/src/master/common/alerting-message/)
- [filter-tags](https://bitbucket.org/morea/terraform.feature.datadog/src/master/common/filter-tags/)
- [database](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/)
- [elasticsearch](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/elasticsearch/)
- [mongodb](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/mongodb/)
- [mysql](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/mysql/)
- [redis](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/redis/)

View File

@ -1,10 +1,10 @@
# DATABASES ELASTICSEARCH DataDog monitors
# DATABASE ELASTICSEARCH DataDog monitors
## How to use this module
```
module "datadog-monitors-databases-elasticsearch" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//databases/elasticsearch?ref={revision}"
module "datadog-monitors-database-elasticsearch" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//database/elasticsearch?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"