From 5640358c19622bb978625f9fd320280bb9c870f2 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 7 Sep 2026 14:20:47 +0200 Subject: [PATCH] OP#672 add check_alloy command and update Readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 859f7e8..294f203 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - [Synopsis](#synopsis) - [WARNING](#warning) - [Features](#features) + - [Currently included custom checks](#currently-included-custom-checks) - [Repo Documentation](#repo-documentation) - [Dependencies](#dependencies) - [Deployment](#deployment) @@ -52,6 +53,32 @@ At this stage, the module is being redeveloped and being built to the latest sta - if `ng_include_nrpe`is set to `true`, the confdroid_nrpe module is automatically applied on clients ([confdroid_nrpe](https://sourcecode.confdroid.com/confdroid/confdroid_nrpe) must be in the catalogue then) - if `ng_enable_fail2ban`is set to `true`, a fail2ban jail and filter will be added for the Nagios service (requires confdroid_fail2ban). +### Currently included custom checks + +The current nagios checks are included via `manifests/nagios/commands.pp`: + +- `check-host-alive` +- `check_disk` +- `check_local_load` +- `check_local_procs` +- `check_local_users` +- `check_local_swap` +- `check_ftp` +- `check_snmp` +- `check_http` +- `check_ssh` +- `check_ping` +- `check_tcp` +- `check_udp` +- `check_nrpe` +- `check_nagios` +- `check_bandwidth` +- `process-service-perfdata-file` +- `process-host-perfdata-file` +- `check_ntp_time` +- `check_fail2ban` +- `check_alloy` + ## Repo Documentation See the full Puppet documentation including parameters in `docs/index.html`