Search found 10 matches

by baz0860
Tue Feb 10, 2009 6:46 am
Forum: Help: General
Topic: One rrd file multiple graphs
Replies: 6
Views: 1207

Solved: One rrd file multiple graphs

Hi Reinhard, This has worked well. I have now been able to create multiple graphs from a single rrd file. These are the steps I used. Hopefully someone else may get some value from them. Create Data Input Method and then Output Fields for each value returned by the script Create a Data Template and ...
by baz0860
Mon Feb 09, 2009 6:34 am
Forum: Help: General
Topic: One rrd file multiple graphs
Replies: 6
Views: 1207

Hi Reinhard,

Thanks for the help. I did try your method, but it didn't work. I have been trying a few different plugins and I fear I have corrupted my test environment. I will rebuild and let you know the results on a clean environment.

cheers, Barrie
by baz0860
Thu Feb 05, 2009 12:09 am
Forum: Help: General
Topic: One rrd file multiple graphs
Replies: 6
Views: 1207

One rrd file multiple graphs

Hi, I have a application response time script I have written that has output similar to that listed below. Open_Cacti:2.406 Enter_User_Name:0.813 Enter_Password:0.922 Click_Login_button:26.875 Click_List_View:2.063 Click_Logout _link:3.265 The script records the response time for the following funct...
by baz0860
Mon Apr 28, 2008 3:48 am
Forum: Scripts and Templates
Topic: Import Template.... nothing happen~
Replies: 7
Views: 7293

Solution - Import Template.... nothing happen

Hi Reinhard, What can I say besides blush :oops: I have discovered the problem with importing templates into cacti 0.8.7b on my system. A full file system was my problem. I had debugging turned on for an earlier problem and didn't turn it off. Result a huge log file. I should have done the basic che...
by baz0860
Sat Mar 29, 2008 10:56 pm
Forum: Scripts and Templates
Topic: Import Template.... nothing happen~
Replies: 7
Views: 7293

Hi Reinhard, I have tried another vanilla install and template imports worked so it appears that I have made a mistake during my install System that template imports works. Opensuse 10.3 mysql 5 php5 System that template import does not work. SLES9 msql 4 php4 Behind firewall using ssl Packages were...
by baz0860
Fri Mar 28, 2008 4:02 pm
Forum: Scripts and Templates
Topic: Import Template.... nothing happen~
Replies: 7
Views: 7293

Hi Reinhard,

yes uploading in /etc/php.ini is enabled.

I am going to try a new install on another system to make sure I haven't made a mistake in my installation.

Cheers, Barrie
by baz0860
Fri Mar 28, 2008 12:07 am
Forum: Scripts and Templates
Topic: Import Template.... nothing happen~
Replies: 7
Views: 7293

Hi Reinhard, I have the same problem. I am unable to import a template either by file or by cutting and pasting the template into the form. There are no errors in apaches's error log. The access log has the following 192.168.xxx.xxx - - [28/Mar/2008:14:55:31 +1000] "GET /cacti/templates_import....
by baz0860
Tue May 22, 2007 7:44 pm
Forum: Help: General
Topic: Multi Server Graphs
Replies: 4
Views: 3785

Hi Reinhard, Again thanks for your reply. I didn't think about re-ordering the items. That now looks like it will do exactly what I need. I feel a bit silly not thinking of doing that. :oops: Thank for a great plugin. The only problem now is I need to upgrade my version of cacti. I am running cacti-...
by baz0860
Tue May 22, 2007 4:26 am
Forum: Help: General
Topic: Multi Server Graphs
Replies: 4
Views: 3785

Hi Reinhard, Thanks for your reply. I have tried your aggregate plugin, but it doesn't seem to do what I need. I can group the cpu used by a number of servers into one graph and it is stacked like this server1 - idle server1 - user server1 - nice server1 - system server2 - idle server2 - user server...
by baz0860
Sun May 20, 2007 12:06 am
Forum: Help: General
Topic: Multi Server Graphs
Replies: 4
Views: 3785

Multi Server Graphs

I need to provide a graph that will show the total usage of cpu resource for 10 HP servers. I have created a script (included below) based on the cacti rrdtool graph command to read and total the cpu used by each server. The script produces an image (attached below). I would like help to understand ...