~jacekn/prometheus-charm:snmp

Last commit made on 2016-11-23
Get this branch:
git clone -b snmp https://git.launchpad.net/~jacekn/prometheus-charm
Only Jacek Nykis can upload to this branch. If you are Jacek Nykis please log in for upload directions.

Branch merges

Branch information

Name:
snmp
Repository:
lp:~jacekn/prometheus-charm

Recent commits

9e29423... by Jacek Nykis

Add snmp exporter relation support. Add scrape-jobs config option

a3dd59d... by Space Hobo

Merge remote-tracking branch 'jacekn/snap'

721da75... by Jacek Nykis

Add support for post v0.20.0 config stanzas. Small python23 compatibility fixes

ea00df6... by Jacek Nykis

Add snap_channel config option. Temporary work around LP#1622782. Add semver variables to prometheus.yaml template options so that we can support changing config formats

c2862f0... by Jacek Nykis

Use full path for snap promtool, juju mangles PATH

1bdfae2... by Jacek Nykis

Add xenial series. Ensure promtool call works with snaps

8a00b91... by Jacek Nykis

Initial snap support

065b6d0... by Stuart Bishop

delint, and change maintenance state to waiting

3fbf1e9... by Casey Marshall

Fix template variable name.

ccfbd4a... by Casey Marshall

Allow prometheus to start if it's installed without basenode.

The service was being started conditionally on something set up by
basenode logic not in the charm. That breaks this charm when used
without a basenode.

Basenode must be optional for a charm. Since basenode steps are executed
in the install hook, it's reasonable to allow the service to start if
the install hook has run, and all the other conditions for starting the
service have been met.