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

check_psqlserver: add iml default help header

parent 59b35806
No related branches found
No related tags found
1 merge request!295Simple task/7546 icinga check für ablaufende gitlab tokens
......@@ -62,10 +62,10 @@ PARAMETERS:
-c, --critical VALUE
critical level in days (default: $iLimitCritical)
-w. --warning VALUE
-w, --warning VALUE
warning level in days (default: $iLimitWarning)
-f --filter FILTER
-f, --filter FILTER
filter for filenames (default: ${filter_files}
EXAMPLE:
......
......@@ -21,6 +21,7 @@
# 2023-06-16 v0.7 <axel.hahn@unibe.ch> update help text
# 2023-08-30 v0.8 <axel.hahn@unibe.ch> reverse return code in ph.hasParamoption to unix like return codes: 0=true; <>0 = false
# 2023-09-18 v0.9 <axel.hahn@unibe.ch> prevent broken pipe message in journallog
# 2025-02-11 v1.0 <axel.hahn@unibe.ch> add default banner for IML checks
# ======================================================================
......@@ -111,13 +112,7 @@ EOF
function _usage(){
local _self=$( basename $0 )
cat <<EOH
______________________________________________________________________
${self_APPNAME} :: v${self_APPVERSION}
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
______________________________________________________________________
$( ph.showImlHelpHeader )
USAGE:
$_self [OPTIONS] -m METHOD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment