This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Transform Results question

I'm trying to poll an OID on 2 routers, filter only rows containing a specific content (ip address), and count all matching rows -- producing a number.  It seems that Transform Results should be the place to that but I'm admittedly a noob.  I don't see any CountRow or even if/then/else functionality.  Is there a better way to do this and if so what would that be?

I can do this with an snmpwalk against the OID, piped to grep for the ip address, piped to wc.  This could be done in a few line shell script, so it must be able to be done here.  If not, can I write a web service which does the snmpwalk on the backend and just hit that from solarwinds?

thanks,

will