Scripts in Servers Alive
Servers Alive can use a custom script to convert the check result to something that is more understandable for the user.
This document will show you what scripting can do and this based on a example were a you get the temperature back in degrees Celcius while you want to see it in degrees Fahreneit.
Function fnC2FConversion(x)When using SNMP to retrieve the temperature probe value from a Server Tech Sentry PDU, you must first divide the retrieved number by ten in order to get the actual Centigrade temperature. (E.g. If the SNMP get returns 214, then the actual Centigrade temperature is 21.4 degrees)
fnC2FConversion = (((x/10)/5)*9) + 32
End Function
Program Features What's new in v10.x? Download Document Collection Template examples |
Free add-ons License Agreement Prices from 199 EURO Different editions |
Doug Woznicki
Pioneer - Standard Electronics Inc.