No Description

Nick Chappell 69fce90c4d Added changelog entry for v0.5. 9 years ago
doc 05e3c267c4 Add AUTHORS, update install instructions 9 years ago
manifests 74d407f220 Added the NRPE plugin to the plugin package list that's used for NRPE installs on Ubuntu 14.04. 9 years ago
templates d5fa1e655a Added a states parameter to the user object and rendering of it to the ERB template. 10 years ago
.mailmap cd7001bd70 Remove unused mailmap entries 9 years ago
AUTHORS 05e3c267c4 Add AUTHORS, update install instructions 9 years ago
CHANGELOG.md 69fce90c4d Added changelog entry for v0.5. 9 years ago
COPYING cbf9ba4ec8 Update license 9 years ago
README.md 03f47afa7b Update README.md, add doc/installation.md 9 years ago
metadata.json 9d18dd56d0 Update metadata.json 9 years ago

README.md

puppet-icinga2

About

This module installs and configures the Icinga 2 monitoring system. It can also install and configure NRPE on client systems that are being monitored by an Icinga 2 server.

The module has only been tested on CentOS 6.5 and Ubuntu 12.04 and 14.04. Red Hat and other EL derivatives, like Fedora, should work, but have not been tested.

Currently, this module does not install or configure any web UIs for Icinga 2. This module also does not install or configure a mail transfer agent (MTA) to send outgoing alert emails.

While NRPE is required for Icinga 2 to check non-network-reachble things on client machines (CPU, load average, etc.), this module itself doesn't have any dependencies between the server component (the icinga2::server class) and client component (the icinga2::nrpe class). Either one can be used independently of the other.

Installation

Check doc/installation.md for a detailed introduction.

Documentation

The documentation is located in the doc/ directory. The latest documentation is also available on https://docs.icinga.org

Support

Check the project website at http://www.icinga.org for status updates and https://support.icinga.org if you want to contact us.