PylertAlertManager
PylertAlertManager copied to clipboard
A python library for prometheus's alertmanager
Hello, how do I remove an alert that I no longer need? There's a post alert method but I can't see how to delete alerts. Thanks :)
/v1/alert/groups has been removed https://github.com/prometheus/alertmanager/pull/1525 I'm unsure if its available for v2. Honestly we need to update to support the v2 api anyway
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.4.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Currently we have the package named as PylertAlertManager so that is how it shows on Git and PyPi. However, when people import the package, it will be `import alertmanager`. https://github.com/ABORGT/PylertAlertManager/blob/master/setup.py#L18-L22...
In order to ensure that we are in a good spot in terms of packaging and testing, setting up some form of CI is a good idea. Most familiar with...
Starting with #8 we have a good base for building automated sphinx docs Its not much, but its there to help us get started... I also forgot to add `doc/_build`...