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 1/2] 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` From 4b9b1becbfc498af06de5a33fb294879dd1c614e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 7 Sep 2026 14:22:45 +0200 Subject: [PATCH 2/2] Recommit for updates in build 240 --- doc/file.README.html | 50 ++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 50 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/doc/file.README.html b/doc/file.README.html index 8aaaab4..f2159dd 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -69,6 +69,9 @@

WARNING

  • Features

    +
  • Repo Documentation

  • @@ -145,6 +148,53 @@

    if ng_enable_fail2banis 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:

    + +

    Repo Documentation

    See the full Puppet documentation including parameters in docs/index.html

    diff --git a/doc/index.html b/doc/index.html index db0e2eb..de0ac40 100644 --- a/doc/index.html +++ b/doc/index.html @@ -69,6 +69,9 @@

    WARNING

  • Features

    +
  • Repo Documentation

  • @@ -145,6 +148,53 @@

    if ng_enable_fail2banis 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:

    + +

    Repo Documentation

    See the full Puppet documentation including parameters in docs/index.html