Comments
-
Thanks
-
I think pop-up window is possible but need more coding and modify some Solarwinds native aspx pages. If you just want add comment on nodes which are not UP, you can use "acknowledge alert" method. Please see my post https://thwack.solarwinds.com/docs/DOC-176727
-
If you just want to add an additional column for your custom property (the comment) , you need modify search result page C:\inetpub\SolarWinds\Orion\NetPerfMon\Resources\NodeSearchResults.aspx, add your column
-
Hi, I believe it is possible. Select the nodes and put the nodeID in an array, repeat the unmanage/remanage function.
-
No alert is set-up in my environment. Just run as a weekly schedule task. You can set up some alerts if you have not many volumes monitored (or limited to certain nodes/volumes) otherwise run the report/alert against the whole monitored volumes frequently will cause some performance impact on database server.
-
If you choose longer time range, The Query will search large amount data from tables, it will take long time to load results and slow down the polling engine. The latest NPM already has build in Volume, CPU & Memory capacity reporting functions.
-
Thanks
-
I noticed after upgrade to NPM 11, the Acknowledge Link is not work properly. I have updated the SWQL and attached the new files.
-
This may help: http://thwack.solarwinds.com/docs/DOC-171611
-
I have the same issue after upgrade to NPM 11.5.1. After repair, if restart the services or reboot the server, the issue is back. Permission been taken away from folders: \windows\temp\vmware-xxxxxxxxx \windows\temp\hsperfdata_xxxxxxx The issue cause w2wp.exe memory leak, using 3GB> RAM Any idea why? and fix? Some other…
-
One possible answer is using MS SQL reporting service. You can install MSSQL Reporting Service on your Orion DB server. Using MS Report Builder to created the reports from DB directly. Schedule (subscribe) the reports on DB server to email you the report in Excel format. MSSQL reports are more rich than Solarwinds reports,…
-
-
Here is what I did, hope giving you some help. In a summary view page add a resource, in this example - Interfaces with High Percent Usage For this resource, the resource file is located at C:\inetpub\SolarWinds\Orion\Interfaces\Resources\Summary\HighPercentUtil.ascx Backup this file then edit the file: Below is the code:…
-
If using Report Writer, create a few dummy columns and then add links to "Web URL" for the columns. Edit Node: /Orion/Nodes/NodeProperties.aspx?Nodes={NodeID} List Resources: /Orion/Nodes/ListResources.aspx?Nodes={NodeID} Pollers: /Orion/NPM/NodeCustomPollers.aspx?Nodes={NodeID}
-
Try this custom SQL report: ======================================= SELECT Nodes.NodeID AS NodeID, StatusLED AS Status_Icon, Status AS Status, Nodes.Caption AS NodeName, Nodes.VendorIcon AS Vendor_Icon, Nodes.IP_Address AS IP_Address, AlertStatus.TriggerTimeStamp AS "TIME OF ALERT", AlertStatus.Acknowledged AS "Ack",…
-
Hi Has anyone found the cause of the issue? I tried several methods mentioned above (except reinstall MSMQ / Solarwinds ) but still not fix the problem. I am monitoring the MSMQ folder "C:\Windows\System32\msmq\storage\" now, if the folders size > 250MB I will receive an alert email. I had to manually restart the MSMQ…
-
Have the similar issue since upgrade to NPM 10.7. Every few days, on main poller the folder C:\Windows\System32\msmq\storage grows to few GB, disk is filled up. SW polling jobs stops. I have to restart the MSMQ service to free the space. Checked the server Event Log, found: EVENT 2182: Storage quota exceeded for MSMQ queue…
-
尝试安装 NPM11.5.2,最新版本 (try install NPM 11.5.2, latest version)
-
Hi, You could achieve this by using MS SQL reporting service • Enable MS SQL reporting service on Solarwinds DB server. • Using MS Report Builder to build a report to display an interface AvgBPS An sample Three Queries: * TbNodeList SELECT Nodes.NodeID AS NodeID, Nodes.Caption AS NodeName FROM Nodes Order by NodeName *…
-
please see my post, it maybe helpful ADD “SEARCH FOR NODES" ELEMENT IN EVERY SOLARWINDS WEBPAGES HEADER WITH ‘HIT’ ENTER ENABLED http://thwack.solarwinds.com/docs/DOC-171082
-
Another VMware Datastore Report http://thwack.solarwinds.com/docs/DOC-171611
-
One possible way is using MS SQL reporting service. You can install MSSQL Reporting Service on your Orion DB server. Using MS Report Builder to created the reports from DB directly. Schedule (subscribe) the reports on DB server to either email to customer directly OR save the reports on (a) shared folder(s) in your public…
-
Thanks klinejw, bluefunelemental, and bluefunelemental. I have more confidence now.
-
If you set the polling time for each node same as your requirement, this should help?
-
I created a Solarwinds Disk Usage Report using MS SQL reporting service. The SQL query should work for Sloariwnds Report Writer too. The report will collect fixed disk usage (%) information for all nodes from 4 different days (yesterday(day1) and 2, 7 and 31 days ago). Then calculate the daily(day2-day1),…
-
You can use Report Writer to build your own report. You need group the results by node custom property - "department" and node name(IP) to achieve your requirement.
-
I have upgraded NPM to 11.5.2 and SAM to 6.2.1. Seems OK now
-
Any update? Have same issue since upgrade to NPM 11.5.1 and SAM 6.2.0, not fix yet. Maybe memory leak. Every 12hours, w3wp.exe use 1.5GB+ RAM. At the moment I have a workaround in place: an alert been set-up for process w3wp.exe. If the RAM usage is more than 1.5GB, a VBScript will run to restart IIS Solarwinds AppPool and…