http://support.nagios.com/forum/viewtop ... 8&start=10
So I've confirmed that the DCOM permissions are set and the ROOT/CIMv2 permissions are set for Enable Account and Remote Enable.
Some checks work while some doesn't.....
CPU using checkcpu returns
OK (Sample Period 3598 sec) - Average CPU Utilisation Need at least 2 WMI samples% (even tho I run this multiple times)
CPU Queue using checkcpuq returns
OK - Average CPU Queue Length 0.0 (3 points with 1 sec delay gives values: , , )
Disk / Pagefile / Memory returns proper values
checkservice doesn't seem to work at all.... running wmic via console also works fine...
Code: Select all
# wmic -U DOMAIN/sa-nagios //SERVER "select * from Win32_ComputerSystem"
Password for [DOMAIN\sa-nagios]:
CLASS: Win32_ComputerSystem
AdminPasswordStatus|AutomaticManagedPagefile|AutomaticResetBootOption|AutomaticResetCapability|BootOptionOnLimit|Bo otOptionOnWatchDog|BootROMSupported|BootupState|Caption|ChassisBootupState|CreationClassName|CurrentTimeZone|Daylig htInEffect|Description|DNSHostName|Domain|DomainRole|EnableDaylightSavingsTime|FrontPanelResetStatus|InfraredSuppor ted|InitialLoadInfo|InstallDate|KeyboardPasswordStatus|LastLoadInfo|Manufacturer|Model|Name|NameFormat|NetworkServe rModeEnabled|NumberOfLogicalProcessors|NumberOfProcessors|OEMLogoBitmap|OEMStringArray|PartOfDomain|PauseAfterReset |PCSystemType|PowerManagementCapabilities|PowerManagementSupported|PowerOnPasswordStatus|PowerState|PowerSupplyStat e|PrimaryOwnerContact|PrimaryOwnerName|ResetCapability|ResetCount|ResetLimit|Roles|Status|SupportContactDescription |SystemStartupDelay|SystemStartupOptions|SystemStartupSetting|SystemType|ThermalState|TotalPhysicalMemory|UserName| WakeUpType|Workgroup
(Some result/info removed here but all values shows)