From: Buchan M. <bg...@st...> - 2008-05-28 14:52:36
|
On Fri, 2008-05-23 at 19:31 -0400, Joshua Krause wrote: > I have a question with alarming. Does the alarming at the top of each > page seems to use the first column in the table. Well I have some DC > Power Plants that I monitor the rectifiers and they have certain > shelf-modules. > > > > So my page looks like this: > > > > Alarming on (1,1,1,1) > > Shelf-Rectifier > > > Current > > > Capacity > > > Operational State > > > 1-1 > > > 14.21A > > > 50.00A > > > greenNormal > > > 1-2 > > > 14.00A > > > 50.00A > > > greenNormal > > > 1-3 > > > 14.21A > > > 50.00A > > > greenNormal > > > 1-4 > > > 14.42A > > > 50.00A > > > greenNormal > > > > > > > > Well as you can see I was wanting it to say “Alarming on > (1-1,1-2,1-3,1-4)”. Here is what my message file looks like: > > > > TABLE: > > <center> > > Shelf-Rectifier|Current|Capacity|Operational State > > {sysShelf}-{sysModule}|{sysCurrentAmp}A|{sysCapacityAmp}A|{sysOpState.color} {sysOpState} > > </center> > > > > My guess is that the alarms is polling in the first OID variable. Can > I combine it in the transforms file somehow and then use that variable > in the message file? If there were a concatenation or similar operation for transforms, yes, that should work. I have also wanted this, so we need to add it to the list of feature requests (and maybe it's time to start using the tracker features on SF for things like this). > I am trying to get this fixed so that when I start graphing the items > are named properly. Indeed. Regards, Buchan |