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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Commits
7168eea9
Commit
7168eea9
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
packages2install: update help
parent
c2472fd6
Branches
Branches containing commit
No related tags found
1 merge request
!139
6468 docs and harmonize - packages2install
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
check_packages2install
+6
-9
6 additions, 9 deletions
check_packages2install
with
6 additions
and
9 deletions
check_packages2install
+
6
−
9
View file @
7168eea9
...
@@ -24,10 +24,12 @@
...
@@ -24,10 +24,12 @@
# 2022-06-07 v1.10 <axel.hahn@iml.unibe.ch> fix iPkg2Update on empty package list
# 2022-06-07 v1.10 <axel.hahn@iml.unibe.ch> fix iPkg2Update on empty package list
# rename package manager functions
# rename package manager functions
# 2022-10-21 v1.11 <axel.hahn@unibe.ch> remove grep: warning: stray \ before white space
# 2022-10-21 v1.11 <axel.hahn@unibe.ch> remove grep: warning: stray \ before white space
# 2023-08-24 v1.12 <axel.hahn@unibe.ch> update help
# ======================================================================
# ======================================================================
.
$(
dirname
"
$0
"
)
/inc_pluginfunctions
.
$(
dirname
$0
)
/inc_pluginfunctions
self_APPVERSION
=
1.12
readonly
iWarnDefault
=
1
readonly
iWarnDefault
=
1
readonly
iCriticalDefault
=
200
readonly
iCriticalDefault
=
200
...
@@ -82,14 +84,7 @@ function showHelp(){
...
@@ -82,14 +84,7 @@ function showHelp(){
local
_self
local
_self
_self
=
$(
basename
$0
)
_self
=
$(
basename
$0
)
cat
<<
EOF
cat
<<
EOF
______________________________________________________________________
$(
ph.showImlHelpHeader
)
CHECK PACKAGES TO INSTALL
Get packages that must be updated on this system
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
______________________________________________________________________
Get packages that must be updated on this system and show found
Get packages that must be updated on this system and show found
packages in groups.
packages in groups.
...
@@ -109,6 +104,8 @@ given warn level.
...
@@ -109,6 +104,8 @@ given warn level.
On CentOS it switches to ERROR if a critcal update was found.
On CentOS it switches to ERROR if a critcal update was found.
The check supports performance data.
Tested operating systems:
Tested operating systems:
- Centos
- Centos
- Debian
- Debian
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment