On Apr 16, 2009, at 8:48 AM, rbaeriswyl wrote:
> we (Hitachi Data Systems) have a MIB for our Enterprise System, see  
> below:
>
> ... MIB snipped ...
>
> But what the detailed Explanation of the submitted TRAP is, is  
> located in a Variable in the TRAP called REFCODE.
>
> how can our customer (running zenoss) identify the REF codes an  
> create alerts/events out of them?

Based on that MIB, you would have to create four event class mappings  
within Zenoss. I'd put them in the /Storage event class.

They should have the following names.
        raideventUseracute
        raideventUserserious
        raideventUsermoderate
        raideventUserservice

In each one you should enter the following transform:

evt.component = "RAID"
evt.eventKey = evt.eventTrapREFCODE
evt.summary = evt.eventTrapDescription

This will cause the eventTrapDescription to be placed into the summary  
of the event, and the REFCODE to be available in the eventKey field if  
you were to click on the event's details.

This is all predicated on loading that USPMIB into Zenoss so that it  
can translate the traps and varbinds to the correct names.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to