Skip to content

Commit 9055965

Browse files
Jaspal SinghJaspal Singh
authored andcommitted
DCERR-505
1 parent 14dbe50 commit 9055965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/kernel/kernel_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class KernelCollector(InBandDataCollector[KernelDataModel, None]):
3737

3838
DATA_MODEL = KernelDataModel
3939
CMD_WINDOWS = "wmic os get Version /Value"
40-
CMD = "sh -c 'uname -r'"
40+
CMD = "sh -c 'uname -a'"
4141

4242
def collect_data(
4343
self,

0 commit comments

Comments
 (0)