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
0b834186
Commit
0b834186
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
eol add ceph
parent
a776e7c6
No related branches found
No related tags found
1 merge request
!254
eol add ceph
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check_eol-data/systemtools.cfg
+24
-0
24 additions, 0 deletions
check_eol-data/systemtools.cfg
check_eol-versiondetect/detect-ceph
+14
-0
14 additions, 0 deletions
check_eol-versiondetect/detect-ceph
with
38 additions
and
0 deletions
check_eol-data/systemtools.cfg
0 → 100644
+
24
−
0
View file @
0b834186
# ======================================================================
#
# EOL Config :: system tools
#
# REMARK: Do not change the delivered default file.
# You can add custom files matching "check_eol-data/*.cfg" i.e.
# check_eol-data/custom-[my-name].cfg
#
# SYNTAX
# [Key]:METADATA for a product (can be multiline)
#
# see https://endoflife.software/
# ======================================================================
# ----------------------------------------------------------------------
# https://docs.ceph.com/en/latest/releases/#ceph-releases-index
ceph:Ceph
delivers
object,
block,
and
file
storage
in
one
unified
system.
ceph:website
https://www.ceph.com
# ......................................................................
ceph:16.2:2023-10-01
ceph:17.2:2024-06-01
ceph:18.2:2025-08-01
This diff is collapsed.
Click to expand it.
check_eol-versiondetect/detect-ceph
0 → 100644
+
14
−
0
View file @
0b834186
# ----------------------------------------------------------------------------
#
# EOL - End of life detection - Warn before reaching end of life
#
# detect version of CEPH
#
# ----------------------------------------------------------------------------
# 2024-03-26 v1.0 <axel.hahn@iml.unibe.ch>
# ----------------------------------------------------------------------------
# ----- example output
# ceph --version
# ceph version 17.2.7 (b12291d110049b2f35e32e0de30d70e9a4c060d2) quincy (stable)
ceph --version | awk '{ print $3 }' | cut -f 1,2 -d '.'
\ No newline at end of file
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