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.
When i use graph debug, i get the following text and a broken graph.
ERROR: no rrdtool fetch output, you probably forgot to pass a valid data source
ERROR: no rrdtool fetch output, you probably forgot to pass a valid data source
ERROR: opening 'D:\Websites\cacti/rra/localhost_traffic_in_9.rrd': No such file or directory
hehe, i just got past the same problem...my suggestion is attempt the following tasks:
1. Verify the host is correct:
A. Check IP and Community name
B. Download ucd-snmp and run snmpwalk to verify the host you are quering is a valid one.
The syntax is:
snmpwalk [hostip] [community name] .1.3.6.1.2.1
you should recieve a ton of shit!
2. Verify permissions:
A. Be sure IUSR_[computer name] has permissions to read/execute on c:\windows\system32\cmd.exe
B. They need permissions for c:\inetpub\wwwroot\cacti too
3. You do not need anything under the ISAPI filters in IIS
4. If all of this is good, then my suggestion is to make sure you have run
c:\php\php.exe c:\inetpub\wwwroot\cacti\cmd.php as administrator at least once while the host have been added. Scroll up in the terminal window to verifiy your host has queried for information. If ALLL this fails, your where i am. I think i might be having problems with SQL or something, i have 5 hosts working fine, but the 6th host, and XP machine will not show up when i run cmd.php! welp good luck ttyl
i dont think the slashes matter, i have everything running fine over here, im just having problems adding this XP machine, but my slashes are all whacky like that too....i've seen some other posts where someone brought up the slashes, and i think the overall response was that it doesnt matter
I've got it working.
It was a combination of problems. First of all the MIB's where missing from my D:\ partition where my website resides.
Second there where no write permissions for IUSR on the RRA dir.
It's working now with PHP in ISAPI mode, but still i'm thinking that the performance is poor. I'm now trying and testing whit a seperate Application Pool for cacti.
But still sometimes it looks like my browser hangs when creating a graph.