From 7ebc08b6f18557aecee462ce024e4559facbc0c4 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 13 Sep 2021 15:41:26 +0200 Subject: [PATCH] TODO-0001 - markdown lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1572630..0b60105 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ All files and directories are configured with correct selinux context. If selinu ## Troubleshooting * `CHECK_NRPE: Unable to read output`: Nagios sudo access also needs Selinux to allow this. Default settings in this module take care for both through `$ne_allow_sudo` and `$ne_include_selinux`. -* `CHECK_NRPE: Receive header underflow - only 0 bytes received (4 expected): This is down to the new illegal meta characters feature via `nasty_metachars`, i.e. if you included an additional character which actuall be part of a check, or if a custom check contains a default illegal character. +* `CHECK_NRPE: Receive header underflow - only 0 bytes received (4 expected)`: This is down to the new illegal meta characters feature via `nasty_metachars`, i.e. if you included an additional character which actuall be part of a check, or if a custom check contains a default illegal character. ## Support