Comments
-
Hi, I'm not entirely sure i understand what you are trying to achieve but I'm guessing you have multiple devices with 4 UNDPS assigned to each and you want to create a single report with 1 line for each device? A possible solution could be to create a new view within the database, and use SELECT * from your_view_name as…
-
Hi Richard. Can you share some additional info on installed versions and OS Orion is running on? Thanks, Tony
-
There are many ways to monitor performance across the Solarwinds product portfolio, however they all have 1 fundamental requirement in common. There must be a way to get this information without the products. Does the radiology program expose any performance counters? Is there any event logging? Is this a commercial…
-
This ones not so easy - the fullscreen switch is a client side action rather than a query parameter like printable = true, isNOCView and the likes.. the click action of the button calls the troggleFullScreen function of the controller click="controller.toggleFullScreen()" Right now its a stretch beyond what i am familiar…
-
Hello juanel, To monitor RTT for a specific TOS will require the VoIP & Network Quality Module to monitor IPSLA operations. The following guide shows how to enable this. http://www.solarwinds.com/documentation/en/flarehelp/vnqm/content/orionipslamanageradministratorguide-configuringvoipandnetworkqualitymanagersettings.htm…
-
As I understand it, without defining credentials discovery will not attempt a WMI scan as without credentials it is not possible to establish a WMI connection. What specific challenge are you facing which would lead you to needing WMI disabled?
-
Hi Bryan Have you looked into user limitations rather than view limitations? Account Permissions and Limitations in the Orion platform
-
Hello jrchapman, There is no way natively to add additional tabs, you can however remove tabs per user account and created custom menu bars for each users available tabs. Take a look at Settings => Customize Menu Bars Settings => Manage accounts => Edit User => Default Menu Bars and tabs Tony Tony Johnson Loop1 Systems…
-
Hello, When you edit the UNDP, in the advanced options you may see a unit specified It is also possible to transform the poller if the value returned is not in your preferred unit.
-
jrobijns I think you might find this interesting
-
Hey Drew, At the moment with the current version of NPM 10.6 there is no resource to display web based reports. Thanks, Tony Johnson loop1 Systems www.loop1systems.com
-
Without a full understanding of the topology, If there is absolutely no connectivity between the two sites there is no way for the Orion server to communicate to the nodes in the second DC. An option here if there is internet connectivity may be to consider using the agent which can be deployed in agent initiated mode.…
-
Hello, Local Orion accounts are not subject to lockout. Are you using active directory accounts?
-
Hi moshera, Have you made any progress with downloading your configurations? Tony Johnson loop1 Systems www.loop1systems.com
-
Hello Moshera. Yes this is possible using Solarwinds Network Configuration Manager - NCM. What type of network devices are you trying to manage? Tony Johnson Loop1 Systems www.loop1systems.com
-
Hi Chad What file are you using to install the Additional polling engine? Is it the same file used to install the Orion modules? It may be worth taking a look over this guide here Install an additional polling engine, additional Web server, or high availability server
-
The SQL Server user experience monitor does not require an agent installed. When testing the component does it show as UP or provide any related error message?
-
NCMs Compliance Reports feature is the best solution for what you have described. Using this approach allows you to remediate all nodes in violation or just an individual node. Remediation scripts can also be run as part of the job. The process of creating the rules, policies and reports can be found here Ensure compliance…
-
Hello mikkok, I would use SQL for this task, UPDATE NodeData set Caption=DNS where DNS !='' This would update the caption for all nodes to the value in the DNS field where the DNS field has a value To preview the changes you could run select dns,caption from NodesData where DNS !='' Thanks, Tony
-
Hello omprasad, The product upgrade advisor will be able to help you here, tell it about your environment and it will assist you with the upgrade path https://customerportal.solarwinds.com/support/product-upgrade-advisor Without knowing the specifics of your OS and Database version it looks like this UPGRADE PATH Follow…
-
Using the HTTP Post trigger cation allows you to define the body. Within the body you can include variables such as node details, alert details etc. You will need to wrap these variables appropriately such as { "AlertName": "${N=Alerting;M=AlertDescription}", "NodeName" : "${N=SwisEntity;M=Caption}" } If using the API, A…
-
Hello, Custom properties can be defined as mandatory. If I understand your requirement you may need to consider some method of automation similar to what is outlined here TC18: Creating and Updating Orion Custom Properties with PowerShell
-
Hello, Which Solarwinds product are you using? Thanks, Tony
-
Hello emsergio It is possible to change the "Next Ticket" number however the process requires access to the database. This procedure outlines how to delete all tickets and reset ticket numbering. http://knowledgebase.solarwinds.com/kb/questions/4264/How+to+Delete+All+Tickets+from+Database+to+Reset+Ticket+Numbering+to+1…
-
Hello, This may help if you are still looking for a solution viewmigrator.txt
-
Hello, Which license levels do you currently have in production? You can check from Settings - > License Details. Installation details for the polling engines can be found here Install SolarWinds additional polling engines - SolarWinds Worldwide, LLC. Help and Support Polling engines can be installed on their own server or…
-
Hi waizuq, There are a few different ways to accomplish this but lets start with the Web Based reports. A good resource for learning how to build these is here http://www.solarwinds.com/documentation/Orion/docs/WebConsoleReportingGuide.pdf Try the following: From the Orion web console Navigate to Settings -> Manage…
-
Hello, Have you looked at the "Response Time - Last Month" in Orion? This has both metrics you need and can be filtered to limit the number of rows You can also add % Packet Loss to the The Layout and aggregate using Sum, Count,Min, Max, Average, Count Distinct
-
Hi fcmark, Using the SQL trigger condition for an alert you can add this to the select statement for the node adjusting the bandwidth utilization and response time as required. WHERE nodeid not in (SELECT DISTINCT(dbo.Nodes.NodeID) FROM dbo.Nodes INNER JOIN dbo.Interfaces ON dbo.Nodes.NodeID = dbo.Interfaces.NodeID WHERE…
-
Hi Thomas, Processor Queue Length is not collected by default on any windows servers. It is included as part of APPInsight for AD and the component is using a Performance Counter Monitor as referenced in the details of the component Observing Processor Queue Length | Microsoft Docs It is possible to create a custom…