1
0

add entry

This commit is contained in:
2026-02-11 14:42:25 +01:00
parent 9d860c5abe
commit 8d36a0c224

View File

@@ -13,6 +13,7 @@
- [confdroid\_apache](#confdroid_apache) - [confdroid\_apache](#confdroid_apache)
- [confdroid\_gitea](#confdroid_gitea) - [confdroid\_gitea](#confdroid_gitea)
- [confdroid\_php](#confdroid_php) - [confdroid\_php](#confdroid_php)
- [confdroid\_nrpe](#confdroid_nrpe)
- [FAQ](#faq) - [FAQ](#faq)
## Summary ## 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 required directories including selinux contexts and permissions
- manage reuired files 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 ## FAQ
- Q: "Why are the names of the modules using underscore instead of hyphens?" - Q: "Why are the names of the modules using underscore instead of hyphens?"