Hi
We have a request to obtain a in-house custom software version number from a file and update a custom property field on the node within Solarwinds. The first though was to have a script that would pull the value from the file within an application template monitor and then update the custom property. The problem is, I'm not sure how to connect those two parts. I've got alerts that will update custom properties with static values based on certain trigger conditions, but I'm not sure how to set the property value to a variable based on the output of a monitor.
One way I could think of would be to obtain the value, and then update the custom property directly in the SQL database - all within the same script within the same application monitor. However, is there an easier way that I'm missing? Also, if I were to go about updating the property in SQL directly, is there a single row somewhere that I should update or would there be multiple tables I would need to update?
Cheers in advance for any replies