Server Management - Systems Insight Manager
1824487 Members
3588 Online
109672 Solutions
New Discussion

--#MSG_FORMATTER / email format / third party MIBs

 
Ernst Scheithauer
New Member

--#MSG_FORMATTER / email format / third party MIBs

SIM 4.1 on Windows2003 Server
---
I compiled and included the MIBs for a RITTAL CMC-TC Environmental Unit successfully and discovered the system. The SIM has SNMP access to the device.

Some questions:
I am receiving the traps, just the Trap Details of the Event are empty. Should this provide some information? I attached one trap captured by the MS Network Monitor.

The SMTP Messages based on the traps look like this:
Subject: 89.1.10.240: Sensor unit alarm: SIM SRVTEST_ES1
Body: No additional information was provided. The event or device was probably deleted.
I added a line with the --#MSG_FORMATTER tag to change this behavior, but no effekt:
alarmSensorUnit1 TRAP-TYPE
ENTERPRISE cmcTc
VARIABLES { sysContact, sysName, sysLocation,
unit1MsgIndex, unit1MsgText, unit1MsgStatus, unit1SensorValue }
DESCRIPTION
"Alarm of Sensor unit 1"
--
--#TYPE "Sensor unit alarm"
--#SUMMARY "Location: %s, Alarm[%s]: %s, Status: %s, from: %s, contact %s"
--#ARGUMENTS {3,4,6,5,2,1}
--#SEVERITY MAJOR
--#TIMEINDEX 6
--#STATE OPERATIONAL
--#MSG_FORMATTER "$V1V#sysContact: #"
--
::= 1

Is this string correct? Where is the issue?
Does anybody have a MIB including MSG_FORMATTERs for the RITTAL CMC-TC unit?

Thanks in advance,
Ernst