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.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Martin: i got rid of my rrdtool and replaced it with the cygwin rrdtool.
THEN, i got rid of net-snmp and replaced it with the microsoft version - i admittedly felt guilty replacin with MS, but it works so..... meh.
OK. After few days of trying, retrying and grunting... I've finally made it to produce some .RRD datas. However, I'm still having some weird results... here's how it goes:
RUNNING POLLER.PHP (result: Waiting on 1/1 pollers.)
C:\cactid>c:/php/php.exe c:\mycacti\poller.php
07/27/2005 05:19:32 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/cactid/cactid.ex
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
^C
C:\cactid>c:/php/php.exe c:\mycacti\poller.php
07/27/2005 05:19:48 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/cactid/cactid.ex
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
exactly the same problem for me.
need to run cmd.php then poller.php to update rras
could easyphp 1.8 be the pb as I'm using it too ?
Steph
I doubt it. I've not used EasyPHP. (do you also have the problem of "Waiting on 1/1 pollers" looping endlessly?)
At this moment, I've tweaked the code a bit to break the loop of "Waiting on 1/1 pollers" after 2 times and I've created a batch file calling both the CMD.PHP and POLLERS.PHP at a 5 minutes interval.
It's a really rough patch, I don't know if it will induce more problems in the future but for now, it's working (at last).
-- If someone has any idea of a better fix, I would be really thankful.