From: Joshua K. <jos...@tr...> - 2007-09-28 15:18:40
|
I have a device that has a shelf id and a module id which when you walk the oids they kick back a numeric value. So when i walk the shelf id i get "1" and when i walk the module id i can get between a "1-4". Well what I want to do is have it combine them so it would be: 1-1 1-2 1-3 1-4 And so forth and so on. The reason i am needing to do this is because I have a table and the shelf id is first but since all shelf ids are the number "1" it is alarming on: Alarming On (1,1,1,1) and i would like it to alarm on: Alarming On (1-1,1-2,1-3,1-4) I believe i need to do this in the transforms file before it gets to the message file. Any help would be greatly appreciated. |