thruk #6
Description
Thruk subordinate charm for Nagios.
- Tags:
- monitoring ›
- nagios ›
- nrpe ›
- thruk ›
Thruk
This subordinate charm deploys Thruk alongside Nagios deployed with the nagios
charm.
The charm installs Thruk from the Consol Labs Repository from Consol.
Usage
Here is an example to get going:
juju deploy cs:~huntdatacenter/thruk
juju deploy nagios
juju config nagios enable_livestatus=true
juju add-relation nagios:juju-info thruk:juju-info
Development
Here are some helpful commands to get started with development and testing:
$ make help
lint Run linter
build Build charm
deploy Deploy charm
upgrade Upgrade charm
force-upgrade Force upgrade charm
test-xenial-bundle Test Xenial bundle
test-bionic-bundle Test Bionic bundle
push Push charm to stable channel
clean Clean .tox and build
help Show this help
Further information
Links
Configuration
- (int) Determines whether html output from plugins is escaped or not.
- 1
- home_link
- (string) This link is used whenever you click on one of the main logos. By default those logos are the Thruk logos and the link will take you to the Thruk homepage. Replace this with where you want your home location to be.
- http://www.thruk.org
- livestatus_path
- (string) Path to Nagios livestatus socket.
- /var/lib/nagios3/livestatus/socket
- server_timezone
- (string) Changes the timezone from the systems default to this timezone. Only set this if you have trouble with displaying the right timestamps. Use /usr/share/zoneinfo on most linux systems for reference, as some timezones are set using the Region/Country format.
- UTC
- use_frames
- (int) Set whether you want to use a framed navigation or not. With using frames it's sometimes easier to include addons. See allowed_frame_links option for how to integrate addons.
- 1