vscoder / ping-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping-monitor

Ping-monitor allows to periodically ping list of resources with prometheus blackbox exporter and display statistics with grafana dashboard.

Infrastructure

Example infrastructure is described in terraform/ directory (only one host)

All infrastracture-related documentation is presented in terraform/README.md

Quickstart

Provide variables

cp terraform/yandex-cloud/terraform.tfvars.example terraform/yandex-cloud/terraform.tfvars
edit terraform/yandex-cloud/terraform.tfvars

Terraform init (if needed), plan and apply

cd terraform/yandex-cloud
terraform init
terraform plan
terraform apply

About

License:MIT License


Languages

Language:HCL 59.8%Language:Makefile 40.2%