Skip to content
Snippets Groups Projects
Select Git revision
  • 116a5cb5a859c6ea89ab4f9a67c6677bf44a2101
  • master default protected
  • v1.0.23
  • v1.0.19
  • v1.0.35
  • v1.0.18
  • v1.0.15
  • v1.0.12
  • v1.0.11
  • v.1.0.10
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.2
  • v1.0.1
15 results

CaretElement.ts

Blame
  • hello 615 B
    #!/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
    
    # ----------------------------------------------------------------------