Environment
Operating System:Windows XP
Webserver: Apache 2.2
Cacti: 0.8.8
Spine: Cactid 0.8.6k installed but not used
MySQL: 5.5.22.1
Perl: Activestate 5.14.02.1402
PHP: 5.2.17
RRDTool (Cygwin or Win32 build): Win32, 1.2.30
Net-SNMP: 5.6.1.1-1
Cygwin (cygwin1.dll version): Not installed
Plugin Architecture: Not used
What is graphing:
[*]CPU utilization on a Cisco 7201 router
[*]Win2008 disk space utilization
[*]Win2008 CPU utilization (quad-core, all 4 cpu's are graphing independently
[*]Win2008 logged in users
[*]Win2008 process counts
[*]WinXP (localhost) CPU utilization
[*]WinXP (localhost) disk space utilization
What is not graphing:
[*] Any latency charts using the "Unix - Ping Latency" template. Already updated to the latest perl script from the SVN repository yesterday. The latency charts are created but with no data. Downloading the .csv file shows "NaN" on each polling cycle. Device setup defines ICMP for using ping rather than UDP and my ping.pl looks like this:
Code: Select all
#!/usr/bin/perl
$ping = `ping -c 1 $ARGV[0] | grep icmp_seq`;
$ping =~ m/(.*time=)(.*) (ms|usec)/;
print $2;
Can anyone give me some pointers on where to go next?
Thanks,
John