Comments
-
There are no templates I'm aware of that will provide this information in SAM 6.0. You can however create a report that contains this information using AppInsight for Exchange in SAM 6.1.
-
Good stuff . Thanks for sharing. Have you considered posting this as an application template example in the SAM Content Sharing Zone?
-
From your screenshot it looks like your problem appears to be that you're using a Windows Performance Counter monitor, when you should be using the Windows Process Monitor. You may find using the Component Monitor Wizard or Real-Time Process Explorer easier for identifying and adding the appropriate processes to the…
-
Have you considered using the Advanced Alert Manager to write this value out to Orion Events and then use the Last XX Events Resource?
-
http://www.solarwinds.com/documentation/en/flarehelp/SAM/default.htm#samagorionagentreqs.htm Agent Open Port Requirements: * 17778 (Active mode): In Active mode, no ports need to be open on the host where the agent is installed. However, TCP port 17778 must be open on the Orion server or the additional poller with which…
-
Are you simply trying to include this information as part of your alert notification, or are you trying to utilize this information as criteria for triggering the alert?
-
The script calls the Mongo shell for its metric. Have you tried wrapping the path and command line argument for the port in quotes in the command line field? E.G. "/mongodb/bin/mongo --port 27017" test
-
Provided the file has a consistent name you could use the file existence component monitor and schedule this application to only be managed during a specified time using the Unmanage Scheduling Utility.
-
The website or web application you are monitoring has at the very least, backwards compatibility enabled for older versions of TLS and/or SSL. You could force the web site/application to use TLS 1.2 exclusively but then SAM would not be able to monitor it, as it does not as of yet support TLS 1.2. This is addressed in SAM…
-
Muting suppresses any future alerts, but it does not stop already active alerts which are configured with repeating or escalating actions. E.G. continue to send email every 15min until the alert is no longer active. To stop those, you would need to acknowledge the alert.
-
This will likely require assistance from some of our community script gurus. It might be helpful to include some background information such as, are these files on the local APM server or are they on a remote server? If this is a remote server, is it running Windows or Linux/Unix. This should help narrow down the script…
-
Is it at all possible that you're not monitoring the volumes on the server where the databases are located?
-
Since down components aren't displayed in TopXX resources the simplest option would be to create a custom report that shows you the information you're looking for, then embedding that report as a resource in the Orion web interface. Below is an example of that. I've also attached an example of this report.
-
What additional information would you like included as part of the alert? Have you tried adding your own macros to include the additional information you're looking for or are you simply using the default out-of-the-box alerts "AppInsight for Exchange: Alert me when mailbox database file is low on space"?
-
The issue is likely the MySQL ODBC driver referenced in the template does not match the driver installed, or you installed a 64bit driver, and are referencing a 32bit driver. These are both common problems. I suggest reading the thread below for more details.
-
Have you looked at our Dynamics CRM 2011 template yet? You may be able to make some simple modifications to this template to monitor your older Dynamics CRM v4.0 installation.
-
The following blog post should get you pointed in the right direction. * Product Blog: Server & Application Monitor ... | thwack
-
This information is contained within the Audit log that can be found in the Message Center.
-
I believe this is how the "Found String in # Position" component monitor works today. Found String in # Position This monitor shows the number position of the string found from the end that matches the search criteria, as well as the string itself. By default, this counter also shows the last string.
-
APM templates are designed to be centrally managed to avoid the issues you describe above. A properly written script body should have variables or switches that can be defined as the template is applied to a node. This is the only area that should be unique if you're trying to monitor different properties on a given…
-
I believe what you're looking for is the following Application Template. * Terminal Services Licensing
-
I would recommend restarting the Remote Registry Service on the server being monitored and rebuilding the performance counters by running "lodcrt /r" from the command line of that machine. That usually resolves the issue.
-
Is this an HP or IBM server? Can you post a screenshot of what you're seeing in SAM, as well as a screenshot of what this looks like in the native vendors management tools? Ideally an SNMP MIB walk using this tool would also be helpful. Even though you're not monitoring hardware health via SNMP it's still incredibly…
-
If you are unable to browse for them then I would try using Perfmon.exe from the Orion server to connect to the remote server and determine if they're available at all. If they aren't then likely you need to rebuild your Windows Performance Counters. Alternatively you can try and make these WMI monitors instead to see if…
-
I recommend opening a case with support so we can take a closer look. Please post back with resolution once your case has been closed. Thanks!
-
The majority of SolarWinds users who handle on-call rotation utilize Alert Central (don't worry, it's free). Alternatively some use hosted services like PagerDuty instead.
-
I believe the following PDF is what you're looking for. * http://www.solarwinds.com/documentation/Orion/docs/OrionTTIntegration.pdf
-
The following KB article described the how to create a least privileged SAM Service account for monitoring. Due to the restrictive nature of Windows permissions, there is no built-in user group meets all the requirements. Only the Administrator by default has adequate permissions to perform the necessary functions. You can…
-
Which template(s) are applied to that host? Also, are these template(s) applied to the individual cluster members or the cluster VIP?
-
What is the error that is returned? Does it work when you open the browser on the Orion server and enter http://<ip address>:80 Be sure to enter in the IP address and not the host name or FQDN as that may work differently then the IP address. By default the HTTP Monitor in APM uses the IP address to access the host via…