Comments
-
Locking this thread as a duplicate of the following post. Issue with HTTPS Monitor
-
The performance counters on your domain controller may need to be rebuilt but to troubleshoot the issue further I recommend opening the Windows Perfmon on the Orion server and connecting to the remote Domain controller. Select the "FileReplicaSet" category and then the "Change Orders Received" counter. You should see an…
-
FYI: NPM 12.5 includes support node thresholds affecting the status of the node, allow you to alert on a node going into a warning or critical state. It also includes support for sustained thresholds, allowing you to alert when a node threshold has been exceeded for more than 'X' consecutive, or 'X' out of 'Y' polls. For…
-
The volume serial number comes from the operating system itself as seen below and is used along with the volume label to uniquely identify the volume. If you don't want the volume label/serial number included in the alert, you can edit the volume caption through the Orion web interface and remove or add any information you…
-
I'm creating a custom application template for our Checkpoint firewall. When I use a component SNMP monitor, I can read numeric values. But how to read the string (text) values? For example I found the OID 1.3.6.1.4.1.2620.1.1.25.1 that provide name of Security policy, in our case "Standard". But when I want show this…
-
I have a case open with SW on this issue, though to be perfectly honest I haven't heard anything back from them. My case# is 2419 if anyone wants to reference it when they call and get the stock answer from 1st level support that they have never heard of this issue before (like I was told). I ran some packet captures and…
-
Provided this was for the entire domain, then this would be something far better suited for a PowerShell or VBScript to query the total number of locked out users in the domain.
-
SysWiz, how many sub-map layers down do you have to drill to see this problem? I only have maps that go two levels and I'm not seeing this problem with Orion 8.1 running FireFox v2.0.0.5. I have all current hotfixes applied. Are you behind a proxy server?
-
If you're in need of a high availability solution for your SQL database server, our recommendation is to use AlwaysOn Availability groups or SQL Clustering. Both are native features available in MSSQL Server
-
Templates are updated on Thwack normally to address issues reported by other customers. If you aren't experiencing any issues with your Application Templates, my recommendation would be to not update your template at all, as the act of doing so will cause you to lose all historical data pertaining to that application for…
-
This may be a question better suited for the Report Lab
-
TCP Port Monitoring is #1 for me. Being able to determine if a HTTP/FTP/SMTP/etc server is up and running via TCP port monitoring would be huge!
-
Recycle is a two step process no different than restart. It begins by stopping the application pool, then starting the application pool. When executed through the Orion web interface on the Orion Application Pool itself, the stop portion completes successfully, but the application pool is no longer available to process the…
-
The script referenced in the TrendMicro Pattern Version thread was written in vbscript, which can only be run locally on the Orion server itself. In order to collect information about registry values on remote Windows hosts the script would need to be written in PowerShell, which includes a remoting and impersonation…
-
In the Orion system manager right click on the node/s that are down for the construction period and select "Node Details". On the "Node Details" page click "UnManage". In the "UnManage" device screen enter the date and time of when you would like this device to become managed again. That should do it.
-
dragoon231 wrote: I believe monitoring with the agent will continue collecting data if the node loses connection with my poller? Yes, that is correct. For up to 24 hours the Agent can be disconnected from the Orion server, running independently, and all polled data will remain cached on the Agent. When connectivity is…
-
Correct. The Network Performance Monitor service is no longer used in 10.2. This was replaced by the Collector service. An updated Orion template will be included with the next release of APM.
-
The Message variable is seen on the "Components" Resource on the "Application Details" view, as well as the "Component Details" resource on the "Component Details" view as pictured below.
-
I am also seeing the same "no data" problem. All works great when using the "test" button in system manager but "no data" is being reporting in the web interface of Orion. I'm also running 8.0.1 and am happy to work with support to troubleshoot the problem further. I can do packet captures if that is helpful etc
-
Are you running curl on Windows? Have you considered using SAM's native SOAP monitor instead?
-
Also, the Administrator's Guide includes the port number in the documentation for each component monitor type. This is an example for the POP3 User Experience Monitor.
-
AppInsight for IIS, which is part of the SAM 6.2 beta, includes native IIS Site and Application Pool monitoring.
-
You will likely need to do an inner join to the nodes table but below is the query that should gather the node status icon SELECT Nodes.StatusLED AS Status_Icon FROM Nodes
-
Work? It's become so commonplace that we recently added our product portfolio to the Azure Marketplace
-
Is this an out of the box application template, or script you created yourself?
-
The problem appears to be with the output format of the statistic. The script monitor isn't expecting spaces or letters in the returned result. What version of Apache are you using and what OS and version is it running on?
-
These templates as configured out of the box will only work with Application Discovery for the SQL default instance name using dynamic or standard SQL ports. If your SQL Instance Name is unique, or you have configured your SQL instance to use a non-standard port these properties will need to be defined within the template.…
-
Probably the simplest and easiest way would have been to copy the original database and either truncate unnecessary tables or delete everything you didn't want carried over. Unfortunately there are no provisions for changing case or pre-populating node names. The easiest way to handle this would be directly though the…
-
It is possible to use a similar method for applications or components. Below is an example for an application: The application has been down for ${SQL:select top 1 datediff(minute,EventTime,getdate()) from Events where NetObjectType = 'AA' and EventType = 505 and Message like '%down%' and NetObjectID = ${ApplicationID}…
-
I believe the following section of the SAM Administrator's Guide is what you are looking for. http://www.solarwinds.com/documentation/en/flarehelp/SAM/default.htm#samadminguide-addinganoracledatabaseservertosam.htm