forked from canonical/hotsos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves: canonical#627
- Loading branch information
Showing
4 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
checks: | ||
is_eol: | ||
property: | ||
path: hotsos.core.plugins.kernel.KernelBase.days_to_eol | ||
ops: [[le, 0]] | ||
conclusions: | ||
is-eol: | ||
decision: is_eol | ||
raises: | ||
type: KernelWarning | ||
message: >- | ||
This node is running a kernel version that is End of Life (release={version}) | ||
which means it has limited support and is likely not receiving updates | ||
anymore. Please consider upgrading to a newer release. | ||
format-dict: | ||
version: hotsos.core.plugins.kernel.KernelBase.version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
data-root: | ||
files: | ||
sos_commands/kernel/uname_-a: | | ||
Linux compute4 4.15.0-97-generic #110-Ubuntu SMP Thu Jan 13 18:22:13 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | ||
copy-from-original: | ||
- etc/lsb-release | ||
raised-issues: | ||
KernelWarning: >- | ||
This node is running a kernel version that is End of Life | ||
(version=3.4.0) which means it has limited support and is | ||
likely not receiving updates anymore. Please consider upgrading | ||
to a newer release. |