~hloeung/prometheus-charm:master

Last commit made on 2020-07-22
Get this branch:
git clone -b master https://git.launchpad.net/~hloeung/prometheus-charm
Only Haw Loeung can upload to this branch. If you are Haw Loeung please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~hloeung/prometheus-charm

Recent commits

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

3f5a88d... by Jacek Nykis

Merge tasdomas' web-listen-port and external_url fixes

8ef84b7... by Domas Monkus

Prometheus external_url setting affects the scrape metrics path for prometheus itself.