~fginther/charms/precise/nagios/add-apt-get-update

« back to all changes in this revision

Viewing changes to README

  • Committer: Mark Mims
  • Date: 2012-08-07 21:42:35 UTC
  • mfrom: (7.1.31 nagios)
  • Revision ID: mark.mims@canonical.com-20120807214235-0iw0v2afxhy7ovlt
mergingĀ lp:~clint-fewbar/charms/precise/nagios/add-monitors-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
This should result in your Nagios monitoring all of the service units.
12
12
 
13
 
TODO:
14
 
- Add a nagios-nrpe subordinate charm to make it easier to use local
15
 
  plugins via NRPE
16
 
- Create a proper 'monitoring' interface that charms can use to define
17
 
  what they want monitored remotely.
 
13
monitors interface
 
14
==================
 
15
 
 
16
The monitors interface expects three fields:
 
17
 
 
18
* monitors - YAML matching the monitors yaml spec. See
 
19
  example.monitors.yaml for more information.
 
20
* target-id - Assign any monitors to this target host definition.
 
21
* target-address - Optional, specifies the host of the target to
 
22
  monitor. This must be specified by at least one unit so that the
 
23
  intended target-id will be monitorable.
 
24
 
 
25
nrpe
 
26
====
 
27
 
 
28
There is an NRPE subordinate charm which must be used for any local
 
29
monitors.  See the 'nrpe' charm's README for information on how to
 
30
make use of it.