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.
| 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) |