Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Merge requests
!264
OP#7246 Icinga-Check - Hilfe mit 404
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
OP#7246 Icinga-Check - Hilfe mit 404
simple-task/7248-eol-check-add-node-22
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
OP#7246 Icinga-Check - Hilfe mit 404
Hahn Axel (hahn)
requested to merge
simple-task/7248-eol-check-add-node-22
into
master
May 30, 2024
Overview
0
Commits
1
Pipelines
0
Changes
1
https://projects.iml.unibe.ch/work_packages/7246
0
0
Merge request reports
Viewing commit
5de27def
Show latest version
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5de27def
OP#7246 Icinga-Check - Hilfe mit 404
· 5de27def
Hahn Axel (hahn)
authored
May 30, 2024
https://projects.iml.unibe.ch/work_packages/7246
inc_pluginfunctions
+
6
−
1
View file @ 5de27def
Edit in single-file editor
Open in Web IDE
Show full file
@@ -41,6 +41,7 @@
# 2023-08-30 v1.13 <axel.hahn@unibe.ch> reverse return code in ph.hasParamoption to unix like return codes: 0=true; <>0 = false
# 2023-09-05 v1.14 <axel.hahn@unibe.ch> ph.require - show error below status line
# 2023-09-14 v1.15 <axel.hahn@unibe.ch> add ph.showtimer; fix broken pipe messages in journallog
# 2024-05-30 v1.16 <axel.hahn@unibe.ch> updatate link to online help (Daux replaces "-"" to "_")
# ======================================================================
@@ -568,7 +569,11 @@ function ph.execIfReady(){
# ----------------------------------------------------------------------
# show a header in the help for IML checks
# including a link to the online help
ph.showImlHelpHeader
(){
local
_html
;
_html
=
$(
basename
$0
)
_html
=
${
_self
//\-/_
}
.html
cat
<<
EOF
______________________________________________________________________
@@ -578,7 +583,7 @@ 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
https://os-docs.iml.unibe.ch/icinga-checks/Checks/
$
{
_
html
}
______________________________________________________________________
EOF
}
Loading