Skip to content

phenixblue/alertmanager-alert-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Alert Test for Prometheus AlertManager

This script was written to supply a method for generating an alert manually for Prometheus/AlertManager to validate changes to the monitoring/alerting system. At the time this was written the target platform was CoreOS Tectonics. I've tried to make it as flexible as possible, so it may work with other platforms with little to no modification.

As always.......this is not supported, USE AT YOUR OWN RISK!!!

Usage: alert-test.rb [options]

Specific options:
    -e, --endpoint ENDPOINT_URL      Specify the full endpoint URL for Alert Manager if the base domain is different than the default
    -c, --cluster CLUSTER_NAME       Specify the cluster to work in. This assumes the default base domain: "k8s.example.com"
    -u, --user USERNAME              Specify the username of for the AlertManager Instance.
    -h, --help

NOTES

Normal operation of the script only requires you to supply a K8's cluster.

./alert-test.rb -c cluster1

This script assumes a base domain of "k8s.example.com: and an alertmanager url that starts with "https://alertmanager.xxxx". If the target url is different, in any way, use the "-e" option to supply the full endpoint url.

alert-test.rb -u customurl.context.domain.com

About

Items for use with Prometheus AlertManager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages