Comments
-
Still nothing, I found this feature request for it here, but it doesn't look like it has many upvotes.
-
Can you post some screenshots? * IIS binding config * Orion License Details page (Settings > License details page), specifically looking at the Orion and SAM sections.
-
let's start with testing a non-web based path. Create a path going to an IP or Hostname of a remote router on a port it's probably listening on, like 22. See what we get.
-
If you take that URL, and try and open it in a browser on the Solarwinds server, what happens? (screenshots please)
-
This is what i use to extract creds in SAM I need to get it into a json request at the end so i'm piping to ConvertTo-Json but the concept is the same. And you should be able to use ${credential} or ${creds} as a SAM variable $creds = Get-Credential ${creds} $CredUser=$creds.GetNetworkCredential().UserName…
-
Yeah, the term SSO is a little misleading. Orion (SAM, NPM, WPM) does not support SAML or ADFS. The only thing it supports is AD logon based on what AD domain the Orion server is joined too. You can go to Settings > All Settings > Manage Accounts and click Add and select Windows Account or Windows Group. That's the best it…
-
Yes, your math is correct. the AL300 tier is fairly small when it comes to the component monitors. especially when you're using AppInsight templates. If you did an application discovery then it probably added a bunch of bogus templates. It would make sense to audit what is currently assigned (1st tab of the 3) and remote…
-
This seems like it is a permission issue on your end. I tested that script on my end and it returned just fine. I just replaced the ${Node.Caption} variable it an IP.
-
Looks like there is an extra alert variable in my write up. Drop this variable from the alert action '${N=SwisEntity;M=TotalMemory}' The new path should look like: C:\windows\system32\windowspowershell\v1.0\powershell.exe -ExecutionPolicy unrestricted -command "C:\curl\ps\Slack_Alert_Trigger_Action_Node_Memory.ps1…
-
Change the time period and it should show.
-
I was just using one of the out of the box reports, nothing fancy. This was over a year and a half ago when i was doing my testing. I just had to make sure that if I was running a port for last 30 days of port activity that I had at least 30 days of UDT polling the switch. So if the report changes to 3 month as an example,…
-
Today, HA is only Active/Passive. What are the recovery time objectives (RTO) with the DR plan you're working with? Theoretically, HA should take only a few minutes to fail over, but it only covers the application server, not the back end DB. For the DB side, you'd have to leverage one of Microsoft's HA strategies. There…
-
Yeah, that's weird. When ever I encounter weird issues I usually run the Configuration Wizard (CW) and check Website, Services and Database. That typically cleans up anything that's wrong. If that doesn't fix it I would recommend going to support and see what they say. They are going to want you to run the CW anyways.
-
The interface will not automatically be re-added. You would have to click the 'List Resources' button against that node and check the box next to the interface or schedule a Network Discovery and have interfaces automatically added back in.
-
I don't have CBQOS data in my environment but this link on the demo site shows CBQOS resources that you can drill into. About half way down the page. http://oriondemo.solarwinds.com/Orion/TrafficAnalysis/NetflowInterfaceDetails.aspx?NetObject=NI:2220
-
The database manager shouldn't cause any issues. It's view only until you click the edit table button.
-
Honestly, i would try and update SAM to version 6.2.4 and see if anything changes. I'm all for making sure i'm on the latest version if i'm seeing weird anomalies.
-
That is correct. ClearOS/VM is just CentOS under the hood with an nice webUI for administration. You'd want to use the Linux Agent to monitor it. However, certain specifics of that ClearOS may or may not be readily available via SNMP out of the box. e.g. If you're using it for DNS, it should be be leverage BIND under the…
-
Not that I know of, i just include the transmit and receive percent variables as well as the actual transmit/receive counters in the alert. That's usually been enough info for me.
-
The agent for Linux is currently only for monitoring performance data of that node. The agent does not support a NetPath probe, that is a current feature request.
-
Glad it is working again, walking away slowly....lol
-
Seems like you're on the right track. Not sure why it wouldn't let you write-host $raw. Are you building this in powershell ISE? That is typically where I build my scripts out. Once the script is 100% work is when i transfer it SAM. Maybe try in just a powershell window: Get-CacheClusterHealth | Out-File results.txt Post…
-
Since you're using the 64-bit driver we need to update another setting in the SAM template. Switch the platform from x86 to x64 and test again.
-
To my knowledge you can't alert off of an average if you aren't already polling the average value to begin with. You can take the current rate value and change it's thresholds to alert on baseline data, that might be the easiest way to do it.
-
I'll have to test the ${notes} variable as that could be useful. For the script that you are running i had issues similar to what you are describing. I had to change 3 solarwinds services to not run as Local System but as an AD account with local admin rights (local windows account works too). Here is how i have one of my…
-
I haven't done any research but I would imagine that there is a putty alternative out there that would let you save some type of SSH profile and simply reference that via command line. I'd guess that it would be a paid application of some sort. If you find anything I actually would be really interested to know.
-
+1 to what conguir said. Using a dynamic query builder and custom properties would be a far easier way to go. There are some scripts on Thwack already that outline how to modify CP's via the Orion API PowerShell script to modify a NODE Custom Property via Rest API/JSON PowerShell script to modify an APPLICATION Custom…
-
yeah, that's not possible.
-
When you edit the Orion account or group there is a setting near the bottom that controls the SSH button.That should do the trick for you.
-
interesting. I did some more looking and saw that the Asset Inventory part of SAM does have a Windows Update piece. I wasn't able to find a way to disable that, but that is the only thing that some to my mind that would point the finger to SAM. At this point i'd recommend opening up a ticket to support to have a look at.…