Paulgear Openstack Service Checks

Channel Revision Published Runs on
latest/stable 3 19 Mar 2021
Ubuntu 16.04 Ubuntu 14.04
juju deploy paulgear-openstack-service-checks
Show information

Platform:

Ubuntu
16.04 14.04

Learn about configurations >

  • check-dns | string

    A space-separated list of DNS names to check. If any of the names are not resolvable, alert as CRITICAL.

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • nova_crit | int

    Default: 1

    Critical level for nova aggregate unit count check - setting this to -1 will effectively disable host aggregate checks.

  • nova_warn | int

    Default: 2

    Warning level for nova aggregate unit count check - setting this to -1 will effectively disable host aggregate checks.

  • os-credentials | string

    Comma separated OpenStack credentials to be used by nagios. It is strongly recommended this be a user with a dedicated role, and not a full admin. Takes the format of username=foo, password=bar, credentials_project=baz, region_name=Region1, auth_url=http://127.0.0.1:35357

  • skip-disabled | boolean

    An option to specify whether you want Warning alerts in nagios for disabled nova-compute hosts.

  • trusted_ssl_ca | string

    base64 encoded SSL ca cert to use for OpenStack API client connections.