diff --git a/.gitmodules b/.gitmodules index 0ed346a..758f2db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "scripts"] path = scripts - url = ../scripts + url = https://github.com/claranet/terraform-datadog-scripts.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8c1d90d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,102 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, +email, or any other method with the owners of this repository before making a change. + +Please note we have a [code of conduct](#code-of-conduct), follow it in all your interactions with the project. + +## Considerations + +* If you have required permissions, you can create a branch from master else you can fork this repo to be able to submit a Pull Request. + +* [The changelog](CHANGELOG.md) is generated using issues IDs (Jira & Github) detected in commit messages which must follow `#GithubID My commit message` form. + +* If you would like to work on monitors you must follow our [templating best practices](TEMPLATING.md) to make this base homogenous and generic. + +* After any change, you will need to run the [auto update scripts](https://github.com/claranet/terraform-datadog-scripts/blob/master/README.md) to make sure all is up to date otherwise the CI pipeline will fail. + +## Pull Request Process + +1. Ensure to run the `auto_update.sh` script to be in an up to date and valid state. +2. Update the main README.md with details of changes to the interface, this includes new environment + variables, exposed ports, useful file locations and container parameters. +3. Increase the version numbers in any examples files and the README.md to the new version that this + Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). +4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you + do not have permission to do that, you may request the second reviewer to merge it for you. + +## Code of Conduct + +### Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, gender identity and expression, level of experience, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +### Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or +advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +### Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +### Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +### Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at [FR-CloudPublic-github@fr.clara.net]. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +### Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6ad2829 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright (c) 2018 Claranet + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..3238949 --- /dev/null +++ b/NOTICE @@ -0,0 +1,13 @@ +Copyright (c) 2018-2019 Claranet + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/README.md b/README.md index 365eff3..8afc60c 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,20 @@ -# DataDog Monitors [![pipeline status](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/badges/master/pipeline.svg)](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/commits/master) # +# DataDog Monitors +[![Changelog](https://img.shields.io/badge/changelog-release-green.svg)](CHANGELOG.md) [![Notice](https://img.shields.io/badge/notice-copyright-yellow.svg)](NOTICE) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](LICENSE) [![ ](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/badges/master/pipeline.svg)](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/commits/master) -This repository is used to store all our monitors templates ready to use for generic purpose. +This repository aims to provide a base of generic and pre configured monitors for [Datadog](https://www.datadoghq.com/) templated thanks to [Terraform](https://www.terraform.io/) and the [Datadog Provider](https://github.com/terraform-providers/terraform-provider-datadog). -## How to contribute ? ## +## Important notes -First, you may refresh your knowledge and look at the [terminology](https://confluence.fr.clara.net/display/DAT/Getting+started). +* This repository provide multiple Terraform modules which could be imported, you must choose the one(s) you need. +* Each of these modules contains the most commons monitors, but they probably do not fulfill all your needs. +* You still can create some specific DataDog monitors after importing a module, it's even advisable to complete your needs. +* You will find a complete `README.md` on each module, explaining how to use it and its specificities if there. +* The `alerting-message` module could be used to easily generate a templating message to re-use and could be used multiple times to suit different use cases. +* Some monitors are disabled by default because not generic or "plug and play" enough, if you use them you will need to tweak them or in some cases disabled another one which could "duplicate" the check. -To contribute you will need to [report an issue](https://confluence.fr.clara.net/display/DAT/Project+and+Workflow) and create a branch with its Jira ID. +## Getting started -If you would like to resolve an issue or implement new monitors you must follow our [best practices](https://confluence.fr.clara.net/display/DAT/Templates+monitors). - -After any change, you will need to run the [auto update scripts](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/scripts/blob/master/README.md) to make sure all is up to date otherwise the CI pipeline will fail. - -## Important notes ## - -* This repository represents a terraform feature and each first level directory could be imported as a terraform module, you must choose the one(s) you need. -* Each of these modules contains the most commons monitors, but they probably do not fulfill all your customer needs -* You still can create some specific DataDog monitors after importing a module, it's even advisable to complete your needs -* You will find a complete `README.md` on each module, explaining how to use it. -* The `alerting-message` module could be used to easily generate a templating message to use by default but it could be used also multiple times to generate messages for specific monitors. - -## Getting started ## - -### Terraform ### +### Terraform Here is the minimum version required to use these modules of integrations. @@ -33,7 +25,7 @@ terraform { ``` -### DataDog provider ### +### DataDog provider Here is the last tester terraform provider version for datadog but next versions should work too. @@ -54,7 +46,7 @@ datadog_api_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" datadog_app_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ``` -### Variables ### +### Variables Some variables need to be declared. @@ -74,7 +66,7 @@ variable "datadog_app_key" { ``` -## Modules declaration example ## +### Modules declaration example A quick example of alerting message module declaration: @@ -85,7 +77,7 @@ locals { } module "datadog-message-alerting" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//common/alerting-message?ref={RELEASE}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//common/alerting-message?ref={RELEASE}" message_alert = local.oncall_24x7 message_warning = local.oncall_office_hours @@ -93,7 +85,7 @@ module "datadog-message-alerting" { } module "datadog-message-alerting-bh-only" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//common/alerting-message?ref={RELEASE}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//common/alerting-message?ref={RELEASE}" message_alert = local.oncall_office_hours message_warning = local.oncall_office_hours @@ -101,7 +93,7 @@ module "datadog-message-alerting-bh-only" { } module "datadog-monitors-system-generic" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//system/generic?ref={RELEASE}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//system/generic?ref={RELEASE}" environment = var.environment message = module.datadog-message-alerting.alerting-message @@ -112,7 +104,7 @@ module "datadog-monitors-system-generic" { # Other monitors modules to declare ... #module "datadog-monitors-my-monitors-set" { -# source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//my/monitors/set?ref={RELEASE}" +# source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//my/monitors/set?ref={RELEASE}" # # environment = var.environment # message = module.datadog-message-alerting.alerting-message @@ -120,102 +112,102 @@ module "datadog-monitors-system-generic" { ``` -Replace `{revision}` to the last git tag available on this repository. -The `//` is very important, it's a terraform specific syntax used to separate git url and folder path. -`my/monitors/set` represents the path to a monitors set sub directory listed below. +* Replace `{revision}` to the last git tag available on this repository. +* The `//` is very important, it's a terraform specific syntax used to separate git url and folder path. +* `my/monitors/set` represents the path to a monitors set sub directory listed below. -### Monitors summary ### +## Monitors summary -- [caas](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/) - - [docker](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/docker/) - - [kubernetes](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/) - - [ark](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ark/) - - [cluster](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/cluster/) - - [ingress](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ingress/) - - [vts](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ingress/vts/) - - [node](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/node/) - - [pod](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/pod/) - - [workload](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/workload/) -- [cloud](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/) - - [aws](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/) - - [alb](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/alb/) - - [apigateway](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/apigateway/) - - [beanstalk](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/beanstalk/) - - [ecs](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/ecs/) - - [common](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/ecs/common/) - - [ec2-cluster](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/ecs/ec2-cluster/) - - [elasticache](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/elasticache/) - - [common](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/elasticache/common/) - - [memcached](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/elasticache/memcached/) - - [redis](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/elasticache/redis/) - - [elasticsearch](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/elasticsearch/) - - [elb](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/elb/) - - [kinesis-firehose](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/kinesis-firehose/) - - [lambda](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/lambda/) - - [nlb](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/nlb/) - - [rds](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/rds/) - - [aurora](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/rds/aurora/) - - [mysql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/rds/aurora/mysql/) - - [postgresql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/rds/aurora/postgresql/) - - [common](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/rds/common/) - - [sqs](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/sqs/) - - [vpn](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/aws/vpn/) - - [azure](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/) - - [apimanagement](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/apimanagement/) - - [app-gateway](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/app-gateway/) - - [app-services](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/app-services/) - - [azure-search](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/azure-search/) - - [cosmosdb](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/cosmosdb/) - - [datalakestore](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/datalakestore/) - - [eventgrid](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/eventgrid/) - - [eventhub](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/eventhub/) - - [functions](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/functions/) - - [iothubs](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/iothubs/) - - [keyvault](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/keyvault/) - - [load-balancer](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/load-balancer/) - - [mysql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/mysql/) - - [postgresql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/postgresql/) - - [redis](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/redis/) - - [serverfarms](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/serverfarms/) - - [servicebus](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/servicebus/) - - [sql-database](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/sql-database/) - - [sql-elasticpool](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/sql-elasticpool/) - - [storage](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/storage/) - - [stream-analytics](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/stream-analytics/) - - [virtual-machine](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/azure/virtual-machine/) - - [gcp](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/) - - [big-query](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/big-query/) - - [cloud-sql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/cloud-sql/) - - [common](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/cloud-sql/common/) - - [mysql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/cloud-sql/mysql/) - - [gce](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/gce/) - - [instance](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/gce/instance/) - - [lb](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/lb/) - - [pubsub](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/pubsub/) - - [subscription](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/pubsub/subscription/) - - [topic](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/cloud/gcp/pubsub/topic/) -- [common](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/common/) - - [alerting-message](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/common/alerting-message/) - - [filter-tags](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/common/filter-tags/) -- [database](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/database/) - - [elasticsearch](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/database/elasticsearch/) - - [mongodb](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/database/mongodb/) - - [mysql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/database/mysql/) - - [postgresql](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/database/postgresql/) - - [redis](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/database/redis/) -- [middleware](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/middleware/) - - [apache](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/middleware/apache/) - - [kong](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/middleware/kong/) - - [nginx](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/middleware/nginx/) - - [php-fpm](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/middleware/php-fpm/) -- [network](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/network/) - - [dns](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/network/dns/) - - [http](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/network/http/) - - [ssl](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/network/http/ssl/) - - [webcheck](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/network/http/webcheck/) - - [tls](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/network/tls/) -- [saas](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/saas/) - - [new-relic](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/saas/new-relic/) -- [system](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/system/) - - [generic](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/system/generic/) - - [unreachable](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/system/unreachable/) +- [caas](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/) + - [docker](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/docker/) + - [kubernetes](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/) + - [ark](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/ark/) + - [cluster](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/cluster/) + - [ingress](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/ingress/) + - [vts](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/ingress/vts/) + - [node](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/node/) + - [pod](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/pod/) + - [workload](https://github.com/claranet/terraform-datadog-monitors/tree/master/caas/kubernetes/workload/) +- [cloud](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/) + - [aws](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/) + - [alb](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/alb/) + - [apigateway](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/apigateway/) + - [beanstalk](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/beanstalk/) + - [ecs](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/ecs/) + - [common](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/ecs/common/) + - [ec2-cluster](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/ecs/ec2-cluster/) + - [elasticache](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/elasticache/) + - [common](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/elasticache/common/) + - [memcached](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/elasticache/memcached/) + - [redis](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/elasticache/redis/) + - [elasticsearch](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/elasticsearch/) + - [elb](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/elb/) + - [kinesis-firehose](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/kinesis-firehose/) + - [lambda](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/lambda/) + - [nlb](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/nlb/) + - [rds](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/rds/) + - [aurora](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/rds/aurora/) + - [mysql](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/rds/aurora/mysql/) + - [postgresql](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/rds/aurora/postgresql/) + - [common](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/rds/common/) + - [sqs](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/sqs/) + - [vpn](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/aws/vpn/) + - [azure](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/) + - [apimanagement](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/apimanagement/) + - [app-gateway](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/app-gateway/) + - [app-services](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/app-services/) + - [azure-search](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/azure-search/) + - [cosmosdb](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/cosmosdb/) + - [datalakestore](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/datalakestore/) + - [eventgrid](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/eventgrid/) + - [eventhub](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/eventhub/) + - [functions](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/functions/) + - [iothubs](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/iothubs/) + - [keyvault](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/keyvault/) + - [load-balancer](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/load-balancer/) + - [mysql](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/mysql/) + - [postgresql](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/postgresql/) + - [redis](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/redis/) + - [serverfarms](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/serverfarms/) + - [servicebus](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/servicebus/) + - [sql-database](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/sql-database/) + - [sql-elasticpool](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/sql-elasticpool/) + - [storage](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/storage/) + - [stream-analytics](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/stream-analytics/) + - [virtual-machine](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/azure/virtual-machine/) + - [gcp](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/) + - [big-query](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/big-query/) + - [cloud-sql](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/cloud-sql/) + - [common](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/cloud-sql/common/) + - [mysql](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/cloud-sql/mysql/) + - [gce](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/gce/) + - [instance](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/gce/instance/) + - [lb](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/lb/) + - [pubsub](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/pubsub/) + - [subscription](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/pubsub/subscription/) + - [topic](https://github.com/claranet/terraform-datadog-monitors/tree/master/cloud/gcp/pubsub/topic/) +- [common](https://github.com/claranet/terraform-datadog-monitors/tree/master/common/) + - [alerting-message](https://github.com/claranet/terraform-datadog-monitors/tree/master/common/alerting-message/) + - [filter-tags](https://github.com/claranet/terraform-datadog-monitors/tree/master/common/filter-tags/) +- [database](https://github.com/claranet/terraform-datadog-monitors/tree/master/database/) + - [elasticsearch](https://github.com/claranet/terraform-datadog-monitors/tree/master/database/elasticsearch/) + - [mongodb](https://github.com/claranet/terraform-datadog-monitors/tree/master/database/mongodb/) + - [mysql](https://github.com/claranet/terraform-datadog-monitors/tree/master/database/mysql/) + - [postgresql](https://github.com/claranet/terraform-datadog-monitors/tree/master/database/postgresql/) + - [redis](https://github.com/claranet/terraform-datadog-monitors/tree/master/database/redis/) +- [middleware](https://github.com/claranet/terraform-datadog-monitors/tree/master/middleware/) + - [apache](https://github.com/claranet/terraform-datadog-monitors/tree/master/middleware/apache/) + - [kong](https://github.com/claranet/terraform-datadog-monitors/tree/master/middleware/kong/) + - [nginx](https://github.com/claranet/terraform-datadog-monitors/tree/master/middleware/nginx/) + - [php-fpm](https://github.com/claranet/terraform-datadog-monitors/tree/master/middleware/php-fpm/) +- [network](https://github.com/claranet/terraform-datadog-monitors/tree/master/network/) + - [dns](https://github.com/claranet/terraform-datadog-monitors/tree/master/network/dns/) + - [http](https://github.com/claranet/terraform-datadog-monitors/tree/master/network/http/) + - [ssl](https://github.com/claranet/terraform-datadog-monitors/tree/master/network/http/ssl/) + - [webcheck](https://github.com/claranet/terraform-datadog-monitors/tree/master/network/http/webcheck/) + - [tls](https://github.com/claranet/terraform-datadog-monitors/tree/master/network/tls/) +- [saas](https://github.com/claranet/terraform-datadog-monitors/tree/master/saas/) + - [new-relic](https://github.com/claranet/terraform-datadog-monitors/tree/master/saas/new-relic/) +- [system](https://github.com/claranet/terraform-datadog-monitors/tree/master/system/) + - [generic](https://github.com/claranet/terraform-datadog-monitors/tree/master/system/generic/) + - [unreachable](https://github.com/claranet/terraform-datadog-monitors/tree/master/system/unreachable/) diff --git a/TEMPLATING.md b/TEMPLATING.md new file mode 100644 index 0000000..ce4138d --- /dev/null +++ b/TEMPLATING.md @@ -0,0 +1,10 @@ +# Templating + +This documentation aims to help contributors to build their monitors: +* working with datadog and using some tips or advices. +* respect guideline to keep this base generic and usable for everybody. +* preserve homogeneity over every modules provided on this repository. + +## TODO + +To migrate from confluence diff --git a/caas/docker/README.md b/caas/docker/README.md index 08d7a19..43152de 100644 --- a/caas/docker/README.md +++ b/caas/docker/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-docker" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/docker?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/docker?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/caas/kubernetes/ark/README.md b/caas/kubernetes/ark/README.md index 1d3d142..ecd4d82 100644 --- a/caas/kubernetes/ark/README.md +++ b/caas/kubernetes/ark/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-kubernetes-ark" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/kubernetes/ark?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/kubernetes/ark?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/caas/kubernetes/cluster/README.md b/caas/kubernetes/cluster/README.md index 34d09e2..5750204 100644 --- a/caas/kubernetes/cluster/README.md +++ b/caas/kubernetes/cluster/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-kubernetes-cluster" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/kubernetes/cluster?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/kubernetes/cluster?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/caas/kubernetes/ingress/vts/README.md b/caas/kubernetes/ingress/vts/README.md index 27df14b..800804f 100644 --- a/caas/kubernetes/ingress/vts/README.md +++ b/caas/kubernetes/ingress/vts/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-kubernetes-ingress-vts" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/kubernetes/ingress/vts?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/kubernetes/ingress/vts?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/caas/kubernetes/node/README.md b/caas/kubernetes/node/README.md index 234cbe0..e351404 100644 --- a/caas/kubernetes/node/README.md +++ b/caas/kubernetes/node/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-kubernetes-node" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/kubernetes/node?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/kubernetes/node?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/caas/kubernetes/pod/README.md b/caas/kubernetes/pod/README.md index 005b55e..d8ba3d5 100644 --- a/caas/kubernetes/pod/README.md +++ b/caas/kubernetes/pod/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-kubernetes-pod" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/kubernetes/pod?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/kubernetes/pod?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/caas/kubernetes/workload/README.md b/caas/kubernetes/workload/README.md index f08473d..61f8177 100644 --- a/caas/kubernetes/workload/README.md +++ b/caas/kubernetes/workload/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-caas-kubernetes-workload" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//caas/kubernetes/workload?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//caas/kubernetes/workload?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/alb/README.md b/cloud/aws/alb/README.md index de1f302..31255bc 100644 --- a/cloud/aws/alb/README.md +++ b/cloud/aws/alb/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-alb" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/alb?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/alb?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/apigateway/README.md b/cloud/aws/apigateway/README.md index c6d6734..7ee01fd 100644 --- a/cloud/aws/apigateway/README.md +++ b/cloud/aws/apigateway/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-apigateway" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/apigateway?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/apigateway?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/beanstalk/README.md b/cloud/aws/beanstalk/README.md index 0ff21cc..cfef209 100644 --- a/cloud/aws/beanstalk/README.md +++ b/cloud/aws/beanstalk/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-beanstalk" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/beanstalk?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/beanstalk?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/ecs/common/README.md b/cloud/aws/ecs/common/README.md index e2001af..29213b6 100644 --- a/cloud/aws/ecs/common/README.md +++ b/cloud/aws/ecs/common/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-ecs-common" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/ecs/common?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/ecs/common?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/ecs/ec2-cluster/README.md b/cloud/aws/ecs/ec2-cluster/README.md index dc36266..26d423c 100644 --- a/cloud/aws/ecs/ec2-cluster/README.md +++ b/cloud/aws/ecs/ec2-cluster/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-ecs-ec2-cluster" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/ecs/ec2-cluster?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/ecs/ec2-cluster?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/elasticache/common/README.md b/cloud/aws/elasticache/common/README.md index 4cacdd6..c3cbceb 100644 --- a/cloud/aws/elasticache/common/README.md +++ b/cloud/aws/elasticache/common/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-elasticache-common" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/elasticache/common?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/elasticache/common?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/elasticache/memcached/README.md b/cloud/aws/elasticache/memcached/README.md index 36d903f..9a4ca25 100644 --- a/cloud/aws/elasticache/memcached/README.md +++ b/cloud/aws/elasticache/memcached/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-elasticache-memcached" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/elasticache/memcached?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/elasticache/memcached?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/elasticache/redis/README.md b/cloud/aws/elasticache/redis/README.md index e3d6d8b..3c9614f 100644 --- a/cloud/aws/elasticache/redis/README.md +++ b/cloud/aws/elasticache/redis/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-elasticache-redis" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/elasticache/redis?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/elasticache/redis?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/elasticsearch/README.md b/cloud/aws/elasticsearch/README.md index ae41141..07e4787 100644 --- a/cloud/aws/elasticsearch/README.md +++ b/cloud/aws/elasticsearch/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-elasticsearch" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/elasticsearch?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/elasticsearch?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/elb/README.md b/cloud/aws/elb/README.md index b946250..86b4374 100644 --- a/cloud/aws/elb/README.md +++ b/cloud/aws/elb/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-elb" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/elb?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/elb?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/kinesis-firehose/README.md b/cloud/aws/kinesis-firehose/README.md index 5cdf537..b858189 100644 --- a/cloud/aws/kinesis-firehose/README.md +++ b/cloud/aws/kinesis-firehose/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-kinesis-firehose" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/kinesis-firehose?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/kinesis-firehose?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/lambda/README.md b/cloud/aws/lambda/README.md index 4bd3792..245c582 100644 --- a/cloud/aws/lambda/README.md +++ b/cloud/aws/lambda/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-lambda" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/lambda?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/lambda?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/nlb/README.md b/cloud/aws/nlb/README.md index e0299cb..b1206d2 100644 --- a/cloud/aws/nlb/README.md +++ b/cloud/aws/nlb/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-nlb" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/nlb?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/nlb?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/rds/aurora/mysql/README.md b/cloud/aws/rds/aurora/mysql/README.md index da4a397..266dea4 100644 --- a/cloud/aws/rds/aurora/mysql/README.md +++ b/cloud/aws/rds/aurora/mysql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-rds-aurora-mysql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/rds/aurora/mysql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/rds/aurora/mysql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/rds/aurora/postgresql/README.md b/cloud/aws/rds/aurora/postgresql/README.md index 7f6245b..3aa8aa6 100644 --- a/cloud/aws/rds/aurora/postgresql/README.md +++ b/cloud/aws/rds/aurora/postgresql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-rds-aurora-postgresql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/rds/aurora/postgresql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/rds/aurora/postgresql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/rds/common/README.md b/cloud/aws/rds/common/README.md index 287a528..38dfe74 100644 --- a/cloud/aws/rds/common/README.md +++ b/cloud/aws/rds/common/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-rds-common" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/rds/common?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/rds/common?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/sqs/README.md b/cloud/aws/sqs/README.md index 3842630..499b09d 100644 --- a/cloud/aws/sqs/README.md +++ b/cloud/aws/sqs/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-sqs" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/sqs?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/sqs?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/aws/vpn/README.md b/cloud/aws/vpn/README.md index 43b1e44..6499e62 100644 --- a/cloud/aws/vpn/README.md +++ b/cloud/aws/vpn/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-aws-vpn" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/aws/vpn?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/aws/vpn?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/apimanagement/README.md b/cloud/azure/apimanagement/README.md index 2918228..620ee59 100644 --- a/cloud/azure/apimanagement/README.md +++ b/cloud/azure/apimanagement/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-apimanagement" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/apimanagement?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/apimanagement?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/app-gateway/README.md b/cloud/azure/app-gateway/README.md index 23ed4a1..e22ced4 100644 --- a/cloud/azure/app-gateway/README.md +++ b/cloud/azure/app-gateway/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-app-gateway" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/app-gateway?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/app-gateway?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/app-services/README.md b/cloud/azure/app-services/README.md index 2f25224..6d4b682 100644 --- a/cloud/azure/app-services/README.md +++ b/cloud/azure/app-services/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-app-services" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/app-services?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/app-services?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/azure-search/README.md b/cloud/azure/azure-search/README.md index 8810363..c4d5573 100644 --- a/cloud/azure/azure-search/README.md +++ b/cloud/azure/azure-search/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-azure-search" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/azure-search?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/azure-search?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/cosmosdb/README.md b/cloud/azure/cosmosdb/README.md index e21ffd5..5df354e 100644 --- a/cloud/azure/cosmosdb/README.md +++ b/cloud/azure/cosmosdb/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-cosmosdb" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/cosmosdb?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/cosmosdb?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/datalakestore/README.md b/cloud/azure/datalakestore/README.md index 7a927af..e2de7aa 100644 --- a/cloud/azure/datalakestore/README.md +++ b/cloud/azure/datalakestore/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-datalakestore" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/datalakestore?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/datalakestore?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/eventgrid/README.md b/cloud/azure/eventgrid/README.md index 03446e8..ba483c4 100644 --- a/cloud/azure/eventgrid/README.md +++ b/cloud/azure/eventgrid/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-eventgrid" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/eventgrid?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/eventgrid?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/eventhub/README.md b/cloud/azure/eventhub/README.md index 67d796a..9873f61 100644 --- a/cloud/azure/eventhub/README.md +++ b/cloud/azure/eventhub/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-eventhub" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/eventhub?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/eventhub?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/functions/README.md b/cloud/azure/functions/README.md index d74794d..33884a0 100644 --- a/cloud/azure/functions/README.md +++ b/cloud/azure/functions/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-functions" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/functions?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/functions?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/iothubs/README.md b/cloud/azure/iothubs/README.md index 8103a55..e7d607a 100644 --- a/cloud/azure/iothubs/README.md +++ b/cloud/azure/iothubs/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-iothubs" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/iothubs?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/iothubs?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/keyvault/README.md b/cloud/azure/keyvault/README.md index 6da9e4d..915be79 100644 --- a/cloud/azure/keyvault/README.md +++ b/cloud/azure/keyvault/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-keyvault" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/keyvault?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/keyvault?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/load-balancer/README.md b/cloud/azure/load-balancer/README.md index 3933000..085817e 100644 --- a/cloud/azure/load-balancer/README.md +++ b/cloud/azure/load-balancer/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-load-balancer" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/load-balancer?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/load-balancer?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/mysql/README.md b/cloud/azure/mysql/README.md index d31b2cf..c449eb3 100644 --- a/cloud/azure/mysql/README.md +++ b/cloud/azure/mysql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-mysql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/mysql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/mysql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/postgresql/README.md b/cloud/azure/postgresql/README.md index daccdee..b5e28ac 100644 --- a/cloud/azure/postgresql/README.md +++ b/cloud/azure/postgresql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-postgresql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/postgresql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/postgresql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/redis/README.md b/cloud/azure/redis/README.md index b8b8ef9..bc26fa0 100644 --- a/cloud/azure/redis/README.md +++ b/cloud/azure/redis/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-redis" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/redis?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/redis?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/serverfarms/README.md b/cloud/azure/serverfarms/README.md index 5208c9d..decc099 100644 --- a/cloud/azure/serverfarms/README.md +++ b/cloud/azure/serverfarms/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-serverfarms" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/serverfarms?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/serverfarms?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/servicebus/README.md b/cloud/azure/servicebus/README.md index 9021cc2..c890408 100644 --- a/cloud/azure/servicebus/README.md +++ b/cloud/azure/servicebus/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-servicebus" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/servicebus?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/servicebus?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/sql-database/README.md b/cloud/azure/sql-database/README.md index 585628f..92d9fd3 100644 --- a/cloud/azure/sql-database/README.md +++ b/cloud/azure/sql-database/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-sql-database" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/sql-database?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/sql-database?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/sql-elasticpool/README.md b/cloud/azure/sql-elasticpool/README.md index 7e510d8..90ad319 100644 --- a/cloud/azure/sql-elasticpool/README.md +++ b/cloud/azure/sql-elasticpool/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-sql-elasticpool" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/sql-elasticpool?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/sql-elasticpool?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/storage/README.md b/cloud/azure/storage/README.md index 7a97fef..713f285 100644 --- a/cloud/azure/storage/README.md +++ b/cloud/azure/storage/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-storage" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/storage?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/storage?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/stream-analytics/README.md b/cloud/azure/stream-analytics/README.md index d777e70..c4e6421 100644 --- a/cloud/azure/stream-analytics/README.md +++ b/cloud/azure/stream-analytics/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-stream-analytics" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/stream-analytics?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/stream-analytics?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/azure/virtual-machine/README.md b/cloud/azure/virtual-machine/README.md index 38d2beb..fced387 100644 --- a/cloud/azure/virtual-machine/README.md +++ b/cloud/azure/virtual-machine/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-azure-virtual-machine" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/azure/virtual-machine?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/azure/virtual-machine?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/big-query/README.md b/cloud/gcp/big-query/README.md index 43f9789..4d798c2 100644 --- a/cloud/gcp/big-query/README.md +++ b/cloud/gcp/big-query/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-big-query" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/big-query?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/big-query?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/cloud-sql/common/README.md b/cloud/gcp/cloud-sql/common/README.md index 32ec9b3..773851c 100644 --- a/cloud/gcp/cloud-sql/common/README.md +++ b/cloud/gcp/cloud-sql/common/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-cloud-sql-common" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/cloud-sql/common?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/cloud-sql/common?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/cloud-sql/mysql/README.md b/cloud/gcp/cloud-sql/mysql/README.md index 8663118..4298d82 100644 --- a/cloud/gcp/cloud-sql/mysql/README.md +++ b/cloud/gcp/cloud-sql/mysql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-cloud-sql-mysql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/cloud-sql/mysql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/cloud-sql/mysql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/gce/instance/README.md b/cloud/gcp/gce/instance/README.md index 619649a..68da434 100644 --- a/cloud/gcp/gce/instance/README.md +++ b/cloud/gcp/gce/instance/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-gce-instance" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/gce/instance?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/gce/instance?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/lb/README.md b/cloud/gcp/lb/README.md index 0501fd2..d625e3f 100644 --- a/cloud/gcp/lb/README.md +++ b/cloud/gcp/lb/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-lb" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/lb?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/lb?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/pubsub/subscription/README.md b/cloud/gcp/pubsub/subscription/README.md index 2f035ec..4d3c3de 100644 --- a/cloud/gcp/pubsub/subscription/README.md +++ b/cloud/gcp/pubsub/subscription/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-pubsub-subscription" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/pubsub/subscription?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/pubsub/subscription?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/cloud/gcp/pubsub/topic/README.md b/cloud/gcp/pubsub/topic/README.md index 479ca35..23635f1 100644 --- a/cloud/gcp/pubsub/topic/README.md +++ b/cloud/gcp/pubsub/topic/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-cloud-gcp-pubsub-topic" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//cloud/gcp/pubsub/topic?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//cloud/gcp/pubsub/topic?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/database/elasticsearch/README.md b/database/elasticsearch/README.md index 72307f6..fc9d300 100644 --- a/database/elasticsearch/README.md +++ b/database/elasticsearch/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-database-elasticsearch" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//database/elasticsearch?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//database/elasticsearch?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/database/mongodb/README.md b/database/mongodb/README.md index 0fd1cae..3b7caa4 100644 --- a/database/mongodb/README.md +++ b/database/mongodb/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-database-mongodb" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//database/mongodb?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//database/mongodb?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/database/mysql/README.md b/database/mysql/README.md index 122f1ce..702bc17 100644 --- a/database/mysql/README.md +++ b/database/mysql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-database-mysql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//database/mysql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//database/mysql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/database/postgresql/README.md b/database/postgresql/README.md index 784e152..0526e17 100644 --- a/database/postgresql/README.md +++ b/database/postgresql/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-database-postgresql" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//database/postgresql?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//database/postgresql?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/database/redis/README.md b/database/redis/README.md index ecfdbb7..6f6998b 100644 --- a/database/redis/README.md +++ b/database/redis/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-database-redis" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//database/redis?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//database/redis?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/middleware/apache/README.md b/middleware/apache/README.md index b6fa5ef..435620d 100644 --- a/middleware/apache/README.md +++ b/middleware/apache/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-middleware-apache" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//middleware/apache?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//middleware/apache?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/middleware/kong/README.md b/middleware/kong/README.md index 8667d9a..f7e4b23 100644 --- a/middleware/kong/README.md +++ b/middleware/kong/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-middleware-kong" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//middleware/kong?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//middleware/kong?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/middleware/nginx/README.md b/middleware/nginx/README.md index 8166536..1691662 100644 --- a/middleware/nginx/README.md +++ b/middleware/nginx/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-middleware-nginx" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//middleware/nginx?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//middleware/nginx?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/middleware/php-fpm/README.md b/middleware/php-fpm/README.md index f0d05a0..d75cbd6 100644 --- a/middleware/php-fpm/README.md +++ b/middleware/php-fpm/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-middleware-php-fpm" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//middleware/php-fpm?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//middleware/php-fpm?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/network/dns/README.md b/network/dns/README.md index 533d1de..ac54b49 100644 --- a/network/dns/README.md +++ b/network/dns/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-network-dns" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//network/dns?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//network/dns?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/network/http/ssl/README.md b/network/http/ssl/README.md index b95bd17..bac8e3f 100644 --- a/network/http/ssl/README.md +++ b/network/http/ssl/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-network-http-ssl" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//network/http/ssl?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//network/http/ssl?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/network/http/webcheck/README.md b/network/http/webcheck/README.md index 9ff278e..b9d8ebe 100644 --- a/network/http/webcheck/README.md +++ b/network/http/webcheck/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-network-http-webcheck" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//network/http/webcheck?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//network/http/webcheck?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/network/tls/README.md b/network/tls/README.md index aba354e..60d3c62 100644 --- a/network/tls/README.md +++ b/network/tls/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-network-tls" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//network/tls?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//network/tls?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/saas/new-relic/README.md b/saas/new-relic/README.md index 829238c..8b5357e 100644 --- a/saas/new-relic/README.md +++ b/saas/new-relic/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-saas-new-relic" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//saas/new-relic?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//saas/new-relic?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/scripts b/scripts index b7c639b..a46e894 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit b7c639b1897012a6438dcf670a23e4335f8c2a50 +Subproject commit a46e894352f03fb70ea2ccb5a54703a6a49839e6 diff --git a/system/generic/README.md b/system/generic/README.md index 552a116..8b29e70 100644 --- a/system/generic/README.md +++ b/system/generic/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-system-generic" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//system/generic?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//system/generic?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message diff --git a/system/unreachable/README.md b/system/unreachable/README.md index 197ee58..766cd58 100644 --- a/system/unreachable/README.md +++ b/system/unreachable/README.md @@ -4,7 +4,7 @@ ``` module "datadog-monitors-system-unreachable" { - source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//system/unreachable?ref={revision}" + source = "git::ssh://git@github.com/claranet/terraform-datadog-monitors.git//system/unreachable?ref={revision}" environment = var.environment message = module.datadog-message-alerting.alerting-message