~paulgear/prometheus-charm/+git/prometheus-charm:master

Last commit made on 2018-05-11
Get this branch:
git clone -b master https://git.launchpad.net/~paulgear/prometheus-charm/+git/prometheus-charm
Only Paul Gear can upload to this branch. If you are Paul Gear please log in for upload directions.

Branch merges

Branch information

Recent commits

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.

9c1462b... by mattyw <email address hidden>

reactive/prometheus: Started working on fix for prometheus external_url changing metrics path

166479c... by Jacek Nykis

prometheus.py: The configure_rules function needs to be called immediately, rather than scheduling for later, the rules for state execution are non deterministic, but we require this to be called before promtool validates them

e5ba35e... by mattyw <email address hidden>

prometheus.py: The configure_rules function needs to be called immediately, rather than scheduling for later, the rules for state execution are non deterministic, but we require this to be called before promtool validates them

ed0ca10... by Jacek Nykis

Merge mattyw's custom-rules bugfix