diff --git a/001-monitor-exitcodes.sh b/001-monitor-exitcodes.sh new file mode 100755 index 0000000000000000000000000000000000000000..11ef056c4806b57d49704d98b37f55c473877b2f --- /dev/null +++ b/001-monitor-exitcodes.sh @@ -0,0 +1,4 @@ +# It is important that this output comes within <<<local>>> +# That's why it's called 001-* +find /srv/monitoring-exitcodes/ -type f -exec cat {} + +