Werk #15311: align quoting of synchronous and asynchronous MRPE
Komponente | Checks & agents | ||||||
Titel | align quoting of synchronous and asynchronous MRPE | ||||||
Datum | 20.11.2023 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Inkompatibel - Manuelle Interaktion könnte erforderlich sein | ||||||
Checkmk versions & editions |
|
You are affected by this change if you use asynchronous MRPE and used double quotes (") in the MRPE command.
Quoting of mrpe commands differed between cached and non cached mrpe checks.
With this Werk the quoting rules for the normal/synchronous execution of MRPE are applied to asynchronous MRPE commands.
The following can now be applied to both asynchronous and normal/synchronous execution of MRPE commands: Use single quotes on the first level of quoting.
This command will correctly show output with spaces in the Service output:
bash -c 'echo "output with spaces"'
If you execute asynchronous MRPE and the command uses double quotes on the first level of quoting, adapt it accordingly.