Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

MrSaints/terraform-provider-cabot

Repository files navigation

terraform-provider-cabot

A work in progress.

Terraform provider for Arachnys' 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 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

Releases

No releases published

Packages

No packages published

Languages