galco wrote:
I made a clean installation and I've seen that tar.gz doesn't include log folder.
Fixed in SVN
galco wrote:
I also found this error:
$ php copy_user.php
Parse error: syntax error, unexpected ')' in /usr/share/cacti-0.8.7-beta1/cli/copy_user.php on line 32
Fixed in SVN, my bad....
galco wrote:
EDITED2:
I added a device that uses the "Cisco - 6500" template. When I try to graph "Cisco - CPU Usage", it asks me for the legend color and then this screen appears (screen.png).
Looking into this one with the default SQL file.
galco wrote:
EDITED3:
I tried to graph an interface vlan from a cisco router but i get this error before I can finish with the process:
Notice: Undefined index: sgg_1 in /usr/share/cacti-0.8.7-beta1/graphs_new.php on line 71
Warning: Cannot modify header information - headers already sent by (output started at /usr/share/cacti-0.8.7-beta1/graphs_new.php:71) in /usr/share/cacti-0.8.7-beta1/graphs_new.php on line 323
Which graph template where you using?
galco wrote:
EDITED4:
I click into Devices / MyCiscoDevice. Then I click to the query "SNMP - Interface Statistics" (Verbose query) from Associated Data Queries and I get:
+ Running data query [1].
+ Unknown type = ''
+ Found data query XML file at '/usr/share/cacti-0.8.7-beta1/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/share/cacti-0.8.7-beta1/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/share/cacti-0.8.7-beta1/resource/snmp_queries/interface.xml'
I was able to create a device and had no problems with the data query. Check your file permissions on your installation of Cacti?
galco wrote:
EDITED5:
poller.php needs a line that has been removed. It's the first line:
#!/usr/bin/php -q
Not needed and removed intentionally.