From b7dbfd6b56604ff3cbc3116f0311bfdf946309f5 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Fri, 30 Aug 2019 17:13:06 +0200 Subject: [PATCH] Introduce check plugin to monitor exit codes --- 001-monitor-exitcodes.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 001-monitor-exitcodes.sh diff --git a/001-monitor-exitcodes.sh b/001-monitor-exitcodes.sh new file mode 100755 index 0000000..11ef056 --- /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 {} + + -- GitLab