Age | Commit message (Collapse) | Author |
|
|
|
With an example nrpe service and an example nrpe command definition,
users should be able to use nrpe pretty easily.
Some general-purpose variables were not documented, so I added a note
about them at the same time.
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
|
|
|
|
which can be turned on by the puppet variable $nagios_nsa_usenotices
|
|
|
|
Koumbit is using an IRC bot that Micah provided. It is a pair of perl
scripts that send Nagios notifications as messages in an IRC channel.
Add a class to make installing this IRC bot easy. It also defines
commands 'notify-by-irc' and 'host-notify-by-irc' that can be used with
checks to send notifications via the bot.
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
|
|
|
|
plural as can be determined by looking at the only place it is used in
target.pp:
if ($nagios_parents != '') {
Nagios_host["${fqdn}"] { parents => $nagios_parents }
}
|
|
Upgrading section so that people can follow along more easily when
they upgrade.
|
|
|
|
|
|
|
|
types by puppet
|
|
|