lukibahr / alertmanager-validator

A tool to validate alertmanager configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alertmanager-validator

Build Status

docker container to validate a prometheus config

Purpose

Built this container to supply a unit test step in a continuous integration pipeline where prometheus configs will be deployed via a pipeline.

Usage

Mount your configfiles to the /workdir directory and run:

/usr/bin/docker run -it -v ./config:/workdir lukasbahr/alertmanager-validator:0.19.0 check-config config.yml

Contrib

About

A tool to validate alertmanager configs


Languages

Language:Makefile 63.4%Language:Dockerfile 36.6%