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` 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