quote:Originally posted by dsullingerAnyway to setup this script to search for specific interface speeds? I would like to see all interface circuits that are 56 Kbps, or all 1.544 Mbps.
Since upgrading to v8.5.1 sp3 my search button now doesn't work. Looked for all the files to make sure everything is still there and all would appear ok. Any suggestions?
Anyone able to assist. When I use the search tool posted above the page refreshes but I don't see any results or an error either.
Thanks
Bit of an update. I have now found that the search box works if you detach it from the main view, but if you search whilst its docked in the main summary view it fails to return results.
Really would appreciate some or a steer on this, thanks
Mark
I believe the SW developers have included this code into the OOB search resource already.Just add that view to your page and you should be good to go.Here's a snippet from the V8.1 code here: C:\Inetpub\Solarwinds\NetPerfMon\Resources\9-1-Miscellaneous\99-SearchInterfaces.Resource(V8.5.1 uses ASPX code for this and includes the wildcards for you)
<!-- Title=Search Interfaces --><!-- Advanced=TRUE --><!-- Level=7 --><!-- UpgradePath=/Orion/NetPerfMon/Resources/Misc/SearchInterfaces.ascx --><!--#include Virtual=/NetPerfMon/scripts/Resource.asp --><!--Thanks to Ian Underwood --><!--www2.solarwinds.net/.../topic.asp<% Title="Search for Interfaces" HelpPage="SearchInterfaces" Dim Field Dim AnyInterface DoResourceHeader NetPerfMon.InsertGroupingJava Set AnyInterface = NetPerfMon.GetNetObject(NetPerfMon.GetRandomNetObject("I"))%>