diff --git a/hello b/hello new file mode 100755 index 0000000000000000000000000000000000000000..bb265daee0787620bea7062eb7e9639296294062 --- /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 5d5521cf1e9de3fc8b1d9fe581ef51dd8429660a..597a0c7d0e890718e8e74812eacf538f5d9af5e5 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