Hi,
I am having same issue. I am using $version = ‘1.1.4’; and its not creating any graph.
After manually using the command:
wget -U Cacti/1.0 -q -O - -T 5 “http://127.0.0.1:80/server-status?auto”
Total Accesses: 19023
Total kBytes: 652953
CPULoad: .71728
Uptime: 86637
ReqPerSec: .219571
BytesPerSec: 7717.53
BytesPerReq: 35148.2
BusyWorkers: 2
IdleWorkers: 10
Scoreboard: ______WR… … … … … …
when I run the PHP script:
ssh -q -o “ConnectTimeout 10” -o “StrictHostKeyChecking no” cacti@10.120.10.163 -p 22 -i /etc/cacti/id_rsa wget -U Cacti/1.0 -q -O - -T 5 “http://127.0.0.1:80/server-status?auto”
Total Accesses: 19172
Total kBytes: 658535
CPULoad: .71785
Uptime: 86890
ReqPerSec: .220647
BytesPerSec: 7760.85
BytesPerReq: 35173.2
BusyWorkers: 1
IdleWorkers: 11
Scoreboard: W_______… … … … … …
but still I do not see the graph…
Can some one help me here… .where I am doing wrong!
Appreciated your help!
thanks,
-SK