Search found 18 matches

by jmjones
Fri May 04, 2007 3:50 pm
Forum: Addons for Cacti
Topic: LDAP Support for CactiEZ
Replies: 1
Views: 3871

LDAP Support for CactiEZ

Does any one know how to get the ldap support when using the cactiEZ installer. Pear seems to be broken. When I issue "pear install net_ldap" First: I got the no build with state equal to stable Next: I changed my preferred state "pear config-set preffered_State alpha". It tries ...
by jmjones
Wed May 02, 2007 9:45 am
Forum: Help: General
Topic: Customized Cacti Page - Flowscan functionality kind of
Replies: 1
Views: 677

Customized Cacti Page - Flowscan functionality kind of

I am running windows server 2003, cacti 0.8.6g I am trying to devise a way to find where the traffic is coming from in my network. I have a bottleneck in my network, so when a user begins "flooding the pipe", the effects are noticeable to others on the network. I have every interface on ev...
by jmjones
Wed Apr 06, 2005 2:53 pm
Forum: Help: Windows Specific
Topic: mysql_connect() error
Replies: 7
Views: 3207

php extensions directory not set correctly

Verify that you only have the one php.ini file. Some installers will try to put one in the system folder (C:\windows), and the executable will use this ini rather than the one in your php folder (C:\php\php.ini is mine) If you only have the one ini then try to run cmd.php inside of a command shell. ...
by jmjones
Wed Mar 23, 2005 9:27 am
Forum: Help: Windows Specific
Topic: Trying to graph Exchange 2003 but keep getting error
Replies: 22
Views: 6439

Might be a permissions issue

What user account does your web server run on. You may need to create a domain user account for the web server to run as. This would explain why the script works for you but not your webserver. The default IUSR_computername account has no network access at all. There is a web page dealing with NT pe...
by jmjones
Wed Mar 23, 2005 9:18 am
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

A better solution

I have been battling this issue for quite some time. I have created a kindof make shift patch, and now I have created a patch that allows "no loss" in functionality. Here it is. In top_graph_header.php you will see the following chunk of code /* setup tree selection defaults if the user ha...
by jmjones
Thu Mar 17, 2005 9:33 am
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

You are getting caught in a redirection error

Look at the code snippet I suggested above. If you are familiar with php, comment out the original code and insert the snippet from above. Let me know if that works for you. Also, someone else suggested that there may be an issue with the "Expand Hosts" option. You may want to try differen...
by jmjones
Tue Mar 15, 2005 10:01 am
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

Maybe, maybe not

This error is kind of tricky, changing the timeouts may help - they have for some. Tell what server makeup you have and you will get more help. I have been battling this problem in win 2k3, php4 and mysql4. My server is very fast and I think that has something to do with it. Does your server have mu...
by jmjones
Wed Mar 09, 2005 9:56 am
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

I spoke too soon

There is an error message when the expand hosts option is enabled. "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers." real helpful error message don't you think. I haven't a clue what causes this, but the code I submitted earlier fixes thi...
by jmjones
Wed Mar 09, 2005 9:14 am
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

Initial testing conclusions

I have replaced my code with the code in the distribution, and found that there was no difference when I enabled the expand hosts option.
by jmjones
Tue Mar 08, 2005 4:00 pm
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

Here is some patchwork for your code

If you are having the pesky error that I have been referring to in this post. I have altered a section of code found in include/top_graph_header.php The code block is as follows $first_branch = find_first_folder_url(); if (!empty($first_branch)) { if(!empty($_REQUEST["ret"])){ $mystring = ...
by jmjones
Mon Mar 07, 2005 4:27 pm
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

more tidbits of information

I have found that the page is functional by commenting out the redirection, the drawback is that it does not put the calendar controls and the default display on the right hand pane. However, if you click on any of the links it works just fine. The intermittance of this problem has made it very hard...
by jmjones
Mon Mar 07, 2005 4:17 pm
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

I found the infinite loop

The loop is caused in top_graph_header.php. if ((read_graph_config_option("default_tree_view_mode") == "2") && ($_REQUEST["action"] == "tree") && (!isset($_SESSION["sess_has_viewed_graphs"]))) { $_SESSION["sess_has_viewed_graphs&...
by jmjones
Fri Feb 25, 2005 6:58 pm
Forum: Help: Windows Specific
Topic: Problem with dual pane tree view and IIS6/Win2003
Replies: 1
Views: 1521

I am in the same boat... Here is the other post

http://forums.cacti.net/about6371.html

Hope this helps. If you solve, let me know. I am not certain that it is just a timeout.
by jmjones
Fri Feb 25, 2005 6:53 pm
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

It is still awful slow

I don't think that the timeout was the only thing wrong. It works sparatically at best with the longer timeouts. I did some further research. I put a network sniffer on my requesting laptop, and found that there is a redirection loop. I think that with a fast server, the clent and server get confuse...
by jmjones
Tue Feb 15, 2005 9:31 am
Forum: Help: Windows Specific
Topic: graphs_view.php broken in dual pane tree view
Replies: 32
Views: 9398

Problem solved for me

The error was in a php timeout. There were never any error messages in the application log or displayed to the browser.

Thank you to Rony for figuring this one out for me.

Props homie 8)