Comments
-
Try this:
-
If you use “Orion Report Writer” to build your advanced SQL report, you can add three dummy columns in your query, please see the example below. When you create the view page add the report as a resource The downside for this is only text links, no image links. Also if you want the link open in a new tab/window, you need…
-
Hi in my environment the poller and the DB server are on same switch, should not have network latency issues
-
Please see my other post, should help: Solarwinds single disk (volume) space usage with trend report using SQL reporting service http://thwack.solarwinds.com/docs/DOC-171060
-
You can set "Page Refresh" in "Web Console Settings", so near real-time data dispalyed. I believe the default view is same. You may not fit all info in one screen if you have hundereds nodes. The view should only show the down nodes/interfaces.
-
Seems still has the same issue with the latest versions NPM 12.1 and SAM 6.4. I have a view page with 2 report writer reports. Both reports are SQL reports, almost identical. The second report is added "WHERE" clause at the end query. The view page displays both reports with an admin account. But if log in with a…
-
Thank you very much. It was the old OpenSSL hotfix caused the problem. After I removed it SNMP V3 works OK. I have downloaded the new version and will have a try. Thanks again.
-
Got same issue, workaround worked for me too. Thanks
-
Created another volume usage with trend analysis report using MS SQL reporting service.
-
Thank you Karlo. I believe the Groups cause the performance issue. Please see the attached screenshot. Before I added 34 empty groups there are about 200 groups, members are servers grouped by theirs roles. Most of them are static groups and a few dynamic (less 20) groups. After I added those empty groups, CPU usage…
-
Thanks
-
I upgraded NPM to 11.5.2 and the original code still works for me. Please make sure your Web server IIS supports ASP, not Solarwinds itself.
-
Thanks. My Pleasure
-
I think it is possible but I do not have experience to create customised Solarwinds resource. Solarwinds web pages uses aspx and c#, my page is just a simply ASP page with VBscript. Gob’s post https://thwack.solarwinds.com/docs/DOC-121942 is a very good example to create customised resource. Please have a look. Thanks
-
Codes are attached now. Thanks
-
Another VMware Datastore report http://thwack.solarwinds.com/docs/DOC-171611
-
When you run the report, you can choose the value from drop down list. BTY, Solarwinds now includes capacity reports for Volumes, Memory, CPU. Thanks
-
Hi, It is better to ask DBA to installe it for you if you have a DB team. Or you can re-run MSSQL installation on Solarwinds DB server, and install addtional module - Reportong Service. On you workstation install Report Builder 2.0 ( or other version depend on your SQL version, 2.0 is for SQL 2008).
-
Yes I have the same “issue”. I did try to put the HTML codes in “Subtitle” via web console first, but Solarwinds removes all the HTML tags when you save the resource. (SW must have some rules to check the text field in its codes). I have to modify the DB directly, not best practise but works. So if you need modify the…
-
Great! I like the search function that is I was looking for. Thanks. These is a workaround to add "Add New View" in Subtitle of the Resource rather than in every rows: Click "Custom Views Manager" to open the resource in a new windows and from the browser address bar find Resource ID, in my case 4086 Use "SQL Server…
-
Still works in NPM 12.0.1 and SAM 6.3. Please modify (after running Configuration Wizard) "C:\inetpub\SolarWinds\Orion\Controls\PageHeader.ascx", insert codes after line 69.
-
Please insert codes after line 69 in PageHeader.ascx (NPM 12.0.1)
-
truck0321 Thanks for updating the codes. I will try it when upgrade to NMP12.
-
Personally I still like to keep it. It is a lightweight simple quick search for a node or group of nodes with similar name/IP. GS is more heavy and complicated search tool for ‘everything’ in Solarwinds database. GS more like a reporting tool.
-
Tested, still works in NPM 11.5 with or without Orion Global Search installed.
-
Found an alternative way to add the unmange/remange node link in Search results page using Solarwinds SDK and an ASP .NET page Please see the post for details: Standalone Unmanage / Remange Node ASP .Net Page
-
Yes, I did try and got same result. I will try again if I can find an alternative way. I will update this post if find.
-
A minor update (optional) Instead of just returning node name(s) in the search results, I modified “NodeSearchResults.aspx” to display some useful links in the result page: The Steps: * Create a copy of file “ C:\inetpub\SolarWinds\Orion\NetPerfMon\Resources\NodeSearchResults.aspx” with a new name called…
-
I believe when you backup “PageHeader.ascx” you saved the backup copy in the same folder with its original and with the same extension “.ascx”. When Solarwinds load the webpages, the ASP.net files (.ascx) in folder “C:\inetpub\SolarWinds\Orion\Controls” will be compiled dynamically. In this case both “PageHeader.ascx” and…
-
If you just want add it to certain pages, you do not need my codes, Solarwinds does it for you. In a view page, click “Customize Page”, --> "Add Resource" --> Then choose “Search for Nodes”