thruk agent #6
Description
Exposes thruk interface to nagios
- Tags:
- ops, monitoring ›
Overview
This charm is intended to enable a Thruk(http://www.thruk.org/) web interface to a Nagios unit. Essentially, it enables the Nagios unit to be consolidated into a Thruk view using a thruk-master charm. You can use the local thruk directly, but it is not the intended use of the charm.
Usage
Step by step instructions on using the charm:
juju deploy nagios
juju deploy thruk-agent
juju deploy thruk-master
juju add-relation nagios thruk-agent
juju add-relation thruk-master thruk-agent
Then you should be able to go to http://
Configuration
There are a handful of config options
-
source - the PPA to install Thruk from
-
nagios_context - the identifying string for this nagios instance
-
livestatus_path - the path to the livestatus socket
Contact Information
- Upstream website: http://www.thruk.org/
- Upstream bug tracker: https://github.com/sni/Thruk/issues
- Upstream mailing list: https://groups.google.com/forum/#!forum/thruk
Configuration
- key
- (string) Key ID to import to the apt keyring to support use with arbitary source configuration from outside of Launchpad archives or PPA's.
- 7A207542
- livestatus_path
- (string) Path to livestatus socket
- /var/lib/nagios3/livestatus/socket
- nagios_context
- (string) Used by the nrpe-external-master subordinate charm. 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.
- juju
- source
- (string) Optional configuration to support use of additional sources such as: - ppa:myteam/ppa - cloud:trusty-proposed/kilo - http://my.archive.com/ubuntu main The last option should be used in conjunction with the key configuration option.
- ppa:canonical-bootstack/thruk