I have a powershell sesnsor that compares the software version running on a server and compares it to the current production code version. If the server is at the correct code level, I return a value of 100 and the sensor is green! If it is not running the correct level of code I return an error code and the sensor enters an error state and goes red. I display these sensors on a status map of our prodcution servers. That works great.
I have been asked to show what code level the servers are running on the map. I have been able to put the code level in the message field of the sensor, but I can't seem to display that on the map. Is there a way to have a sensor return this non-integer value and display it on a map?
Thanks, Drew
Add comment