I've got a new install of the latest cacti 0.8.7e on a centos 5.3 EC2 instance.
I have it properly polling six servers using the google code mysql templates.
Graphs are being created as can be seen from console->management->graph management.
When I click on the graphs tab the browser churns and eventually I'm met with a whitepage.
I've tried loading this on 3 systems(2 mac 1 windows) and 3 browsers(FF Safari and IE6).
When I comment out the line:
<script type="text/javascript" src="include/treeview/ftiens4.js"></script>
in top_graph_header.php the view_graph.php loads albeit without the nav tree.
Here's my graph tree info from mysql:
mysql> select * from graph_tree;
+----+-----------+------------+
| id | sort_type | name |
+----+-----------+------------+
| 4 | 2 | Production |
+----+-----------+------------+
1 row in set (0.14 sec)
mysql> select * from graph_tree_items;
+----+---------------+----------------+--------+-------+---------+--------------------------------------------------------------------------------------------+--------------------+--------------------+
| id | graph_tree_id | local_graph_id | rra_id | title | host_id | order_key | host_grouping_type | sort_children_type |
+----+---------------+----------------+--------+-------+---------+--------------------------------------------------------------------------------------------+--------------------+--------------------+
| 18 | 4 | 0 | 0 | | 7 | 001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 1 | 1 |
+----+---------------+----------------+--------+-------+---------+--------------------------------------------------------------------------------------------+--------------------+--------------------+
1 row in set (0.00 sec)
Note I deleted and recreated the nodes. This occurred for the default settings as well.
Does anyone have an inkling of what's going on?
I've tried stracing on the apache side and dtrussing on the client browser, but nothing is standing out. Not seeing any javascript errors on load either.
No errors in the apache logs, but occasionally I see 206 partial load for the ftiens4.js file... I'm leaning towards that as being an issue, but the majority of the time it's a full 200.
I've also busted the cache per this thread: http://forums.cacti.net/about34145.html
What other info can I provide you to aid in solving this?
graph_view.php not loading due to ftiens4.js
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 1 guest