Skip to content
Snippets Groups Projects
Commit 9d4637ad authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Add support for Ubuntu 22.04 in monitor-os-expiry plugin

parent e5432104
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ elif [[ $OS =~ ^Ubuntu[[:space:]]18\.04 ]]; then ...@@ -27,6 +27,8 @@ elif [[ $OS =~ ^Ubuntu[[:space:]]18\.04 ]]; then
expiredate="2023-04-30" expiredate="2023-04-30"
elif [[ $OS =~ ^Ubuntu[[:space:]]20\.04 ]]; then elif [[ $OS =~ ^Ubuntu[[:space:]]20\.04 ]]; then
expiredate="2025-04-30" expiredate="2025-04-30"
elif [[ $OS =~ ^Ubuntu[[:space:]]22\.04 ]]; then
expiredate="2027-04-30"
elif [[ $OS =~ ^CentOS[[:space:]]7 ]]; then elif [[ $OS =~ ^CentOS[[:space:]]7 ]]; then
expiredate="2024-06-30" expiredate="2024-06-30"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment