What happens if you try the following: snmpget -v2 -c public 10.0.0.12 .1.3.6.1.4.1.2021.4.6.0
As far as I understand, SNMPv2c uses 64bit counters. (Or am I merely confused?) SM -----Original Message----- From: Rommel, Florian [mailto:[EMAIL PROTECTED] Sent: 29 January 2003 12:24 To: Brett Marler Cc: [email protected] Subject: [rrd-users] Re: maybe a bit off topic (4GB RAM snmp) her is the output: term$ snmpget -v1 -c public 10.0.0.12 .1.3.6.1.4.1.2021.4.6.0 enterprises.ucdavis.memory.memAvailReal.0 = -1 the same thing with localhost. same as before... this is weird since i also graph a unix harddrive on another machine with 10 GB and it shows it perfectly. I guess i have to check in some other places. it doesnt make much sense though....There must be more people out there monitoring 4GB ram with snmp. Anyway, thanks for the help. -----Original Message----- From: Brett Marler [mailto:[EMAIL PROTECTED] Sent: 29. tammikuuta 2003 13:43 To: Rommel, Florian Cc: [email protected] Subject: Re: [rrd-users] maybe a bit off topic (4GB RAM snmp) Florian, > i get a -1 values in enterprises.ucdavis.memory.memAvailReal.0 using UCD-SNMP on > a REDHAT 7.3 machine with 4GB ram. I'd like to monitor that ram but it seems that > normal UCD SNMP is limited to a 32bit counter) has anyone ever had this problem > and knows how to fix it so i can actually get the full amount of ram monitored?. Just out of interest are you using the "numbered" OID or the names as you outlined above? I believe if you want to use the "memory.memAvailReal.0" syntax then you have to use the "LoadMIB" directive (I could be wrong). What happens if you try an snmpget? -- pc-linux% snmpget -v1 -c public 192.168.0.2 .1.3.6.1.4.1.2021.4.6.0 UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1308 -- (Don't laugh, that's 1MB of free memory!!) I am using MRTG/RRDTool to graph free space on my XP desktop hard drives (one is 40GB and the other is 60GB) and these graph without any hassles. Regards, Brett Marler. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi ------------------------------------------------------------------------------------------ Equinox Converged Solutions Limited. Tel: +44 (0)1252 405 600 http://www.equinoxsolutions.com IMPORTANT NOTICE: This message is intended solely for the use of the Individual or organisation to whom it is addressed. It may contain privileged or confidential information. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you should not use, copy, alter, or disclose the contents of this message. All information or opinions expressed in this message and/or any attachments are those of the author and are not necessarily those of Equinox Converged Solutions Limited. Equinox Converged Solutions Limited accepts no responsibility for loss or damage arising from its use, including damage from virus. ------------------------------------------------------------------------------------------ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
