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-
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
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
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
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
*
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
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]
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