From: Joshua K. <fo...@tr...> - 2008-05-28 13:53:49
|
I already asked this once but didn't get response. My current message file has this entry in the first column and it is not working right: {value1}-{value2} I had a question about combining strings in devmon. I have two values that I would like to combine: Say: {value1} = 1 and {value2} = 2 What I am trying to do is have them combined so they look like: 1-2 I am trying to do this because these will be placed in the first column which is what is pulled in for alarming. And I want my alarming to be on 1-2 instead of just 1. Because the first value stands for a shelf and the second stands for a module. I will have so many modules per a shelf, like: 1-1 1-2 1-3 1-4 2-1 2-2 2-3 2-4 -Josh |