Search found 5 matches
- Wed May 16, 2012 9:24 am
- Forum: Nagios XI
- Topic: Windows WMI CPU Usage monitoring
- Replies: 13
- Views: 3179
Re: Windows WMI CPU Usage monitoring
Thanks. I ran comands on Nagios server: /usr/local/bin/wmic -V Version 4.0.0tp4-SVN-build-UNKNOWN Then: [nagios@nagios]$ /usr/local/bin/wmic //XXX.XXX.XXX.XXX "select * from Win32_ComputerSystem" -U Domain/wmiuser Password for [Domain\wmiuser]: XXXXXXXXX CLASS: Win32_ComputerSystem AdminPa...
- Thu May 10, 2012 2:59 pm
- Forum: Nagios XI
- Topic: Windows WMI CPU Usage monitoring
- Replies: 13
- Views: 3179
Re: Windows WMI CPU Usage monitoring
I am only getting the error when running a cpu check on Windows 2003 servers. All other checks in wmic are working fine and also provide graphs. I verified the wmimgmt.msc permissions on all servers (Windows 2003 and 2008) and they are all set as it has been set in the manual. There is no issues wit...
- Thu May 10, 2012 1:12 pm
- Forum: Nagios XI
- Topic: Windows WMI CPU Usage monitoring
- Replies: 13
- Views: 3179
Re: Windows WMI CPU Usage monitoring
This command are set to run with check interval - so it should get more samples. But graphs is my second concern here, On Windows 2003 server (physical or VM) it show in Status Information: UNKNOWN - The WMI query had problems. The target host (xxx.xxx.xxx.xxx) might not have the required WMI classe...
- Thu May 10, 2012 11:35 am
- Forum: Nagios XI
- Topic: Windows WMI CPU Usage monitoring
- Replies: 13
- Views: 3179
Re: Windows WMI CPU Usage monitoring
Yes, I use Check_wmi_plus
# check_wmi_plus.pl -H HOSTADDRESS -u USER -p PASS -m checkcpu -w '80' -c '90'
# check_wmi_plus.pl -H HOSTADDRESS -u USER -p PASS -m checkcpu -w '80' -c '90'
- Thu May 10, 2012 9:50 am
- Forum: Nagios XI
- Topic: Windows WMI CPU Usage monitoring
- Replies: 13
- Views: 3179
Windows WMI CPU Usage monitoring
Nagios XI 1. Redhat 5 2. 64bit 3. Manual Install 4. SSL yes, otherwise no other special configuration Hi. I setup WMI on couple Windows servers and the main problem is with monitoring CPU Usage. I am using latest WMI package abailable for download 1.49. On Windows 2003 server (physical or VM) it sho...