cahonis wrote:which scripts come with Cacti 'out-of-the-box'?
SNMP - Get Mounted Partitions
SNMP - Get Processor Information
SNMP - Interface Statistics
etc
cahonis wrote:I have some PHP scripts that monitor the cacti poller etc which all work fine
That script does php calls to fetch info from the mysql db...
cahonis wrote:This perl script I am having issues with is the only one in use on my cacti installation.
Yea, well that script is quite hackish, due to the complexity of things. Cacti scheduled task launches php (poller.php), which then launches the collection agent (cmd.php or spine.exe), which then launches Perl to do Windows only WMI calls on a system.
Spine needs all forward slashes in the path. Make sure to clear the poller cache after changing the script path. That one time you said it ran with cmd.php -- did you manually run it (I think you did) or let the scheduled task normally run?