Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsaints/terraform-provider-cabot
[INACTIVE] Terraform provider for Arachnys' Cabot. Create, manage, and manipulate status checks, and alerts for services.
https://github.com/mrsaints/terraform-provider-cabot
alerting arachnys cabot infrastructure infrastructure-as-code monitoring site-reliability-engineering terraform terraform-module terraform-provider
Last synced: about 1 month ago
JSON representation
[INACTIVE] Terraform provider for Arachnys' Cabot. Create, manage, and manipulate status checks, and alerts for services.
- Host: GitHub
- URL: https://github.com/mrsaints/terraform-provider-cabot
- Owner: MrSaints
- License: other
- Archived: true
- Created: 2016-10-27T01:34:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T15:11:12.000Z (about 7 years ago)
- Last Synced: 2024-09-26T00:41:11.381Z (about 1 month ago)
- Topics: alerting, arachnys, cabot, infrastructure, infrastructure-as-code, monitoring, site-reliability-engineering, terraform, terraform-module, terraform-provider
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-provider-cabot
_A work in progress._
[Terraform][terraform] [provider][terraform-provider] for [Arachnys'][arachnys] [Cabot][cabot]. Create, manage, and manipulate status checks, and alerts for services.
_Cabot is a self-hosted, easily-deployable monitoring, and alerts service - like a lightweight PagerDuty._
## Install
```go
go get -u github.com/mrsaints/terraform-provider-cabot
go build -o terraform-provider-cabot
```## Usage
### Configuration
- `base_url` _(string)_
- `username` _(string)_
- `password` _(string)_### Data Sources
#### cabot_plugin
### Resources
#### cabot\_check\_graphite
#### cabot\_check\_http
#### cabot\_check\_icmp
#### cabot\_check\_jenkins
#### cabot\_instance
#### cabot\_service
[terraform]: https://www.terraform.io/
[terraform-provider]: https://www.terraform.io/docs/plugins/provider.html
[arachnys]: https://www.arachnys.com/
[cabot]: https://github.com/arachnys/cabot