Search found 28 matches

by jvanhambelgium
Tue Nov 04, 2003 3:39 pm
Forum: Help: General
Topic: CDEF assistance requested ;-)
Replies: 6
Views: 2398

Hi,

Yep, I fiddled wiyth the GPRINT Preset and dropped the %s.
All is cool now ;-)

Thanks for your support on this one
Jan
by jvanhambelgium
Tue Nov 04, 2003 3:54 am
Forum: Help: General
Topic: CDEF assistance requested ;-)
Replies: 6
Views: 2398

Hi again, it seems I'm not quite there yet, now I can't figure out how to represent certain numbers. The CDEF part is ok, it seems to calculate but it also has to print the value. Sometimes (because of the relative-percentage) the value is very small (0.1% or so) and then it prints "100m" ...
by jvanhambelgium
Mon Nov 03, 2003 4:11 am
Forum: Help: General
Topic: CDEF assistance requested ;-)
Replies: 6
Views: 2398

CDEF assistance requested ;-)

Hi, I can't figure out how to get this done, altough it should be pretty basic. i have a working RRA with about 14 DS in it. Currently I'm graphics without problems the VALUES of the DS. I want to have a percentage "relative" to a total count value (which is also on the same RRD as a separ...
by jvanhambelgium
Mon Sep 08, 2003 2:16 am
Forum: Help: General
Topic: How to Graph Modem usage Lucent MAX TNT
Replies: 2
Views: 3634

Hi, That's an easy one ;-) There are various SNMP OID's that you want to monitor. You could offcourse build a template if you want ; Occupied LANMODEMS : enterprises.529.9.0 Occupied DS0 (64K channels) : enterprises.529.4.26.0 Basically, be carefull what you have in your TNT chassis.(type of cards e...
by jvanhambelgium
Tue Sep 02, 2003 1:53 am
Forum: Help: General
Topic: Tree dual pane : width of left pane
Replies: 4
Views: 1779

Hi, Are you sure about this ? I've changed the value but the actual "pane" remains the same size. My tree-menu-text is truncated indeed if my width is defined with a low value like 50 or so. The problem is my graphs are 240x1000 in size and they just don't fit on the screen ; if I could na...
by jvanhambelgium
Mon Sep 01, 2003 2:32 am
Forum: Help: General
Topic: Cacti 0.8 , |date_time| variable
Replies: 3
Views: 1687

Hi,

Yep indeed, that was the parameter I was looking for ...
I should have read the "date" manpages before asking...

THanks & regards,
Jan
by jvanhambelgium
Fri Aug 29, 2003 6:35 am
Forum: Help: General
Topic: Cacti 0.8 , |date_time| variable
Replies: 3
Views: 1687

Cacti 0.8 , |date_time| variable

Hi, Anyone know what I should change in this piece of code (rrd_functions.php) to display the date_time correctly on my FreeBSD 4.8 box ? if (strstr($text_format[$graph_item_id], "|date_time|")) { $text_format[$graph_item_id] = str_replace("|dat e_time|", date('D M H:i:s T Y', st...
by jvanhambelgium
Fri Jul 04, 2003 12:55 am
Forum: Help: General
Topic: Graphs for Longer than 1 Year (3, and 5 years)
Replies: 3
Views: 1807

Mike, >Wouldnt this be for keeping 3 years worth of 5 minutes averages and >not 3 years worth of one day averages? >So you have 288 steps for 3 years worth of 1 day averages. >3 years = 1095.75 days, so wouldnt you go with 1096 rows? Hmm, I guess I missed somewhere along the line ;-( So, suppose you...
by jvanhambelgium
Wed Jul 02, 2003 1:25 am
Forum: Help: General
Topic: Graphs for Longer than 1 Year (3, and 5 years)
Replies: 3
Views: 1807

Hi, That is not that difficult ; 1) First check what you "default polling" is ? Do you collect avery 300 seconds (5 minutes ?) 2) At what "resolution" do you want these long-term trends ? 3 or 5 years should be fine with a resolution of '1 day average' or something OK, now how to...
by jvanhambelgium
Fri Jun 27, 2003 12:48 am
Forum: Help: General
Topic: Creating a "summary graph"
Replies: 3
Views: 1516

hi tbushnel, If you create a graph and input your 30 datasource-items, take "AREA" for the first and all other 29 as STACK and use the same color then you have a total-graph representing you 30 datasources....I also use this to make totals of parameters on 2 different POP's having each the...
by jvanhambelgium
Fri Jun 13, 2003 3:56 pm
Forum: Help: General
Topic: SNMP
Replies: 1
Views: 1316

Hi Guest, Did you specify in the Cacti settings that you are using a 5.x version of NET-SNMP ?? There is a difference in syntax 4.x <-> 5.x ;-) I don't have the GUI with me now, but there is that drop-down box where you select either version. It's where you can configure also you paths to the variou...
by jvanhambelgium
Thu Jun 12, 2003 3:37 pm
Forum: Help: General
Topic: Aggregate Graphs
Replies: 1
Views: 1679

Lepermime, For that I create a new graph NOT originating from a template. Thus, make sure alle the datasources for the various elements exist and that they capture you temperature.(I for example, have 1 graph to display the "incoming calls per minute" on 8 MAX TNT RAS server on 2 different...
by jvanhambelgium
Thu Jun 12, 2003 3:24 pm
Forum: Help: General
Topic: Upgrade from 8.0 to 8.1
Replies: 8
Views: 2100

Kevinz,

I don't believe anything special changed on the database-layout for this 0.8.1 upgrade since I came from the official 0.8 release
I did not import the new tables myself.
I did not loose anything and so far have not encountered any "bug"

Should I have done this ;-) ?

Regards,
Jan
by jvanhambelgium
Thu Jun 12, 2003 8:07 am
Forum: Help: General
Topic: Polling devices every minute?
Replies: 5
Views: 1848

Golemb, Oh, and IF you create an additional "Available RRA" entry (like Detailed Last Hour" you should check the Datasource/Template config that it actually SELECTED that new RRA...I'm not too sure if CACTI would,by default, "select" all available RRA's...if not...just selec...
by jvanhambelgium
Thu Jun 12, 2003 1:06 am
Forum: Help: General
Topic: Polling devices every minute?
Replies: 5
Views: 1848

Golemb, You need a few thing to poll every minute ; 1) Make sure you change the CRON settings to actually run every minute! * /1 * * * * /usr/local/bin/php /www/htdocs/cactinms/cmd.php > /dev/null 2 >&1 (or something similar) 2) Make sure you change in CACTI ; - Available RRA's; Either create ad...