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 6081dd1 commit 5f07b1dCopy full SHA for 5f07b1d
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