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,
Another option, which implies updating the connector, is processing the software version and splitting this information in 4 numeric parameters. Following your example, the connector should implement the following parameters:
- Software Major version: 9
- Software Minor version: 42
- Software Revision: 2
- Software Build: 198127
In this way, you can monitor the version as a number.
Hope it helps.