Comments
-
@"aLTeReGo" When I am using the ${USER} and ${PASSWORD} variables in a PowerShell script monitor the ${USER} returnds the value, but the ${PASSWORD} variable does not. Is there something I am missing for this? To validate, I am running this basic test. The user name is returned, but the password is blank. Write-Host "User…
-
@"aLTeReGo" Thanks for the help. It pointed me in the right direction. I didn't have very many values in the Orion.APM.ComponentDefinitionSetting table. I had to pull the URL details from the Orion.APM.ComponentTemplateSetting table.
-
Alex, I am trying to add this also, but do not see the "Number of Sessions" as an option to add to this. Can you detail how you added this?
-
I agree with you. That is the response I got as well. There is a bigger issue since they made a change to the way the API authenticates. Keep pushing back and ask to escalate your ticket so they will deploy a fix. My ticket has been open since September. You will have to do more trouble shooting on your end to prove it to…
-
Dan, Thanks for all of the information. Answers to your questions: * The clients and Orion server are on the same domain * SSO works perfectly to the Orion UI with the same IDs we are trying in SWQL studio and PowerShell. * Multifactor authentication is not turned on. The provided PowerShell script returns "True" with the…
-
Deleting and re-adding the groups did not help.
-
Is it possible to edit the default setting?
-
It looks like the volume thresholds are only percentage based. This does not always work for larger drives. Can you add the option to do either percentage, size, or a combination of both? (ie: if greater that 80% AND less than 1 GB free)
-
Ability to edit the URL in the recorder. (I know the XML can be edited, but when you upload it again it thinks it is a new script and history is lost.) Ability to use variables in the script to make the script more dynamic. (ie: current date / time stamp, or date / time stamp plus / minus X amount of minutes, or read in a…
-
Is there any update on how to monitor tasks in sub folders?
-
It was an IIS configuration issue. I had the DNS name setup and the certificate updated in IIS, but I forgot about the IIS bindings. I just realized this morning I have to add an IIS binding for every name that I want to work for the site. I added the load balance / DNS name into the IIS bindings and all is good.