mirror of
https://github.com/bashclub/checkmk-monitoring-plugins.git
synced 2024-11-07 18:01:58 +01:00
Update check_running_kernel
Add Proxmox VE 8.1 support
This commit is contained in:
parent
6cf7c6df72
commit
2c71bb486f
@ -34,6 +34,7 @@ if [[ "$uname" == *"-pve" ]]; then
|
|||||||
if [[ "$(lsb_release -cs 2> /dev/null)" == "bookworm" ]]; then
|
if [[ "$(lsb_release -cs 2> /dev/null)" == "bookworm" ]]; then
|
||||||
if [[ "$major-version" == "6.5" ]]; then
|
if [[ "$major-version" == "6.5" ]]; then
|
||||||
filter="proxmox-kernel-${major_version}.*-signed"
|
filter="proxmox-kernel-${major_version}.*-signed"
|
||||||
|
uname=${uname}-signed
|
||||||
else
|
else
|
||||||
filter="proxmox-kernel-${major_version}"
|
filter="proxmox-kernel-${major_version}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user