Anyone ever done something like this?
Lets say I want to graph the number of connections on a LNS machine over time. I have a script that will SSH into the software, execute the command and parse the results to get the total number of connected sessions. This is cron'd every 10 minutes. This is currently graphed using Cricket, as the cron job writes connections to a .csv file, and the cricket poller yanks those stats every 10 minutes from the .csv and graphs the usage.
Unfortunately this info is NOT available via SNMP. I'm currently gathering BW details, and response time for this node with Solarwinds.
Would there be a feasable way to include this information somehow when viewing the Node Details of that particular node? I assume to get this to work I would likely need to modify the script to store the results directly into the NetPerfMon database? I've also done some searches in the forums and am coming up blank. This seems like it might have occured to someone else before....as many interesting variables aren't always available via SNMP, which would be very cool to have integrate into the main webpage.