nrpe
nrpe copied to clipboard
Development repository for the nrpe cookbook
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/ci.yml...
Recipe: nrpe::_source_install * build_essential[] action install * yum_package[autoconf, bison, flex, gcc, gcc-c++, gettext, kernel-devel, make, m4, ncurses-devel, patch] action install ================================================================================ Error executing action `install` on resource 'yum_package[autoconf, bison, flex,...
### Cookbook version 2.0.0 ### Chef-client version 13.11.3 ### Platform Details AWS AMI ### Scenario: Installing NRPE recipe ### Attributes default['nrpe']['allowed_hosts'] = [ "127.0.0.1,10.20.0.0/16,10.4.0.0/16"] default['nrpe']['install_method'] = 'package' default['nrpe']['packages'] = %w(nagios-plugins-perl...
### Cookbook version `2.0.5`/latest ### Chef-client version `>= 14` ### Platform Details Any supported ### Scenario: Trying to cut down on deprecation warnings (`build-essentials` cookbook) or manage Yum EPEL via...
### Cookbook version 2.0.3 ### Chef-client version the latest (doesn't matter) ### Platform Details CentOS6/7 ### Scenario: when allowed_hosts in /etc/nagios/nrpe.cfg has more then 144 IPs, nrpe is failing and...
I'm investigating failing builds in travis, and noticed https://travis-ci.org/sous-chefs/nrpe/builds/262477223 Most tests are passing, but for `UNIT_AND_LINT=1`: ``` source install on ubuntu 16.04 templates systemd unit file (FAILED - 1) Failures:...
We need to add some better logic to determine if a pid file is needed (temp fix to allow disabling via #67 by @sspans). RedHat init scripts don't reference a...
For the ReadMe example how are the warning and critical conditions passed to the template? ``` nrpe_check "check_load" do template "check_load.cfg.erb" action :add end ```
The default values for `node['nrpe']['user']` and `node['nrpe']['group']` are currently set to "nagios", however this cookbook doesn't check whether that user or group exists. If this cookbook is used without first...
Hey, under some circumstances it happened to me, that the monitoring plugins tarball was downloaded, but the download was broken. When i re-run chef it doesn't re-check the checksum of...