Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I'm getting the error below when running poller.php. This is the debug output. Any ideas?
C:\Apache2\htdocs\cacti>php poller.php
08/14/2005 10:20:50 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php-5.0.4-Win32/php.exe, ARGS: -q c:\apache2\htdocs\cacti/cmd.php 0 1
]
Waiting on 1/1 pollers.
<SNIP Dupe Lines>
Waiting on 1/1 pollers.
08/14/2005 10:25:47 AM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
I general the scripts that you are running are tailored to a Linux/Unix host. You need to delete your current graphs and queries (with the exception of Interface) and add some more specific to Windows.
TheWitness
True understanding begins only when we realize how little we truly understand...
Yea, saw that once I looked at the proper debug output. I was running one of the provided perl scripts as it it was querying localhost instead of using SNMP.
Yeah that localhost target seems to get in there by default, it was OK when I installed on Linux but when I installed on Windows it definately caused the "waiting on 1/1 pollers" problem.