Update readme and update some test files to be better examples

This commit is contained in:
Ian Fijolek
2024-11-15 12:05:17 -08:00
parent df1c7aa74b
commit 3fb418151b
7 changed files with 125 additions and 180 deletions
+5 -5
View File
@@ -16,11 +16,11 @@ monitor "Command" {
}
monitor "Shell" {
shell_command = <<EOF
echo 'Some string with stuff';
echo 'another line';
echo $PATH;
exit 1
shell_command = <<-EOF
echo 'Some string with stuff'
echo 'another line'
echo $PATH
exit 1
EOF
alert_down = ["log_command", "log_shell"]
alert_after = 5