Charm: nrpe
Summary
Nagios Remote Plugin Executor Server
Charm Store
juju deploy cs:~clint-fewbar/precise/nrpe-5
Owner
clint-fewbar
Maintainer
Clint Byrum
Series
precise
Description
Nagios is a host/service/network monitoring and management system. The purpose of this addon is to allow you to execute Nagios plugins on a remote host in as transparent a manner as possible. This program runs as a background process on the remote host and processes command execution requests from the check_nrpe plugin on the Nagios host.
Links
Repository   Bugs
lp:~clint-fewbar/charms/precise/nrpe/trunk
Interfaces
Provides
Requires
Config
monitors string
Details
Readme
This charm provides an nrpe subordinate to integrate with nagios logging.

Adding the charm as a subordinate to a service will run an nrpe server
on the unit and allow for nagios to query the service using that server.

The service provides a 'local-monitors' container scoped interface
to define the plugins that the nrpe server can use. The charm should
'relation-set monitors=monitors' with a monitors.yaml in the same
format as the 'monitors' relation seen in the nagios charm. This will
be merged with the base monitors and any monitors configured via the
monitors setting from config.yaml.
Changes  
2012/08/02 Clint Byrum bumping revision (revno 27)
2012/08/01 Clint Byrum fixes from testing (revno 26)
2012/07/27 Clint Byrum make hooks a bit more resilient to being run over and over (revno 25)
2012/07/26 Clint Byrum removing nagios-plugins and fixing basic hook cruft (revno 24)
2012/07/26 Clint Byrum cleanups prepping for charm store (revno 23)
2012/07/26 Clint Byrum fix mem check to not count caches as "used" memory (revno 22)
2012/07/26 Clint Byrum don't monitor swap on boxes that don't have swap configured (revno 21)
2012/07/18 Clint Byrum fixes from testing (revno 20)
2012/07/17 Clint Byrum fixing logic error in general-info (revno 19)
In other archives
precise/nrpe