prometheus-charm:add-deprecation-sign

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

Branch merges

Branch information

Name:
add-deprecation-sign
Repository:
lp:prometheus-charm

Recent commits

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.

1c55932... by Jacek Nykis

Ensure prometheus.yml is updated on web-listen-port update