Hello,
I would like to alarm when a certain build version is lower than the current approved build version for software on a card. For example, 9.42.2.198127 is approved and anything less will need to be upgraded to the new version and anything higher should not be allowed which will need to be reverted back.
I have tried using wildcards such as 9.42.2.* being NORMAL and 9.42.3.* being CRIT HI, but that doesn't work.
Any ideas on how to get this to work?
Thanks,
Kevin
Hi Kevin,
Can you try something like this?
In other word, you only define critical alarms for the non-approved version.
Let me know if this fix your request.
Thank you for confirming.
The build version parameter is of String type. To set an alarm for a String type parameter, we need to define the possible string values, as string values do not have thresholds. If you can define the possible strings, you can then include them in the multiple alarms.
Hi Jeeva,
I tried that, but unfortunately that did not work. It still shows the build version of 9.41.3.196733 as Normal or Green.
I have the CRIT LO as 9.42.1.* and the CRIT HI as 9.42.3.*.