summaryrefslogtreecommitdiff
path: root/manifests/nrpe.pp
AgeCommit message (Collapse)Author
2015-10-25Merge remote-tracking branch 'shared/master'mh
2015-04-18adding Debian specific nrpe template (fixes stop/restart of nrpe-server)kwadronaut
2012-04-10Fix NRPE for FreeBSDGabriel Filion
Plugins are found under another directory. The pid file must be changed to /var/spool/nagios/nrpe2.pid, since this place is writable by the daemon, and the rc script expects the pid file to be found there. Use a pattern instead of the rc script status command.
2012-04-09nrpe FreeBSD compatibilityGabriel Filion
Make some changes to ensure compatibility of the nrpe resources with FreeBSD. * Use group 0 instead of 'root' * capitalize values for testing $operatingsystem * override arguments for the nrpe service so that FreeBSD can find the init script
2012-04-09Add NRPE support for FreeBSDGabriel Filion
Configuration needs to be placed in a different directory in FreeBSD. Some packages are not named the same under FreeBSD. Some packages are not available under FreeBSD. Migrate those to a new nagios::nrpe::linux class so that FreeBSD does not take them into account.
2012-04-09Basic NRPE Supportnadir
amended (lelutin): removed trailing spaces and commented out code.