MON-228 Move monitors to the new location
This commit is contained in:
parent
d55fa37bed
commit
b2d16a8524
@ -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/)
|
||||
|
||||
@ -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}"
|
||||
Loading…
x
Reference in New Issue
Block a user