puppet-nagios
puppet-nagios copied to clipboard
Puppet Nagios module
- Minor tweaks to allow better customization of plugins including check_cpu, check_disk, check_ram (required for Nagios Herald) - Added some configuration around server.pp params - Removed orig files
What is the best way to add new/custom checks without changing anything? I believe I have it doing everything I want properly - which is adding the host on the...
Add support for absolute plugin paths to generic nrpe check. Add support for absolute plugin paths to postgresql check.
Using v1.0.10 How do I add arguments to check_nginx? I've tried in yaml: nagios::check::nginx::args: 'argument' and: nagios_check_nginx_args: 'argument' If I add a block of nagios::check::nginx and using args parameter, it...
EPEL repository now supplies nagios 4 for RHEL7 and, unfortunately, module is not compatible with it. I have made fixes in a fork, but they are intrusive and not backwards...
Hi, I'm trying to add new checks. My definitions (for example that manifests/check/tcp.pp below) work good: define nagios::check::tcp ( $ensure = undef, $args, ) { # Required plugin if $ensure...
I have been trying to figure out a way to include a client into multiple hostgroups but I have had no success. I am receiving the object already exists. Anyone...
This naigos check allows to check the S.M.A.R.T. status of disks attached directly or disks attached to the RAID controllers. The supported controllers are cciss (hpsa) and megaraid compatible controllers....
Hi ! We're using the "conntrack" check on both RHEL5 and RHEL6 boxes, and the check fails on RHEL5 with the errors: `"net.netfilter.nf_conntrack_count" is an unknown key` `"net.netfilter.nf_conntrack_max" is an...