Select Git revision
detect-ceph
-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
detect-ceph 558 B
# ----------------------------------------------------------------------------
#
# 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 '.'