Fix issue with shell commands containing "<>" and unecessary (and poor) escaping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user