From 8d36a0c22471eaeaebce3c9233fee06710f09567 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Wed, 11 Feb 2026 14:42:25 +0100 Subject: [PATCH] add entry --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ba9f39a..d5346f5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - [confdroid\_apache](#confdroid_apache) - [confdroid\_gitea](#confdroid_gitea) - [confdroid\_php](#confdroid_php) + - [confdroid\_nrpe](#confdroid_nrpe) - [FAQ](#faq) ## Summary @@ -87,6 +88,21 @@ Install and configure PHP to allow multiple applications with different settings - manage required directories including selinux contexts and permissions - manage reuired files including selinux contexts and permissions +### [confdroid_nrpe](https://3for.me/77w07) + +Install NRPE as client for Nagios to query the status of hosts and their services. + +- manage NRPE service user properties +- manage directory structure (file system permissions, selinux context) through parameters +- manage configuration files through parameters: + - nrpe.conf + - nrpe.cfg +- manage sudo role for nagios user on NRPE clients +- manage dynamic NRPE check command definitions +- manage iptables (optional) +- manage selinux rule exceptions (optional) +- manage NRPE service + ## FAQ - Q: "Why are the names of the modules using underscore instead of hyphens?"