Fix issue with shell commands containing "<>" and unecessary (and poor) escaping

This commit is contained in:
Ian Fijolek
2020-01-07 10:37:53 -08:00
parent 0269ad3512
commit 3226be69e7
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ monitors:
- name: Shell
command_shell: >
echo 'Some string with stuff';
echo '<angle brackets>';
echo "<angle brackets>";
exit 1
alert_down: ['log_shell']
alert_after: 1