Forge Home

nagios

A nagios module focused on setting up checks, both server-side and through nrpe

15,731 downloads

10,881 latest version

4.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 2.5.0 (latest)
  • 2.3.0
  • 2.2.0
  • 2.1.1
  • 2.0.0
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Nov 18th 2015
This version is compatible with:

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'concrete-nagios', '2.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add concrete-nagios
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install concrete-nagios --version 2.0.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

concrete/nagios — version 2.0.0 Nov 18th 2015

nagios

A puppet nagios module, focusing primarily on configuration of checks and clients.

The server submodule provides a built, nagios server. It will work fully from scratch. The most important module is nagios::server::config which will ensure it compiles the client checks, as well as give you several options for how to configure the various notification plugins and check plugins. The details of these are in the manifest documentation.

The client class will set up a host on the nagios server. The basic class is nagios::client - there are then a series of nagios::nrpe::* which will install and configure individual checks for you. The names of the modules should be fairly self explanatory, but there should be some help in the manifest documentation.

Important Note:

This module will require you to have puppetdb set up as the checks and clients are collected by external resource collectors.

Version 2 is a large refactor of the server manifests in order to make it totally self sufficent.