From d69006b2485cee0039ab336a0048bedc57e51c46 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 4 Jun 2021 10:55:18 +0200
Subject: [PATCH] add dummy check named hello

---
 hello     | 18 ++++++++++++++++++
 readme.md |  1 +
 2 files changed, 19 insertions(+)
 create mode 100755 hello

diff --git a/hello b/hello
new file mode 100755
index 0000000..bb265da
--- /dev/null
+++ b/hello
@@ -0,0 +1,18 @@
+#!/bin/bash
+# ======================================================================
+#
+# Dummy check - just send OK
+#
+# This is default check for non reachable hosts in private networks.
+# It can be defined as a check in global zone to be deployed to 
+# sattelite nodes.
+#
+# ----------------------------------------------------------------------
+# 2021-06-04  v1.0  <axel.hahn@iml.unibe.ch> hello :-)
+# ======================================================================
+
+. `dirname $0`/inc_pluginfunctions
+ph.status "Here I am!"
+ph.exit
+
+# ----------------------------------------------------------------------
diff --git a/readme.md b/readme.md
index 5d5521c..597a0c7 100644
--- a/readme.md
+++ b/readme.md
@@ -53,3 +53,4 @@ There is one include script used by all checks:
 * check_systemdservices
 * check_timesync
 * check_uptime
+* hello
-- 
GitLab