-
Incident report
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
1.8.8
-
HP ProLiant DL380 G7
Debian Linux 64 Bit (6.0.2 - squeeze - current stable)
Linux myserver 2.6.32-5-amd64 #1 SMP Fri Sep 9 20:23:16 UTC 2011 x86_64 GNU/Linux
Zabbix 1.8.8 compiled from source using zabbix proxy
I am trying to get our SNMP requests (per MIBs) running.
When using OIDs it works but when requesting for MIBs in items it
doesn´t. (eg. IF-MIB::ifOutErrors.1) It seems that Zabbix can not find the MIBs path??
I have installed the standard MIBs on my debian Server by "apt-get install snmp-mibs-downloader"
After the command "net-snmp-config --default-mibdirs" shows me the install directories of the MIBs on console correctly.
> "/home/user/.snmp/mibs:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp"
the standard MIBs are installed in /usr/share/mibs/ietf as i noticed
zabbix uses netsnmp for requesting SNMP items correct?
With netsnmp it seems to work on CI...
> snmpget -v 1 -c community IP-adr system.sysUpTime.0 ##
> DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (593740377) 68 days,
> 17:16:43.77
Where can i set in Zabbix the SNMP MIBs Path?? is there a default path?
THX