To recover the traps sent by my SAN MSA2012FC (http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01565941/c01565941.pdf), I tried to add a MIB (found here : http://www.emc.com/microsites/fibrealliance/index.htm) in Centreon.
Here is the error I encountered:
Could not find DEFINITIONS :: = BEGIN statement in MIB file!
After catching a headache I found the solution...
beginning of the file
FCMGMT-MIB
-Last edit date: November 10th, 1999
DEFINITIONS :: = BEGIN IMPORTS IpAddress, TimeTicks, experimental FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215;
--> replaced by
FCMGMT-MIB DEFINITIONS :: = BEGIN IMPORTS IpAddress, TimeTicks, experimental FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215;
and it works ^^'
Aucun commentaire:
Enregistrer un commentaire