Cacti Cutting new graphs

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

Moderators: Developers, Moderators

Post Reply
vol
Posts: 4
Joined: Tue Feb 01, 2011 7:34 am

Cacti Cutting new graphs

Post by vol »

Hello, i`m new in cacti forums.
I will try to clarify my problem cuz my english not good!

I have searched about this problem but i only find similar troubles with up to 114MB Traffic but not less 3mb traffic.

Note: This problem only occur with NEW graphs and the old still fine, same config, same settings. I see nothing can occur this problem.

Cacti LOG:


02/01/2011 10:58:02 AM - CMDPHP: Poller[0] Host[14] DS[163] WARNING: Result from SERVER not valid. Partial Result: U
02/01/2011 10:57:03 AM - SYSTEM STATS: Time:1.9943 Method:cmd.php Processes:10 Threads:N/A Hosts:33 HostsPerProcess:4 DataSources:137 RRDsProcessed:87
02/01/2011 10:57:03 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'xxxxxxxx', and OID:'.1.3.6.1.2.1.25.2.3.1.5.5'
02/01/2011 10:57:02 AM - CMDPHP: Poller[0] Host[43] DS[446] WARNING: Result from SNMP not valid. Partial Result: U
02/01/2011 10:57:02 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'xxxxxxxxx', and OID:'.1.3.6.1.2.1.2.2.1.16.2'
02/01/2011 10:57:02 AM - CMDPHP: Poller[0] Host[43] DS[446] WARNING: Result from SNMP not valid. Partial Result: U
02/01/2011 10:57:02 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'xxxxxx', and OID:'.1.3.6.1.2.1.2.2.1.10.2'
02/01/2011 10:56:06 AM - SYSTEM STATS: Time:5.0774 Method:cmd.php Processes:10 Threads:N/A Hosts:33 HostsPerProcess:4 DataSources:135 RRDsProcessed:78
02/01/2011 10:56:06 AM - CMDPHP: Poller[0] Host[41] DS[472] WARNING: Result from SNMP not valid. Partial Result: U
02/01/2011 10:56:06 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'xxxxxxxxx', and OID:'.1.3.6.1.2.1.2.2.1.16.2'
02/01/2011 10:56:06 AM - CMDPHP: Poller[0] Host[41] DS[472] WARNING: Result from SNMP not valid. Partial Result: U
02/01/2011 10:56:06 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'xxxxxxx', and OID:'.1.3.6.1.2.1.2.2.1.10.2'
02/01/2011 10:56:05 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'xxxxx', and OID:'.1.3.6.1.2.1.25.2.3.1.5.3'
02/01/2011 10:56:04 AM - CMDPHP: Poller[0] WARNING: SNMP GetNext Timeout for Host:'xxxxxxxx', and OID:'.1.3'
02/01/2011 10:56:03 AM - CMDPHP: Poller[0] WARNING: SNMP GetNext Timeout for Host:'xxxxxxx', and OID:'.1.3'
02/01/2011 10:56:02 AM - CMDPHP: Poller[0] WARNING: SNMP GetNext Timeout for Host:'xxxxxxx', and OID:'.1.3'
Attachments
cacti_cortando.jpg
cacti_cortando.jpg (64.43 KiB) Viewed 1321 times
vol
Posts: 4
Joined: Tue Feb 01, 2011 7:34 am

Re: Cacti Cutting new graphs

Post by vol »

Nobody?
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: Cacti Cutting new graphs

Post by gandalf »

Please increase timeout for that host(s). You seem to suffer from lots of snmp timeouts
R.
vol
Posts: 4
Joined: Tue Feb 01, 2011 7:34 am

Re: Cacti Cutting new graphs

Post by vol »

I already increased timeout and retry
updated RRDTOOL 1.4x

=(

the older graphs still fine
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: Cacti Cutting new graphs

Post by gandalf »

02/01/2011 10:56:06 AM - CMDPHP: Poller[0] Host[41] DS[472] WARNING: Result from SNMP not valid. Partial Result: U
is not related to rrdtool but to polling. If increasing timeout does not help, I suggest performing a network trace (e.g. wireshark)
R.
Deviloper
Cacti User
Posts: 256
Joined: Tue Jul 07, 2009 8:03 am

Re: Cacti Cutting new graphs

Post by Deviloper »

I have an other feeling on this,
the cacti-guys enabled (after years of begging) 64 Bit - Counters in there basic interface templates (interface.xml change since 0.8.7.e nobody tell, update breaks database , big "thanks" to the guy who did that...) but they did not increase "max.value".

Also the basic interface-template has an issue with the ifSpeed. The problem is that ifHighspeed do not give the value in bit per second anymore, instead cisco decided to use Megabit (not Megabit). Also using IfSpeed as Max.Value is in any case a failure because it is the max traffic per second not per 5 minutes.

I would recommend you to set max.values of all 64Bit-counters using graphs to 2^64 -1 (18446744073709551615).

You "can" edit the max.value field directly in database ( do not remember to table right now.) via sql.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: Cacti Cutting new graphs

Post by gandalf »

Deviloper wrote:the cacti-guys enabled (after years of begging) 64 Bit - Counters in there basic interface templates (interface.xml change since 0.8.7.e nobody tell, update breaks database , big "thanks" to the guy who did that...)
? 64 bit is in since ages. But it's not the "default" (aka first in the list) entry of the graph template list in that data query. And where do you suppose was the change in interface.xml? I'm not aware of this. I hinestly do not remember all those changes by heart; but for helping out it would be better to know the exact issue you're talking about
R.
vol
Posts: 4
Joined: Tue Feb 01, 2011 7:34 am

Re: Cacti Cutting new graphs

Post by vol »

I try to change 64 bits graphs, but the problems persists.
=(
deleting and create new one.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest