HI
Could you please explain how zabbix handles/interacts with SNMP?
I have got a Dell machine which i want to monitor (in particular the hardware - i want to recieve traps when hardware faults occur)
When i run the command:
snmptranslate -m +DELL_10892 -IR chassisModelName (which should return the chassis Model) i get DELL_10892.txt: module not found...Unknown object identifier: chassisModelName
Even if i run:
snmpwalk -c public -v2c -OT -m[ALL ] <ip address of host>
(the -m option is meant to load all mibs...I still can't see anything relating to the Dell hardware. The mib which i have downloaded is DELL_10892.txt i then saved this file in /usr/share/snmp/mibs. I have also add a line in the .index file (MIB-Dell-10892 DELL_10892.txt) BUT STILL NO LUCK.
Do i have to compile the MIBS in anyway? Becuase the DELL one just isnt being read.
Please advise! This is one thing which is preventing me from using zabbix to its full potential and as a result implementing it in a live production environment within the company.
Please help
Could you please explain how zabbix handles/interacts with SNMP?
I have got a Dell machine which i want to monitor (in particular the hardware - i want to recieve traps when hardware faults occur)
When i run the command:
snmptranslate -m +DELL_10892 -IR chassisModelName (which should return the chassis Model) i get DELL_10892.txt: module not found...Unknown object identifier: chassisModelName
Even if i run:
snmpwalk -c public -v2c -OT -m[ALL ] <ip address of host>
(the -m option is meant to load all mibs...I still can't see anything relating to the Dell hardware. The mib which i have downloaded is DELL_10892.txt i then saved this file in /usr/share/snmp/mibs. I have also add a line in the .index file (MIB-Dell-10892 DELL_10892.txt) BUT STILL NO LUCK.
Do i have to compile the MIBS in anyway? Becuase the DELL one just isnt being read.
Please advise! This is one thing which is preventing me from using zabbix to its full potential and as a result implementing it in a live production environment within the company.
Please help
Comment