Comments
-
Hi. Try to run Configuration Wizard, select Website only. After that add my resource, search by word Filtered
-
Federico 55, if you want to filter events by interfaces you should to modify one line. Just read the thrid answer in this topic.
-
If You Recieve a "Syntax error converting from a character string to uniqueidentifier." message please use this query select Nodes.NodeCaption, ConfigArchive.ConfigTitle, ConfigArchive.downloadtime, ConfigArchive.Config from Nodes,ConfigArchive where ConfigArchive.NodeID = '{'+CAST(Nodes.NodeID AS varCHAR(60))+'}'
-
Now on .NET. Tested on NPM v10SP1
-
You can create a Summary page and insert this resources. You can ask me here Then I'll receive the notification.
-
Try this util. http://thwack.solarwinds.com/docs/DOC-66729
-
Hi. Try to run Configuration Wizard, select Website only. After that add my resource, search by word Filtered
-
In many cases our nodes have more than one IP associated with them, however; Orion only seems to be aware of a a single IP per node. I created a new resource that displays messages from all addresses of node. You can try it.
-
Now for 9.5.1
-
I had created a similar feature for v10.0. It's not difficult to rewrite it for v10.1 If you want to use it, you have to do the followings steps. Don't forget to backup modified files. Open C:\Inetpub\SolarWinds\Orion\Admin\Settings.aspxin any text editor Find 'Site Login Text' unit.Add below the following code like on…
-
4. Restore the DB to the SQL 2005 in new Server Try restore the DB with DatabaseManager. Not with SQL Server Management Studio
-
Added custom Title for each Gaude
-
Fixed AutoHide.
-
Hi All. I finally rewrote it on DOTNET, but it's still beta and not all features rewritten. Tested on NPM v10SP1Enjoy.
-
I'm trying to write a monthly availability report that covers the past 12 months worth of data. Try this Where (SysLog.DateTime >dateadd(month,-12,getdate())) You can use an another variables minute,hour,day,week,month,quarter,year
-
You can download what you need here. Discussion about this resource here