With your command it didnt work, I searched and got how to run command with wmiagent account. I ran as below, just a semicolon need to add between /user and wmi account domain.
runas /profile /user:<yourdomain\nagiosuser> cmd.exe
I was able to do it via cmd.exe with wmi agent configured in Nagios and able to see below output.
C:\WINDOWS\system32>wmic cpu LIST
AddressWidth Architecture Availability Caption Conf
igManagerErrorCode ConfigManagerUserConfig CpuStatus CreationClassName Curre
ntClockSpeed CurrentVoltage DataWidth Description Devic
eID ErrorCleared ErrorDescription ExtClock Family InstallDate L2CacheSize
L2CacheSpeed LastErrorCode Level LoadPercentage Manufacturer MaxClockSpeed
Name OtherFamilyDescription PNPDeviceID PowerMana
gementCapabilities PowerManagementSupported ProcessorId ProcessorType R
evision Role SocketDesignation Status StatusInfo Stepping SystemCreationCl
assName SystemName UniqueId UpgradeMethod Version VoltageCaps
32 0 3 x86 Family 21 Model 1 Stepping 2
1 Win32_Processor 2194
14 32 x86 Family 21 Model 1 Stepping 2 CPU0
200 2
21 1 AuthenticAMD 2194
AMD Opteron(TM) Processor 6274
FALSE 178BFBFF00600F12 3 2
58 CPU None OK 3 2 Win32_ComputerSy
stem SRVLICENCON 6 Modelo 1, nivel 2
32 0 3 x86 Family 21 Model 1 Stepping 2
1 Win32_Processor 2194
14 32 x86 Family 21 Model 1 Stepping 2 CPU1
200 2
21 2 AuthenticAMD 2194
AMD Opteron(TM) Processor 6274
FALSE 178BFBFF00600F12 3 2
58 CPU None OK 3 2 Win32_ComputerSy
stem SRVLICENCON 6 Modelo 1, nivel 2
C:\WINDOWS\system32>
C:\WINDOWS\system32>wmic cpu LIST brief
Caption DeviceID Manufacturer MaxClockSpeed Name
SocketDesignation
x86 Family 21 Model 1 Stepping 2 CPU0 AuthenticAMD 2194 AMD Opt
eron(TM) Processor 6274 None
x86 Family 21 Model 1 Stepping 2 CPU1 AuthenticAMD 2194 AMD Opt
eron(TM) Processor 6274 None
C:\WINDOWS\system32>
C:\WINDOWS\system32>wmic cpu LIST full
AddressWidth=32
Architecture=0
Availability=3
Caption=x86 Family 21 Model 1 Stepping 2
ConfigManagerErrorCode=
ConfigManagerUserConfig=
CpuStatus=1
CreationClassName=Win32_Processor
CurrentClockSpeed=2194
CurrentVoltage=14
DataWidth=32
Description=x86 Family 21 Model 1 Stepping 2
DeviceID=CPU0
ErrorCleared=
ErrorDescription=
ExtClock=200
Family=2
InstallDate=
L2CacheSize=
L2CacheSpeed=
LastErrorCode=
Level=21
LoadPercentage=36
Manufacturer=AuthenticAMD
MaxClockSpeed=2194
Name=AMD Opteron(TM) Processor 6274
OtherFamilyDescription=
PNPDeviceID=
PowerManagementCapabilities=
PowerManagementSupported=FALSE
ProcessorId=178BFBFF00600F12
ProcessorType=3
Revision=258
Role=CPU
SocketDesignation=None
Status=OK
StatusInfo=3
Stepping=2
SystemCreationClassName=Win32_ComputerSystem
SystemName=SRVLICENCON
UniqueId=
UpgradeMethod=6
Version=Modelo 1, nivel 2
VoltageCaps=
AddressWidth=32
Architecture=0
Availability=3
Caption=x86 Family 21 Model 1 Stepping 2
ConfigManagerErrorCode=
ConfigManagerUserConfig=
CpuStatus=1
CreationClassName=Win32_Processor
CurrentClockSpeed=2194
CurrentVoltage=14
DataWidth=32
Description=x86 Family 21 Model 1 Stepping 2
DeviceID=CPU1
ErrorCleared=
ErrorDescription=
ExtClock=200
Family=2
InstallDate=
L2CacheSize=
L2CacheSpeed=
LastErrorCode=
Level=21
LoadPercentage=43
Manufacturer=AuthenticAMD
MaxClockSpeed=2194
Name=AMD Opteron(TM) Processor 6274
OtherFamilyDescription=
PNPDeviceID=
PowerManagementCapabilities=
PowerManagementSupported=FALSE
ProcessorId=178BFBFF00600F12
ProcessorType=3
Revision=258
Role=CPU
SocketDesignation=None
Status=OK
StatusInfo=3
Stepping=2
SystemCreationClassName=Win32_ComputerSystem
SystemName=SRVLICENCON
UniqueId=
UpgradeMethod=6
Version=Modelo 1, nivel 2
VoltageCaps=
C:\WINDOWS\system32>
Let me know after this what to do