~paulgear/charm-openstack-service-checks:master

Last commit made on 2018-08-17
Get this branch:
git clone -b master https://git.launchpad.net/~paulgear/charm-openstack-service-checks
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

b060248... by Paul Gear

Add missing guard conditions

796784e... by Paul Gear

Correct state management so that install isn't called on every hook

534513c... by Charles Dunbar

Add space to --skip-disabled

Reviewed-on: https://code.launchpad.net/~ccdunbar/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/349323
Reviewed-by: Xav Paice <email address hidden>

596e06e... by Charles Dunbar

Add space to --skip-disabled

Without this, there's no space between the previous command and --skip-disabled, resulting in errors.

/etc/nagios/nrpe.d/check_nova_services.cfg:command[check_nova_services]=/usr/local/lib/nagios/plugins/check_nova_services.py --warn 2 --crit 1--skip-disabled

1dd34bb... by Paul Gear

Add DNS resolution check option sf#00161219

Reviewed-on: https://code.launchpad.net/~paulgear/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/347793
Reviewed-by: Alvaro UrĂ­a <email address hidden>

d0ebbbb... by Paul Gear

Avoid spurious errors if the files weren't created

3c8493e... by Paul Gear

Fix nrpe check name

76c3844... by Paul Gear

Add DNS resolution check option sf#00161219

62a604f... by Xav Paice

Add bindings for Openstack endpoints

If there are no routes to the networks where OpenStack endpoints live,
there is no way for the unit to connect to the endpoints. This change
adds extra bindings so we can deploy the unit on the correct networks.

02a7dfa... by Xav Paice

fix typo in nova service check command