[HELP-PLZ] No Bandwith graph are appearing

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

[HELP-PLZ] No Bandwith graph are appearing

Post by joy5 »

Hello everybody :)

Cacti seems to be a powerfull software but i'm facing some problems and i am not able to really test it... Maybe you guys have the answer to my issues, i resolved some i had with your very active forum :) So thanks for that.

Here is my configuration:
Centos 4x
net-snmp 5.1.2
cacti Version 0.8.6d

Code: Select all

Cacti Variables
Operating System: unix
PHP SNMP Support: yes
I followed your How-To's and it helped me a lot, but now i m facing an issue with the network traffic... No graph is appearing, but where is weird is that i am able to have the unicast & non unicast graph tough...

Edit: Only the unicast graph has values, the non unicast graph are appearing but there are no values inside...

Here is the verbose for the SNMP - Interface Statistics:

Code: Select all

Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ Located input field 'ifIndex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.1'
+ Found item [ifIndex='1'] index: 1 [from value]
+ Found item [ifIndex='2'] index: 2 [from value]
+ Found item [ifIndex='3'] index: 3 [from value]
+ Found item [ifIndex='4'] index: 4 [from value]
+ Located input field 'ifOperStatus' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.8'
+ Found item [ifOperStatus='1'] index: 1 [from value]
+ Found item [ifOperStatus='1'] index: 2 [from value]
+ Found item [ifOperStatus='1'] index: 3 [from value]
+ Found item [ifOperStatus='2'] index: 4 [from value]
+ Located input field 'ifDescr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.2'
+ Found item [ifDescr='lo'] index: 1 [from value]
+ Found item [ifDescr='eth0'] index: 2 [from value]
+ Found item [ifDescr='eth1'] index: 3 [from value]
+ Found item [ifDescr='sit0'] index: 4 [from value]
+ Located input field 'ifName' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.31.1.1.1.1'
+ Located input field 'ifAlias' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.31.1.1.1.18'
+ Located input field 'ifType' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.3'
+ Found item [ifType='24'] index: 1 [from value]
+ Found item [ifType='6'] index: 2 [from value]
+ Found item [ifType='6'] index: 3 [from value]
+ Found item [ifType='131'] index: 4 [from value]
+ Located input field 'ifSpeed' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.5'
+ Found item [ifSpeed='10000000'] index: 1 [from value]
+ Found item [ifSpeed='1000000000'] index: 2 [from value]
+ Found item [ifSpeed='1000000000'] index: 3 [from value]
+ Found item [ifSpeed='0'] index: 4 [from value]
+ Located input field 'ifHwAddr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.6'
+ Found item [ifHwAddr=''] index: 1 [from value]
+ Found item [ifHwAddr=''] index: 2 [from value]
+ Found item [ifHwAddr=''] index: 3 [from value]
+ Found item [ifHwAddr=''] index: 4 [from value]
+ Located input field 'ifIP' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.4.20.1.2'
+ Found item [ifIP='127.0.0.1'] index: 1 [from regexp oid parse]
+ Found item [ifIP='138.102.22.4'] index: 2 [from regexp oid parse]
+ Found item [ifIP='192.168.1.4'] index: 3 [from regexp oid parse]
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
Here is the graph debug:

Code: Select all

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1168960706 \
--end=1169047106 \
--title="ac1 - Traffic - 138.102.22.31 (eth0)" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2007/01/16 16\:18\:26 To 2007/01/17 16\:18\:26\c" \
COMMENT:"  \n" \
--vertical-label="bytes per second" \
DEF:a="/var/www/html/cacti/rra/ac1_traffic_in_33.rrd":traffic_in:AVERAGE \
DEF:b="/var/www/html/cacti/rra/ac1_traffic_in_33.rrd":traffic_out:AVERAGE \
AREA:a#00CF00:"Inbound"  \
GPRINT:a:LAST:" Current\:%8.2lf %s"  \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n"  \
LINE1:b#002A97:"Outbound"  \
GPRINT:b:LAST:"Current\:%8.2lf %s"  \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:b:MAX:"Maximum\:%8.2lf %s" 
Here is the cacti log file :)

