Skip to content

Fix 2 small issues#495

Merged
sni merged 2 commits intonaemon:masterfrom
sni:fix_checks
Mar 19, 2025
Merged

Fix 2 small issues#495
sni merged 2 commits intonaemon:masterfrom
sni:fix_checks

Conversation

@sni
Copy link
Copy Markdown
Contributor

@sni sni commented Mar 13, 2025

Fixing 2 small issues.

  • remove trailing white space in check results.
  • remove backslashes used to escape semicolons.

sni added 2 commits March 13, 2025 19:42
since a couple of versions it is possible to escape semicolons with backslashes in config files.

For example:

    check_command         check_dummy!0!'test |val=5c\;\;\;0\;'

But naemon did not remove the backslashes so they remain in the command line. This commit
fixes this and removes backslashes before semicolons.
@sni sni merged commit ad54378 into naemon:master Mar 19, 2025
36 checks passed
@sni sni deleted the fix_checks branch March 19, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants