We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dbe50 commit 9055965Copy full SHA for 9055965
nodescraper/plugins/inband/kernel/kernel_collector.py
@@ -37,7 +37,7 @@ class KernelCollector(InBandDataCollector[KernelDataModel, None]):
37
38
DATA_MODEL = KernelDataModel
39
CMD_WINDOWS = "wmic os get Version /Value"
40
- CMD = "sh -c 'uname -r'"
+ CMD = "sh -c 'uname -a'"
41
42
def collect_data(
43
self,
0 commit comments