V

Code: Select all

iew Cacti Log File [438 Items]
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:30:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:29:58 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
01/17/2007 04:29:58 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:25:02 PM - CMDPHP: Poller[0] ASSERT: '444250<444250' failed. Recaching host 'ac1', data query #6.
01/17/2007 04:24:59 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
01/17/2007 04:24:58 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid. Partial Result:
01/17/2007 04:20:02 PM - CMDPHP: Poller[0] ASSERT: '30346252<30346252' failed. Recaching host 'adm3', data query #2.

Everything seem to be allright i don't get it this time and i am not able to find anything on the board. Is it the version of snmp from the centos distribution ?

ps: sorry for the size of the post...

Thank you in advance for helping :)
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please have a look at my NaN Debugging. Check ot the stuff on "two pollers running simultaneously"
Reinhard
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

gandalf wrote:Please have a look at my NaN Debugging. Check ot the stuff on "two pollers running simultaneously"
Reinhard
Thanks for your active support :)

It worked out for the poller issues, great! But my network traffic graph is still not appearing,
any ideas ??

edit: Here is one screenshot to see what's going on...
http://www.image-dream.com/membre/up/JOY5/33.jpg

Thank you
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

No ideas? I tried to use rrd 1.0.x instead, all my graph disapeared...

I tried also to use ucd-snmp-4x and nothing changed...

Please help... :cry:
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Ok, so please follow the other chapters of the NaN Debugging stuff and report your findings, step by step
Reinhard
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

gandalf wrote:Ok, so please follow the other chapters of the NaN Debugging stuff and report your findings, step by step
Reinhard
Oh sorry i didn't get it. Thought you meant just check the poller problem.

1 - Check Cacti Log File
No problem for this one ;)

2 - Check Basic Data Gathering:
No problem for this one ;)

3 -Check cacti's poller:
We got something here ;)

Code: Select all

01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, output: 45136169
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: nonunicast_in, oid: .1.3.6.1.2.1.2.2.1.12.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: nonunicast_out, oid: .1.3.6.1.2.1.2.2.1.18.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, output: 45136169
Here is what i did to check that oid:

Code: Select all

[root@ac1 log]# snmptranslate .1.3.6.1.4.1.2021.9.1.1
UCD-SNMP-MIB::dskIndex
[root@ac1 log]# snmpgetnext -v 1 -c public 138.102.22.4 UCD-SNMP-MIB::dskIndex
UCD-SNMP-MIB::laIndex.1 = INTEGER: 1

4 - Check MySQL updating
No problem ;)


5 - Check rrd file updating
We got something here too! Every cycle, the poller tries to create a rrd graph with no success.

Code: Select all

01/19/2007 10:10:02 AM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/html/cacti/rra/adm3_traffic_in_30.rrd   --step 300   DS:traffic_in:COUNTER:600:0:100000000  DS:traffic_out:COUNTER:600:0:100000000  DS:traffic_in:COUNTER:600:0:100000000  DS:traffic_out:COUNTER:600:0:100000000  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797 
I tried to create them but the graph is still not feeded...


I find out something weird, the graph id on the url and on the graph preview is not corresponding:

Code: Select all

http://"ip"/cacti/graph.php?action=properties&local_graph_id=[b]22[/b]&rra_id=0&view_type=&graph_start=1169111819&graph_end=1169198219

DEF:a="/var/www/html/cacti/rra/adm3_traffic_in_[b]25.[/b]rrd":traffic_in:AVERAGE \
DEF:b="/var/www/html/cacti/rra/adm3_traffic_in_25.rrd":traffic_out:AVERAGE \


So its kind of big mess here... Do you want to know more gandalf ?

Thanks a lot for your help!
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

joy5 wrote:

Code: Select all

01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, output: 45136169
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: nonunicast_in, oid: .1.3.6.1.2.1.2.2.1.12.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: nonunicast_out, oid: .1.3.6.1.2.1.2.2.1.18.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] WARNING: Result from SNMP not valid.  Partial Result: 
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.2, output: U
01/19/2007 09:25:01 AM - CMDPHP: Poller[0] Host[9] SNMP: v1: adm3, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, output: 45136169
Here is what i did to check that oid:

