Search found 3 matches

by saback
Mon Nov 16, 2009 4:03 pm
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 436020

Doing more tests I suspect the the problem is with the wmic arguments size. /usr/bin/wmic --authentication-file=/etc/cacti/wmic.conf //x.x.x.x "SELECT AvgDiskBytesPerRead FROM Win32_PerfRawData_PerfDisk_PhysicalDisk" Does not work, but /usr/bin/wmic --authentication-file=/etc/cacti/wmic.co...
by saback
Mon Nov 16, 2009 2:48 pm
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 436020

Hi All, I am using Cacti 0.8.7.e + Spine 0.8.7.c + WMIC 4.0.0alpha3-GIT-UNKNOWN WMIC is working for some WMI Classes but not for all. Below an example with problem: /usr/bin/wmic --namespace='root\CIMV2' --authentication-file=/etc/cacti/wmic.conf //x.x.x.x "SELECT * FROM Win32_PerfRawData_PerfD...
by saback
Fri May 01, 2009 4:39 pm
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 436020

No graph

I install the script. It´s working from command line, but no graph (not plotting): Command: /usr/bin/php -q /var/www/cacti/scripts/wmi.php -h x.x.x.x -u /etc/cacti/cactiwmi.pw -w Win32_LogicalDisk -n '' -k DeviceID -v c: -c Size,FreeSpace Result: DeviceID:C FreeSpace:15125635072 Size:42947571712 RRD...