Comments
-
Hello Ismo, Do you have admin access to NPM? It sounds like the "manage groups" restriction is applied to your account Tony Johnson Loop1 Systems http://www.loop1systems.com
-
Hello, The procedure is broken into 2 steps. You can manage the IIS site binding and This article describes how to add and assign website certificate for Orion
-
To quote cahunt from Alert Templates.zip You can add variables with the 'Insert Variable' button. Then cut and paste them where you need in the HTML Code. Or Build the code around your text that is already there. A lot of folks use a table so you can set the cell colors and spacing as desired…
-
Hi Praveen NPM comes with many pre-configured alerts for network devices such as node down, high packet loss, hardware health, high interface utilization, F5 LTM goes down, F5 Pool has less than 30% active of active servers Alerts can be configured to your specif needs or new alerts created Thanks, Tony
-
Have you seen this? All nodes report with each nodes thresholds It looks like a solid starting point.
-
Hi Mat, That sure would be a great report! Have you made any progress on this effort? Are you open to this being broken out into separate reports sections?
-
Hello, While not specific to alert trigger actions I hope these may help Passing ${CREDENTIAL} in a PowerShell without using -Credential , How to use WMI credentials stored in Orion with Powershell?
-
If you have followed the steps correctly, when editing the trigger condition you can modify the Scope of the alert to limit which object can trigger the alert. In this example I have create a custom property called IncludeInAlerts. " In the Value field, select Yes to Include or No to Exclude the devices in the Custom…
-
Hi Simon, Have you checked the tech permissions are not locked to a specific location? -Tony
-
Hello John, What region are you based in?
-
NPM can monitor the availability of the host e.g solarwinds.com. NPM can also monitor the NetPath to a specific TCP port on that host. SAM is required if you need to monitor the response from a URL such as https://www.solarwinds.com/network-performance-monitor such as HTTP 200 OK, and look for the presence or absence of a…
-
Hello, I'm not sure what exactly you mean. Are you trying to filter a specific resource?
-
Hi Max348 This can be achieved by using custom properties at the node level. This same feature can be used to create a dynamic query for the group membership. 1. Go to settings -> Manage Custom Properties. 2. Create a node based Custom Property called something like server_group 3. Assign a value to each node such as…
-
There may not be a single query used to populate this table. As a start, the following may have what you need. SELECT TOP 1000 ApplicationTemplateID, Name, IsMockTemplate, Created, LastModified, ViewID, HasImportedView, ViewXml, CustomApplicationType, UniqueId FROM Orion.APM.ApplicationTemplate
-
Hi Abdul, I dont think this is possible as there will be no HTTP response from the server until the request is authenticated. The TCP port monitor may be more suitable here, or a custom power shell script to check for a specific error code.
-
Hello, The benefits of NAM licensing allow you to scale the platform to the individual modules ability, for example NPM can scale to 400000 elements, in which case we consider this an xLarge deployment, or you could be monitoring 4000 elements across your NAM 1000/2000 deployment in which case it is Medium to Large. The…
-
Hello, The OOTB "Hardware component is in a warning or critical state" alert will not trigger based on CPU utilization. What do you see in the "Active Alerts on This Node" resource when you you browse to the node details?
-
A custom SQL alert based on the CustomNodePoller data could do this. I have no custom pollers to test this with at the moment, let me know if his works out WHERE CustomPollerAssignmentView.CurrentValue < ( SELECT CustomPollerAssignmentView.CurrentValue FROM CustomPollerAssignmentView WHERE…
-
Hello James, Orion can alert on on almost any condition we can poll, the 1st thing we must do is establish where to get the data required for example: The status of VPN tunnels can be polled using the Universal Device Poller, the HA Heartbeat failure alert would required a SYSLOG message from the device. To Get started i…
-
Hello, While possible, modifying the configuration of IIS could result in unexpected behavior or create potential security vulnerabilities. Could you share what you have done so far to see if there is alternative solution?
-
As there is no Native RSS Feed monitor as part or Orion or its modules, the only way I can see to accomplish this is to create a custom application component using Server & Application Monitor. Some good resources to help understand more. PowerShell scripting in SAM custom templates Create a Windows PowerShell Script…
-
Hello leratob, This error indicates the database for the patch manager application is full, either because an auto growth limit has been reached or the volume is full. The database name is "Eminentware" . Do you know where you created the database? You will need to use SQL management studio to add space for the database by…
-
Hello, Is the polling method for the windows Node set to SNMP? NPM cannot poll windows interfaces via WMI.
-
On which type of view are you adding the custom HTML resource? If I remember correctly you should not need l tags such as <html><head><body> as these will have been declared in the view although this is unlikely to be the problem. Does the browser console show any errors?
-
Hello, Can you provide any examples of the queries you are using? Do these queries return the expected results when using SWQL studio? If you are interested in looking at logs, details on log locations and how to adjust logging levels can be found here Success Center
-
Hello samundson07, This query will show you all the nodes and interfaces SELECT dbo.Nodes.Caption, dbo.nodes.EngineID,Nodes.IP_Address,dbo.Nodes.UnManaged AS 'Node Unmanaged', dbo.Interfaces.InterfaceName, dbo.Interfaces.interfaceid, dbo.Interfaces.UnManaged as 'Interface Unmanaged' FROM dbo.Nodes INNER JOIN dbo.Interfaces…
-
Both Options are viable however I would recommend building a HA instance on each side. Ultimately however there may be other considerations such as the available database infra, upgrading existing licensing or adding new HA licenses cost which you have mentioned which lead you to choosing option 1. When adding High…
-
Hello you could try change the default automatic heat map generation time to different hour. You can find it in web console on settings page under "Threshold & Polling" -> Polling Settings and in that page should be section for Wireless HeatMap with the setting "Map Generation Start Time". Thanks, Tony
-
Hello, What is the context for using this script? Orion provides a HTTP Get/Post alert trigger action to cover basic use cases. Send a GET or POST request through HTTP or HTTPS in the Orion Platform
-
Good news! Today's release of Orion Platform 2019.4 Hotfix 2 includes a change to how we handle the import of reports. You should notice a significant improvement with this update.