~xavpaice/charm-openstack-service-checks/+git/charm-openstack-service-checks:readme_update

Last commit made on 2019-02-28
Get this branch:
git clone -b readme_update https://git.launchpad.net/~xavpaice/charm-openstack-service-checks/+git/charm-openstack-service-checks
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch information

Recent commits

e3ce5f9... by Xav Paice

Update README

Updates the README.md to correct a couple of typos, make the usage slightly
clearer and also remove the outdated and irrelevant build section.

7895a97... by Xav Paice

Add NRPE checks for all API endpoints in the Keystone catalog

This change implements the first stage of spec https://code.launchpad.net/~xavpaice/bootstack-charm-specs/+git/bootstack-charm-specs/+ref/ssl-nagios-checks

The intent is to add an NRPE check to the openstack-services-checks unit, checking each endpoint found in the Keystone catalog using a healthcheck URL if known, otherwise the root URL found in the catalog. If the service is using TLS, then the expiry date of the certificate is also checked.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/363689
Reviewed-by: Joel Sing <email address hidden>
Reviewed-by: Peter Sabaini <email address hidden>

9b2192b... by Xav Paice

Implement checks for services in keystone catalog

Adds service checks for each service listed in the Keystone catalog,
with options for public, admin and internal endpoints being used or not.

Where a service is known to have a healthcheck url, use that, otherwise
check the root.

If TLS certs are used, check the expiry date.

b22686a... by Xav Paice

add gitignore

e21f2c3... by Peter Sabaini

Clarify message

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

b063188... by Peter Sabaini

Clarify message

For the case where hosts aren't part of any aggregate

587ad38... by Xav Paice

add bionic to metadata, remove yakkety

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/353550
Reviewed-by: Paul Gear <email address hidden>

637ad22... by Xav Paice

add bionic to metadata, remove yakkety

4c0cf28... by Paul Gear

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

Reviewed-on: https://code.launchpad.net/~paulgear/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/353288
Reviewed-by: Stuart Bishop <email address hidden>

b060248... by Paul Gear

Add missing guard conditions