---
title: Charmhub | Deploy Masakari Monitors using Charmhub - The Open Operator Collection
description: Deploy the latest version of Masakari Monitors on any cloud.
url: https://charmhub.io/masakari-monitors/configurations
---

# Masakari Monitors

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Cloud](https://charmhub.io/?filter=cloud)

Platform:

24.04

23.10

23.04

22.10

22.04

20.04

18.04

yoga/stable af07d20

```
juju deploy masakari-monitors --channel yoga/stable
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [config-flags](https://charmhub.io/masakari-monitors/configurations#config-flags)
* [debug](https://charmhub.io/masakari-monitors/configurations#debug)
* [monitoring-interval](https://charmhub.io/masakari-monitors/configurations#monitoring-interval)
* [monitoring-samples](https://charmhub.io/masakari-monitors/configurations#monitoring-samples)
* [region](https://charmhub.io/masakari-monitors/configurations#region)
* [ssl\_ca](https://charmhub.io/masakari-monitors/configurations#ssl_ca)
* [ssl\_cert](https://charmhub.io/masakari-monitors/configurations#ssl_cert)
* [ssl\_key](https://charmhub.io/masakari-monitors/configurations#ssl_key)
* [use-internal-endpoints](https://charmhub.io/masakari-monitors/configurations#use-internal-endpoints)
* [use-syslog](https://charmhub.io/masakari-monitors/configurations#use-syslog)
* [verbose](https://charmhub.io/masakari-monitors/configurations#verbose)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* config-flags | string

  Setting multiple arbitrary config variables and these
  will be converted into dictionary and masakarimonitors.conf will be populated
  accordingly. This will enable an operator to have the flexibility for having
  multiple arbitrary config flags.
* debug | boolean

  Enable debug logging
* monitoring-interval | int

  Default: 60

  Interval, in seconds, between host monitoring checks. Must be
  between 10 and 300 seconds. Default is 60 seconds.
* monitoring-samples | int

  Default: 1

  Number of consecutive samples that must confirm a host state change
  before masakari-monitors acts on it. Must be between 1 and 5. Default is 1.
* region | string

  Default: RegionOne

  OpenStack Region
* ssl\_ca | string

  TLS CA to use to communicate with other components in a deployment.
  .
  **NOTE**: This configuration option will take precedence over any
  certificates received over the `certificates` relation.
* ssl\_cert | string

  TLS certificate to install and use for any listening services.
  .
  **NOTE**: This configuration option will take precedence over any
  certificates received over the `certificates` relation.
* ssl\_key | string

  TLS key to use with certificate specified as `ssl_cert`.
  .
  **NOTE**: This configuration option will take precedence over any
  certificates received over the `certificates` relation.
* use-internal-endpoints | boolean

  Openstack mostly defaults to using public endpoints for
  internal communication between services. If set to True this option
  will configure services to use internal endpoints where possible.
* use-syslog | boolean

  Setting this to True will allow supporting services to log to syslog.
* verbose | boolean

  Enable verbose logging
