I'm new to Cacti and I'm running Version 0.8.7e and have applied the latest patches. So far I've learned quite a bit about the product and have it working pretty successfully. I'm having one problem though in my test environment. When I click on the Graphs tab, located at the top of the screen, after I've been on the console tab.
The web browser tries to load http://labpracacti/cacti/graph_view.php, but it takes forever and eventually fails. If i close my browser and come back in to Cacti, I can click on the Graphs links and my Graph Tree opens almost instantly. If I go back to the console tab and click back on the graphs tab I get the same problem.
I'm running this test machine on a Window 2008 Virtual Server on an ESX host. I've got two processors assigned and in looking at resource's appears that I'm ok there. Anyone have any ideas.
Changing from Console Tab to Graph Tab fails
Moderators: Developers, Moderators
Update
I'm still having this problem, anyone have any ideas on what to try. Log's to check etc. I have monitor working and if I click on one of the servers I'm testing with the graphs display comes up promptly. Or I use the indivdual graphs under graph management, graphs display promptly. It's only after I've left the graphs screen, click on console, then back to the graph tab that it fails. It fails if I click on any other tab at the top, whether it be discover, monitor, or thold.
Any help on what to look at would be great.
Thanks.
Any help on what to look at would be great.
Thanks.
I'm also having the same problem... but to work around it I comment this lines out
Is not pretty but it works
ANYONE on This..... Noticed the the problem began after activating the Plugin Infrastructure..... without it, Cacti graph tab works beautifully...
Thanks
Code: Select all
/* setup tree selection defaults if the user has not been here before */
/*if ($_REQUEST["action"] == "tree") {
if (!isset($_GET["tree_id"])) {
if (isset($_SESSION["sess_graph_view_last_tree"])) {
header("Location: " . $_SESSION["sess_graph_view_last_tree"]);
exit;
}else{
$first_branch = find_first_folder_url();
if (!empty($first_branch)) {
header("Location: $first_branch");
exit;
}
}
}
}*/
ANYONE on This..... Noticed the the problem began after activating the Plugin Infrastructure..... without it, Cacti graph tab works beautifully...
Thanks
1) Any errors in cacti.log when you click on graphs?
2) Occurs while logged into the cacti site or as a guest?
3) Could enable php error logging in php.ini
4) Any errors in the web server logs?
2) Occurs while logged into the cacti site or as a guest?
3) Could enable php error logging in php.ini
4) Any errors in the web server logs?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Sorry for warming this old thread.
1st: this issue is not only windows related, it is php-cgi related - it hit me using centOs 5.3 using php-cgi with my web server.
----
What happens is an endless redirect to the same page:
I assume that it is caused by using non standard CGI variables like HTTP_REFERER (non standard = not specified in CGI 1.1) which are unset.
Bebbo
1st: this issue is not only windows related, it is php-cgi related - it hit me using centOs 5.3 using php-cgi with my web server.
no errors1) Any errors in cacti.log when you click on graphs?
both2) Occurs while logged into the cacti site or as a guest?
does not help3) Could enable php error logging in php.ini
no errors4) Any errors in the web server logs?
----
What happens is an endless redirect to the same page:
Code: Select all
...
123.123.123.123 - dauser [29/Nov/2009:21:37:43 +0100] "GET /cacti/graph_view.php HTTP/1.1" 302 53 "https://www.daServer.xy/cacti/graph_settings.php" "Mozilla/5.0"
123.123.123.123 - dauser [29/Nov/2009:21:37:43 +0100] "GET /cacti/graph_view.php HTTP/1.1" 302 53 "https://www.daServer.xy/cacti/graph_settings.php" "Mozilla/5.0"
123.123.123.123 - dauser [29/Nov/2009:21:37:44 +0100] "GET /cacti/graph_view.php HTTP/1.1" 302 53 "https://www.daServer.xy/cacti/graph_settings.php" "Mozilla/5.0"
...
I assume that it is caused by using non standard CGI variables like HTTP_REFERER (non standard = not specified in CGI 1.1) which are unset.
Bebbo
Who is online
Users browsing this forum: No registered users and 2 guests