At 12:28 05/07/2006, you wrote:
You can do simple queries with snmpget like I do to
get page counts from printers:
echo `snmpget -v 1 -c public kem5100 -Oqv
.iso.org.dod.internet.mgmt.mib-2.43.10.2.1.4.1.1` `date` >>kem5100.log
(It's on one line).
Do you have a MIB file for the device? Else you would
have to use snmpwalk and a bit of guessing to get the
OID correct.
You can also use MRTG to collect the data and have them
displayed graphically.
Mogens
--
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: mk@xxxxxx Homepage: http://www.crc.dk
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Thanks for that.
Yes I do have the MIB file (sensatronics-em1.my), but right now I
have no idea what to do with it. Need to do some learning.
Dave F