What are memBuffer and memCache?

2007-01-30 Thread chris jalbert
In the UCD-SNMP MIB we found the following two entries: ... memBuffer OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total Buffered Memory" ::= { memory 14 } memCached OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-

snmp machines

2007-01-30 Thread Alef Veld
Does anyone have any snmp machines i could use for testing ? Would be much appreciated! Rgds, alef - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: ethtool test fails

2007-01-30 Thread Thomas Anders
Magnus Fromreide wrote: > The problem is that glibc in that version is broken. > > unconditionally defines _LINUX_TYPES_H and thus prevents > the definition of the symbol that I used since is > included through "mibII/mibII_common.h" before I get to include > > > The easiest fix would be to ch

Re: Re: Help please, need to access a row column value from inside the agent

2007-01-30 Thread Dave Shield
On 30/01/07, Vinicius Pacheco <[EMAIL PROTECTED]> wrote: > printf("value = %f" , data2->data.floatVal); printf("value = %f" , *data2->data.floatVal); floatVal is a *pointer* to the value, not the value itself. (Same for integers) > Other question: In what place in the union the ASN_IPADDRESS is

Re: Re: Help please, need to access a row column value from inside the agent

2007-01-30 Thread Vinicius Pacheco
Thanks again Dave, Now it´s almost perfect, but I´m having some trouble accessing the value when it is not a string. For example, when the value type is ASN_OCTET_STR this works: - netsnmp_table_data_set_storage *data1 = netsnmp_table_data_set_find_column( (netsnmp_table_data_set_storage *

Re: Net-snmp-coders Digest, Vol 8, Issue 57

2007-01-30 Thread Dave Shield
On 30/01/07, truptisankar nayak <[EMAIL PROTECTED]> wrote: > I am running it after making the executable one, But *HOW* are you running it? What is the exact command you are using? How do you expect us to help you, if you won't answer the questions we ask! > But I have not used snmptrapd.c

Re: Net-snmp-coders Digest, Vol 8, Issue 57

2007-01-30 Thread truptisankar nayak
Hi Dave I am running it after making the executable one, Using my own Makefile, providing required library support. But I have not used snmptrapd.conf file So can u suggest how to use the config file (if it necessary) regards Trupti Sankar On 1/30/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]

Re: Re: Help please, need to access a row column value from inside the agent

2007-01-30 Thread Dave Shield
On 29/01/07, Vinicius Pacheco <[EMAIL PROTECTED]> wrote: > Thanks for the previous answer, but when I compiled the agent with you > suggestions, I got the following error: > -- > "warning: passing argument 1 of 'netsnmp_table_data_set_fin