OP#421 spelling

This commit is contained in:
2026-02-13 17:53:58 +01:00
parent 33cf4c32ed
commit 7af46ed1df

View File

@@ -44,7 +44,7 @@ NRPE allows monitoring tools like NAGIOS or ICINGA to connect to clients for mon
- manage selinux rule exceptions (optional) - manage selinux rule exceptions (optional)
- manage NRPE service - manage NRPE service
> Note: The value for the `nagios_server` variable is derived from a global parameter set in Foreman (`nagios_server`), because the paremeter is used across multiple modules. You need to set that manually in Foreman under "Global Parameters". Same for `nagios_source`, the value for the firewall source, which should point to the source IP or source range for the nagios server querying NRPE. > Note: The value for the `nagios_server` variable is derived from a global parameter set in Foreman (`nagios_server`), because the parameter is used across multiple modules. You need to set that manually in Foreman under "Global Parameters". Same for `nagios_source`, the value for the firewall source, which should point to the source IP or source range for the nagios server querying NRPE.
## Repo Documentation ## Repo Documentation
@@ -117,7 +117,7 @@ All files and directories are configured with correct selinux context. If selinu
- Puppet Lint - Puppet Lint
- excluded tests: - excluded tests:
- `--no-variable_scope-check`: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters. - `--no-variable_scope-check`: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.
- `--no-top_scope_facts`: iptables does not recognise otherwise - `--no-top_scope_facts`: iptables does not recognize otherwise
- Puppet Parser - Puppet Parser
- ERB Template Parser - ERB Template Parser
- Sonar Quality Gate - Sonar Quality Gate