Charm Demo Nagios

  • By Demo Charms
Channel Revision Published Runs on
latest/stable 7 18 Mar 2021
Ubuntu 14.04
latest/edge 7 18 Mar 2021
Ubuntu 14.04
juju deploy charm-demo-nagios
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • extraconfig | string

    Any additional nagios configuration you would like to add can be set into this element. It will be placed in /etc/nagios3/conf.d/extra.cfg

  • ssl | string

    Default: off

    Enable SSL communication for Nagios. Possible values are "on", "off", or "only". The "only" option disables All HTTP communication in favor of HTTPS - may play havok with existing nagios deployments.

  • ssl_cert | string

    base64 encoded server certificate. If left blank, the certificate and key will be autogenerated as self-signed.

  • ssl_chain | string

    base64 encoded chain certificates file. If ssl_cert is blank, this will be ignored.

  • ssl_key | string

    base64 encoded server certificate key. If ssl_cert is blank, this is ignored.