Skip to content
Snippets Groups Projects
Commit d69006b2 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add dummy check named hello

parent 08a3dd52
Branches
No related tags found
No related merge requests found
hello 0 → 100755
#!/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
# ----------------------------------------------------------------------
......@@ -53,3 +53,4 @@ There is one include script used by all checks:
* check_systemdservices
* check_timesync
* check_uptime
* hello
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment