charm-prometheus-alertmanager:stable/21.01

Last commit made on 2021-01-27
Get this branch:
git clone -b stable/21.01 https://git.launchpad.net/charm-prometheus-alertmanager
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/21.01
Repository:
lp:charm-prometheus-alertmanager

Recent commits

b289d7a... by Benjamin Allot

Blackened

6037fcc... by Benjamin Allot

Set status to blocked upon wrong log-level

Addressed some review items:
* Provide the list of valid log-level in the config description
* Set the charm status to block in case of an invalid value
* Adapt the test accordingly

4a4132c... by Benjamin Allot

Add the log-level config item

In order to easily debug, configuring the log-level of alertmanager can
be handy.
The old default value of info (if not specified) is kept so an upgrade
won't be bothered by the change.

07d4970... by Alvaro Uria

Update license, charm proof built code

82a1dae... by Alvaro Uria

Blackened repository to 88 lines

a1d3fb5... by Alvaro Uria

Refactor charm structure (src, Makefile, tox.ini)

 * Charm code has been relocated to the "src/" folder
 * Makefile and tox.ini have been standardized, in alignment to other
 LMA stack projects
 * Unit tests have been fixed after previous changes
 * Functional tests target has been removed from "make test" until such
 tests are implemented

d50686a... by Alvaro Uria

Merge branch 'add_nrpe_check'

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-prometheus-alertmanager/+git/charm-prometheus-alertmanager/+merge/382267
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Wouter van Bommel <email address hidden>
Signed-off-by: Alvaro Uria <email address hidden>

0100519... by Alvaro Uria

Merge branch 'add_pagerduty_description'

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-prometheus-alertmanager/+git/charm-prometheus-alertmanager/+merge/381553
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Wouter van Bommel <email address hidden>
Signed-off-by: Alvaro Uria <email address hidden>

bc04a7d... by Xav Paice

Add NRPE check for alertmanager port

Adds an NRPE check via check_http for the Alertmanager port. Relies on
using the nrpe-external-master relation, which is new to this charm, so
to get the nrpe check added to existing deployments means removing the
prometheus-alertmanager:juju-info relation, and adding
prometheus-alertmanager:nrpe-external-master.

58124f9... by Xav Paice

add pagerduty_description config