Comments
-
I'm seeing a template out there already for Call Manager 10.x.
-
When you add an external node it will do a check against the hostname/IP. Make sure that you are only putting the domain name of the website and not the full URL when adding the node. Once that is added, then you can assign the SAM template to it. If it still fails can you browse to it from IE on the Solarwinds server?
-
Just out of curiosity, since this recently happened to me. Did the alert action get disabled? Check in the Action Manager tab and check to see if it's enabled. Also, just to keep it simple right now, the alert itself if still enabled, right?
-
You can deploy Windows/Linux agents with the Server & Application Monitor to pull back data. The Database Performance Analyzer has native integration with query analysis with Azure SQL. The Network Performance Monitor has NetPath which is a useful feature for cloud deployments. The Web Performance Monitor (formerly…
-
Might needs a little more info but it sounds like you want to trigger an alert to your MIR3 paging system? The alert action that you'll need to use is either 'Send a GET or POST Request to a web server' or 'Execute an external program.' On the first option, since it's a SOAP request, it'll most likely require a POST to the…
-
Do you know if that site only supports TLS 1.2? There was a bug in SAM where it had issues in that regard. Upgrading to the latest version fixed it. What version are you on now?
-
We're going to need a lot more information. Can you provide any screenshot of what you're seeing?
-
I've run across this before. Here are some steps that you can try but they aren't necessarily supported but have been verified to work. Step #1 – Download the main product installers to each additional polling engine prior to upgrading the main Step #2 – Extract the installers for each product module into their own…
-
First, you need to be on either NPM 12.0.1 or SAM 6.3. I just upgraded my soalrwinds deployment the other day and this is what I had to do. 1. Deploy the agent and make sure it shows connected. 2. Then i had to edit the Node Properties and switch the polling method to agent. 3. Then List Resources on the node and make sure…
-
i've used this powershell script before to unmanage nodes via Orion's APIs. POWERSHELL SCRIPT TO UNMANAGE NODE VIA REST API/JSON
-
This is what i have for my interface utilization alert. I skipped the hard coded interface percentage and added the critical value reached variables. That allows me to set the warning/critical threshold values on a per node basis. Also, one thing that is usually overlooked is the ability to set custom bandwidth per…
-
It mostly comes down to the number of elements that are being monitored. You can have more than 10 APE's as long as your under your element count. One thing to keep in mind is that as you scale out more polling engines it also increases the amount of work to do software upgrades, especially when multiple modules are…
-
This is something that I started doing with my WPM transactions that have shown more stability. I'm pretty sure you'd have to re-create your recording though... This is how i start. * Maximize the WPM Recording window * Start recording * Navigate to about:blank page * Enable XY mode * Click anywhere on the page * Disable…
-
it does not support wildcards, that would be a feature request. It requires the full name to explicitly defined.
-
This is a custom script that I put together some time ago that includes both the domain name and common name of the certificate. Might give you some additional info. SSL Certificate Expiration - SNI capable
-
There were issues with 11.5. Finish upgrading to version 12 and the CPU issues should clear.
-
There is an out of the box alert already created for that. It is called 'High Response Time.' You'll want to duplicate and edit that alert and in the trigger condition section you can modify the threshold to 300 ms.
-
Can you provide more information and some screenshots? That would help better answer your question.
-
their isn't a "format" option that gives a friendly time output. The best you can do is the route you've already gone, divide by 60 to get minutes.
-
I would look to see if you can generate a SNMP trap from the device if it does that. Then create an alert based on that. If that isn't an option you'd have to see if there was a SNMP OID that could be polled to watch for that.
-
So i was actually working with a co-worker yesterday and had a similar need. We had to reset the LEM agent certs across all hosts. I updated the scripted that we created to include the ability to change the LEM IP Address or Hostname. The cert reset part is disabled in the script. to test it out, comment out line 5 and add…
-
I don't know if that is feasible in the fashion you mentioned. If i have to unmanage nodes in bulk i usually use the Orion API. Here is a samle script that I posted. You could test that to see if that gets around the web console permissions. POWERSHELL SCRIPT TO UNMANAGE NODE VIA REST API/JSON
-
Using the Agent vs. using WMI isn't' any different. It all boils down to permissions. In the AppInsight for SQL template you can define what credentials you use. In the article that you linked you would want to make sure that the credentials have accesss to: The minimum SQL permissions required to use AppInsight for SQL…
-
You can accomplish this but it requires writing your own script to do so. You're in that you'd use the 'execute an external program.' You'd also want to make sure the alert condition is refined enough to only trigger the script when required. Here are some examples of script execution that I've posted. PSEXEC to start…
-
These are 2 Powershell scripts that I have used to update Custom Properties via the API. One for the Node and one for an Application PowerShell script to modify a NODE Custom Property via Rest API/JSON PowerShell script to modify an APPLICATION Custom Property via Rest API/JSON
-
I've seen something similar happen once before. this article fixed it for me. However, can you post a screenshot of the error? it may or may not be the same. https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Error_generating_graph_Unable_to_access_…
-
Two things come to mind to test. 1) Permissions on the Orion server. I know it might sound weird but i'd place the script outside of the Program Files directory. I have custom scripts in C:\SolarWindsScripts. 2) Are you using SSH to connect to the server or using the Linux Agent? If SSH, can use test Putty on the Orion…
-
Both the WPM player and WPM recorder are only supported on Windows. Installing the Player - SolarWinds Worldwide, LLC. Help and Support
-
The way that I have done this is worked with my development team to allow me to bypass SSO logins with a URL parameter. e.g. https://orion.solarwinds.com/?DisableSSO=true
-
Some additional questions that I have, since I ran into this while setting up Postges. Is MariaDB running on Linux and do you have the agent installed? If so, go back to that SAM template, expand Advanced and switch it from agent to agentless Curious if you can screenshot your ODBC driver connection tab and expand one of…