|
it's doesn't work.
1.I modify the etc/mibs.txt.
# # NetApp Filer # FilerCpuBusy
1.3.6.1.4.1.789.1.2.1.3.0
2.I make sure the mib works
snmpget -cpublic -v1 abc
1.3.6.1.4.1.789.1.2.1.3.0 SNMPv2-SMI::enterprises.789.1.2.1.3.0 = INTEGER:
53
3.filer(filer) community=public
type=FilerCpuBusy snmp item=cpu
4.restart bigsister
I can't find any error or message about this item.
How to fix it?
Linda
----- Original Message -----
Sent: Tuesday, August 03, 2004 4:17
PM
Subject: AW: [Bigsister-general] How to
monitor a device by SNMP
Hi,
insert the mib numbers and descriptions in etc/mibs.txt,
for example some performance mibs:
#Performance Counter OID's MicrosoftNTServer
1.3.6.1.4.1.311.1.1.3.1.2 ntsystemSysUpTime
.1.3.6.1.4.1.311.1.1.3.1.1.9.10.0 memoryAvailableMBytes
.1.3.6.1.4.1.311.1.1.3.1.1.1.30.0 tcpCurrEstab
.1.3.6.1.2.1.6.9.0 SystemProcesses
.1.3.6.1.2.1.25.1.6.0
and then insert the following in
uxmon-net:
hostxyz item=OS variable=ntsystemSysUpTime
snmpvar hostxyz item=conn variable=tcpCurrEstab
snmpvar hostxyz item=OS variable=SystemProcesses
snmpvar
Regards,
Stefan
I want to monitor a device by BigSister using
SNMP. I have this device's MIB file and it's MIB-I. How can I do so and how
to modify uxmon-net?
Thanks
Linda
|