Skip to content
Snippets Groups Projects

6468 docs and harmonize

Merged Hahn Axel (hahn) requested to merge 6468-docs-and-harmonize into master
+ 18
0
@@ -521,6 +521,24 @@ function ph.execIfReady(){
# ----------------------------------------------------------------------
# show a header in the help for IML checks
ph.showImlHelpHeader(){
cat <<EOF
______________________________________________________________________
$( basename $0 | tr [:lower:] [:upper:] )
v$self_APPVERSION
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/$( basename $0 ).html
______________________________________________________________________
EOF
}
# ----------------------------------------------------------------------
# init
ph.setStatus "ok"
Loading