MON-66: New tree directory
and README updates
This commit is contained in:
parent
a398ca17a2
commit
41c8f0cd28
16
README.md
16
README.md
@ -1,8 +1,8 @@
|
|||||||
# README #
|
# README - DataDog Monitors #
|
||||||
|
|
||||||
This repository is used to store all our monitors templates.
|
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.
|
These templates have to be used with dedicated agent configurations and resource tagging to works as expected.
|
||||||
|
|
||||||
### How to contribute ? ###
|
### How to contribute ? ###
|
||||||
|
|
||||||
@ -10,13 +10,11 @@ The easiest way to contribute on this repository is to add monitors file inside
|
|||||||
|
|
||||||
### Important notes ###
|
### 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.
|
||||||
*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)
|
||||||
|
|
||||||
*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)
|
### Main.tf : add the DataDog provider ###
|
||||||
|
|
||||||
### Main.tf : add the datadog provider ###
|
|
||||||
|
|
||||||
```
|
```
|
||||||
provider "datadog" {
|
provider "datadog" {
|
||||||
@ -29,7 +27,7 @@ provider "datadog" {
|
|||||||
|
|
||||||
```
|
```
|
||||||
module "datadog-monitors" {
|
module "datadog-monitors" {
|
||||||
source = "git::ssh://git@bitbucket.org/morea/terraform.datadog.monitors.git"
|
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//{module-path}?ref={version}"
|
||||||
|
|
||||||
critical_escalation_group = "${var.critical_escalation_group}"
|
critical_escalation_group = "${var.critical_escalation_group}"
|
||||||
warning_escalation_group = "${var.warning_escalation_group}"
|
warning_escalation_group = "${var.warning_escalation_group}"
|
||||||
|
|||||||
1
cloud/aws/elb/inputs.tf
Symbolic link
1
cloud/aws/elb/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../inputs.tf
|
||||||
1
cloud/aws/rds-mysql/inputs.tf
Symbolic link
1
cloud/aws/rds-mysql/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../inputs.tf
|
||||||
1
middleware/apache/inputs.tf
Symbolic link
1
middleware/apache/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../inputs.tf
|
||||||
1
middleware/nginx/inputs.tf
Symbolic link
1
middleware/nginx/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../inputs.tf
|
||||||
1
middleware/php-fpm/inputs.tf
Symbolic link
1
middleware/php-fpm/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../inputs.tf
|
||||||
1
os/linux/inputs.tf
Symbolic link
1
os/linux/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../inputs.tf
|
||||||
1
system/cpu/inputs.tf
Symbolic link
1
system/cpu/inputs.tf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../inputs.tf
|
||||||
Loading…
x
Reference in New Issue
Block a user