Code: Select all

[root@ac1 log]# snmptranslate .1.3.6.1.4.1.2021.9.1.1
UCD-SNMP-MIB::dskIndex
[root@ac1 log]# snmpgetnext -v 1 -c public 138.102.22.4 UCD-SNMP-MIB::dskIndex
UCD-SNMP-MIB::laIndex.1 = INTEGER: 1
Please run

Code: Select all

snmpget -c ... -v 1 .... .1.3.6.1.2.1.31.1.1.1.6.2
instead (or use one of the other OIDs, but with snmpget!)
5 - Check rrd file updating
We got something here too! Every cycle, the poller tries to create a rrd graph with no success.

Code: Select all

01/19/2007 10:10:02 AM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/html/cacti/rra/adm3_traffic_in_30.rrd   --step 300   DS:traffic_in:COUNTER:600:0:100000000  DS:traffic_out:COUNTER:600:0:100000000  DS:traffic_in:COUNTER:600:0:100000000  DS:traffic_out:COUNTER:600:0:100000000  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797 
I tried to create them but the graph is still not feeded...
When creating manually, please change ownership to cactiuser (like the other rrd files) or it will not update. You will see those errors in log/poller.log if you use my tweak for the crontab.

I find out something weird, the graph id on the url and on the graph preview is not corresponding:

Code: Select all

http://"ip"/cacti/graph.php?action=properties&local_graph_id=[b]22[/b]&rra_id=0&view_type=&graph_start=1169111819&graph_end=1169198219

DEF:a="/var/www/html/cacti/rra/adm3_traffic_in_[b]25.[/b]rrd":traffic_in:AVERAGE \
DEF:b="/var/www/html/cacti/rra/adm3_traffic_in_25.rrd":traffic_out:AVERAGE \

Those numbers won't correspond generally. Graph and file numbering are not related (directly).
Reinhard
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

Thanks for your reply once again gandalf ;)

In fact i already changed the ownership as cactiuser, but its not working...

About the snmpget command, i'll execute it as soon as i am to work tomorrow!
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

I tried all the OID present in my last big quote, here are the values returned...

Code: Select all

[root@ac1 ~]# snmpget -c public -v 1 138.102.22.4 .1.3.6.1.2.1.2.2.1.10.2
IF-MIB::ifInOctets.2 = Counter32: 0
[root@ac1 ~]# snmpget -c public -v 1 138.102.22.4 .1.3.6.1.2.1.2.2.1.12.2
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: IF-MIB::ifInNUcastPkts.2

[root@ac1 ~]# snmpget -c public -v 1 138.102.22.4 .1.3.6.1.2.1.2.2.1.18.2
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: IF-MIB::ifOutNUcastPkts.2

[root@ac1 ~]# snmpget -c public -v 1 138.102.22.4 .1.3.6.1.2.1.31.1.1.1.10.2
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: IF-MIB::ifHCOutOctets.2

[root@ac1 ~]# snmpget -c public -v 1 138.102.22.4 .1.3.6.1.2.1.31.1.1.1.6.2
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: IF-MIB::ifHCInOctets.2

[root@ac1 ~]# snmpget -c public -v 1 138.102.22.4 .1.3.6.1.2.1.2.2.1.16.2
IF-MIB::ifOutOctets.2 = Counter32: 0
Do you think the problem is coming from my net-snmp package (5.1.2) from the centos 4.4 ? Thanks for your help :)
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Two chances: bug with net-snmp/php-snmp or device not responding to those OIDs
Reinhard
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

Ok thanks for your help, i'll check this things out ;)
joy5
Posts: 23
Joined: Wed Jan 17, 2007 10:10 am

Post by joy5 »

Hi there ;)

Problem solved by using the cacti.i386 0.8.6i-1.el4.rf rpm from the rpmforge ;) For people how are having the same problem, i am using centos 4.4.

Thanks for your time gandalf ;)

Take care. :D
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest