GitHub puppet-nrpe
Puppet module for NRPE

Repo Checks ( 19 of 30 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
failed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Debian
No translation
passed
Supports Latest Debian
No translation
passed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Gentoo
No translation
passed
Supports Latest Gentoo
No translation
failed
Supports Only Current Freebsd
No translation
failed
Supports Latest Freebsd
No translation
failed
Supports Only Current Solaris
No translation
failed
Supports Latest Solaris
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Fix `allow_bash_command_substitution`
bug
merge-conflicts

Fix incorrect template data-type and add tests.

Open PR in GitHub
Fix Gentoo tests
merge-conflicts
tests-fail
Remove reference to `recurse => true` from example Class['nrpe'] definition in README.md

Pull Request (PR) description

Remove reference to recurse => true in README, as that option was removed in Commit 0bf84794ac98b55b5e54e72b7b3f56a129ae5b80

This Pull Request (PR) fixes the following issues

N/A

Open PR in GitHub
Fix for allow_bash_command_substitution
tests-fail

Pull Request (PR) description

Allow allow_bash_command_substitution to be set.

This Pull Request (PR) fixes the following issues

config manifest sets the value to a string of 0 or 1, but the template expects a Boolean. Since we need to allow for undef value, best to keep it Boolean all the way through.

Error: Evaluation Error: Error while evaluating a Function Call, lambda: parameter 'allow_bash_command_substitution' expects a value of type Undef or Boolean, got String (file: /etc/puppetlabs/code/environments/nrpe_update/modules/nrpe/manifests/config.pp, line: 24, column: 16) on node localhost.localdomain

Open PR in GitHub
Allow to run on FreeBSD and update OS versions
merge-conflicts

Pull Request (PR) description

Allow to use sudo outside of /usr/bin. It usefull for FreeBSD compatibility. There is also a patch to update OS compatibility list.

This Pull Request (PR) fixes the following issues

N/A

Open PR in GitHub
modulesync 5.1.0
modulesync

modulesync 5.1.0

Open PR in GitHub
NRPEv3 Support for FreeBSD - Add param listen_queue_size

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

Packagestyle not supported under FreeBSD yet.
Added the right package style with FreeBSD NRPEv3 support.
Added new variable to setup listenqueuesize for huge set of monitoring commands
Include description of variable into the readme.

This Pull Request (PR) fixes the following issues

Open PR in GitHub
Release 6.0.0

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Nrpe::Syslogfacility -> Stdlib::Syslogfacility
tests-fail

The syslogfacility type is present in stdlib, so we should use it.
Before merging this,
https://github.com/puppetlabs/puppetlabs-stdlib/pull/1005 needs to be
released. We also need to update metadata.json

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
PDK 2.50 support , Fix merge in hiera

Pull Request (PR) description

Converted the project work with PDK 2.5.0
Fixed merge behavior when nrpe::commands or nrpe::plugins resources gets created at different hiera levels
i.e. OS.yaml and node.yaml

This Pull Request (PR) fixes the following issues

Fixes #67

Open PR in GitHub
[nrpe/ssl] manage ssl protocols even if ssl authentication is unused

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

I want to be able to configure ssl protocol settings even if I don't use ssl cert authentication.
SSL directive can be included all time even if daemon is started with no-ssl flag.

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Add FreeBSD Support gt 12.3 and 13.1.

Pull Request (PR) description

Add FreeBSD Support gt 12.3 and 13.1.
Since FreeBSD 12.4 and FreeBSD 13.2, also FreeBSD 14 they renamed the nrpe3 package and servicename into nrpe (nrpe-4x).
In that case this module will fail if you do not change manage_package to false or set package_name and service_name to nrpe.
With this PR the module will work without todos like this.

This Pull Request (PR) fixes the following issues

n/a

BR. Toutzn

Open PR in GitHub