mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-16 03:15:35 +00:00
3aab66ec3a
* Implement alertmanager cli tool 'amtool' The primary goal of an alertmanager tool is to provide a cli interface for the prometheus alertmanager. My vision for this tool has two parts: - Silence management (query, add, delete) - Alert management (query, maybe more in future?) Resolves: #567
14 lines
138 B
Plaintext
14 lines
138 B
Plaintext
/data/
|
|
/alertmanager
|
|
/amtool
|
|
*.yml
|
|
*.yaml
|
|
/.build
|
|
/.release
|
|
/.tarballs
|
|
|
|
!/doc/examples/simple.yml
|
|
!/circle.yml
|
|
!/.travis.yml
|
|
!/.promu.yml
|