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 |
||
---|---|---|
.. | ||
README.md | ||
generate_amtool_artifacts.go |
README.md
Generating amtool artifacts
Amtool comes with the option to create a number of eaze-of-use artifacts that can be created.
go run generate_amtool_artifacts.go
Bash completion
The bash completion file can be added to /etc/bash_completion.d/
.
Man pages
Man pages can be added to the man directory of your choice
cp artifacts/*.1 /usr/local/share/man/man1/
sudo mandb
Then you should be able to view the man pages as expected.