Date: Jun 08
Product & Version: All
OS Version: Windows, Linux, Solaris, MP-RAS
Module & Version: All
Application version: N/A
Description:
NetVault is able to raise SNMP trap events through a free plugin that is available for download. This solution describes the type of trap raised.
The necessary MIB file describing the event structure is located in ~netvault/etc once the plugin has been installed.
NetVault only raises on type of event/OID. The distinction between what has happened is not made through different kinds of events for the different activities in NetVault, but through the payload of the single event that is raised.
The event that is raised is going to have eventClass, eventName and eventText.
eventClass is going to be the group name from "Global Notification", e.g. "Audit", "BakBone Time", "Job - User defined" etc.
eventName is going to be the name of the event you defined, e.g. "snmptrap", "Job 1" etc.
eventText is going to be the message as it would also appear in the status window for an operator message from the "Sysop Operator Message" event, e.g. "Job 'No Title' on client UKW1911 completed successfully"
So in the end, an event looks like this:
eventClass "Job - User defined"
eventName "snmptrigger"
eventText "Job 'No Title' on client UKW1911 completed successfully"