prometheus-charm:master

Last commit made on 2020-09-15
Get this branch:
git clone -b master https://git.launchpad.net/prometheus-charm
Members of Prometheus Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:prometheus-charm

Recent commits

131eb94... by Facundo Ciccioli

Add a deprecation note to the README

Reviewed-on: https://code.launchpad.net/~prometheus-charmers/prometheus-charm/+git/prometheus-charm/+merge/390674
Reviewed-by: Tom Haddon <email address hidden>

f2bf3fe... by Facundo Ciccioli

Add a deprecation note to the README

c8faab2... by Haw Loeung

Only run update_nrpe_config() on config changes (or upgrade-charm hook)

Reviewed-on: https://code.launchpad.net/~hloeung/prometheus-charm/+git/prometheus-charm/+merge/387897
Reviewed-by: Stuart Bishop <email address hidden>

09d9705... by Haw Loeung

Only run update_nrpe_config() on config changes (or upgrade-charm hook)

This prevents prometheus from constantly restarting nagios NRPE during
update-status causing alerts to fire.

50542c1... by Guillermo Gonzalez

Add support for scrape_interval and scrape_timeout from the scrape relation data

Reviewed-on: https://code.launchpad.net/~verterok/prometheus-charm/+git/prometheus-charm/+merge/345555
Reviewed-by: Alexandre Gomes <email address hidden>

2ec6fbd... by Guillermo Gonzalez

add support for scrape_interval and scrape_timeout from scrape relation data

f1a7132... by Paul Gear

flake8 run

Reviewed-on: https://code.launchpad.net/~paulgear/prometheus-charm/+git/prometheus-charm/+merge/345398
Reviewed-by: Haw Loeung <email address hidden>

be35fee... by Paul Gear

[trivial] flake8 run

ed0f475... by Casey Marshall

Use external path for nrpe check_http plugin.

Fixes the 404 warning state that prometheus is in w/nagios
when the external_url config option is set; commonly used with url
rewriting in frontend like haproxy.

Reviewed-on: https://code.launchpad.net/~cmars/prometheus-charm/+git/prometheus-charm/+merge/342903
Reviewed-by: Paul Gear <email address hidden>
Reviewed-by: Domas Monkus <email address hidden>

e78b063... by Casey Marshall

Use external path for nrpe check_http plugin.

Fixes the 404 warning state that prometheus is in w/nagios
when the external_url config option is set; commonly used with url
rewriting in frontend like haproxy.