Comments
-
You should, but also note that it can take as long as 24 hours before this information is updated in the web console. Certificate Expiration is not polled every 5min, but rather once a day.
-
No template is required. You simply need to install the Dell OpenManage agent software onto the server, since Windows does not have this information to expose it via SNMP or any other method without this software installed. Also, for Dell servers, Dell does not expose disk/storage subsystem information via WMI so the node…
-
The easiest way to do this would be to add the interfaces themselves to the group. Then the group would reflect the status of the interfaces contained in the group using either worst of mixed status.
-
Each HA license provides redundancy for an individual main or additional polling engine. There is no need to purchase more APE license for redundancy.
-
is correct. The node must be managed via WMI for you to monitor Windows Volume Mount Points. Assuming you have SAM 5.5 or greater, you are also able to monitor network interfaces on the server via WMI. This means the only thing you can't do with a node managed via WMI is use NPM's Universal Device Pollers, or SNMP monitors…
-
@"jmpata" wrote:Do we have to buy NAM to use Orion Remote Collector to monitor network/cpu/mem performance of nodes? Yes, NAM would be required to use the ORC to monitor network devices,
-
The only way to accomplish something to that level would be via a script monitor where you have total control over the status returned by the script. The following are examples for Windows and Linux. * Linux/Unix Process Monitor SSH (Specific Process) * Powershell Monitor - Check for Multiple Instances of a Windows…
-
Is this error you're seeing returned from Google Chrome? Have you tried a different browser such as Firefox or IE? If so do you still receive the same error?
-
The message must be received from the Exchange server, not a Gmail account to use the Exchange Web Services User Experience Monitor. Because Gmail is not an Exchange server this will not work as configured. You can flip this around and send mail via SMTP through Google's SMTP server to your Exchange account, but not the…
-
Please note that output of Jiri's script is not in proper APM format. It will return the path and file names of those files that are zero bytes in size, but APM requires a numerical statistic and an optional message string to be returned by the script. So as it is written currently it may satisfy your requirements when run…
-
What "WIC Component" are you referring to? Also can you provide a screenshot of any errors you are seeing?
-
High Availability does not support making the Fastbit database server redundant. You will either need to upgrade to a later version of NTA where the flow storage is in MSSQL, or create a Windows Failover Cluster to make the Fastbit database server redundant.
-
There is not Agent specific method selection within the UI. You will use the Process Monitor - WMI when using the agent. The Agent does not do any SNMP data collection at this time.
-
True, however not all users require SMTP authentication. In those scenarios it would work properly. Others still have the flexibility to control the credentials being used at either end to mirror the other. Some allow mail anonymous relaying through their SMTP server just for their Orion server. I've even seen one customer…
-
* Did you define the user account to run the alert under? * Does the PowerShell script attempt to access a remote host or network resource (E.G. not on the Orions server itself)?* If so, does the user account specified have permissions to login to the Orion server? * Does it have permission to access the remote host? * Has…
-
Please open a case with support. We have a hotfix available for anyone experiencing troubles with AppInsight for Exchange after applying Cumulative Update 11 to their Exchange 2013 environment.
-
SAM only checks table fragmentation a few times a day, so it may be that you resolved the issue but SAM hasn't yet checked those tables again to update their status.
-
@"Deepthi" wrote:Hi, I'm using Linux agent to monitor one of the Linux servers using NPM. However, the / file system is not getting monitored. The data is not collected for / and when I do "list resources", I could see that the "/" is not selected. If I try to select and submit and then again do "list resources" I could…
-
Debug logging should be enabled on the application that you're experiencing issues with. This can be enabled within the application editor as seen below. Debug logs will be found under "C:\ProgramData\Solarwinds\Logs\APM". I would however recommend seeing if this issue is limited only to the Windows Event Log Monitor, of…
-
If you're running Orion Platform 2018.2, then simply create your PerfStack, save it and give it a name. Then go to your dashboard and add it to a view by searching for the name you gave your saved PerfStack project. Detailed instructions are available here >…
-
That should not be the case since SSL negotiation occurs prior to authentication. I test this myself without issue. As you can see below my certificate expires in 8930 days for a site that requires Basic or NTLM authentication.
-
The way I would write the alert is pictured below. Try making this change and see if it resolves the issue. If it does not I recommend opening a case with support so we can troubleshoot this further.
-
This could be an issue specific to the application being monitored on that node, as in the case of the following Microsoft KB article. * FIX: The Remote Registry service crashes when an application tries to retrieve Performance Counter data from another com…
-
Beyond the basic Exchange 2000 and 2003 Template do you have any other application templates applied to this node? Are you seeing this on any of your other APM monitored nodes?
-
Groups don't support node child status. You would need to also add the applications into the group if you wanted the group status to reflect not only the status of the servers, but the status of the applications running on those servers.
-
Upgrading to SAM 6.2.2 and applying Orion Core Hotfix 5 from the customer portal should resolve the issue.
-
Good feedback. This is currently on our road map.
-
You may want to copy/duplicate the 'Job Status' component and enable the 'Count Statistic as Difference' option on one instance of FAILED, then remove the threshold from the other 'FAILED' instance of the component. This should get you want you're looking for.
-
The following TechNet blog posting discusses the usage of ServerCertificateValidationCallback in more detail, as well as provides examples. Hopefully this will get you pointed in the right direction. If you need further assistance I suggest posting to the Script Lab * Windows PowerShell, Invalid Certificates, and Automated…
-
Sadly, I am using a regular "Application" alert instead of an "Application Component" alert to notify me when an application goes down. I am doing this so that I could see what components are having trouble without being bombarded with emails every time an application has trouble. Understood. I've logged this a feature…