Comments
-
There is a link to the *node* some lines above... but I agree, a link to the application and component or other elements regarding the event would be very useful
-
when you click on an Event in Perfstack then pop up is displayed with a document icon (together with a + and - magnifier icon). Click on the document icon, then you get details in the Data Explorer on the left side.
-
Hi, we have a problem with SWQL Studio in v2.6.0.227-beta and v2.6.0.238-beta. After connecting to our Orion production instance we get this error message box and the entity tree does not load: "Don't know how to handle element Properties" But the connection was established and queries are working. Only the Object explorer…
-
Not a bad idea, but you can reach your goal (to prevent unneeded alert) by setting a volume custom property to a specific value before you start the automated process (e. g. by powershell). In the alert you can use this property in the trigger conditions to exclude such volumes. When the process finishes the property must…
-
Should be a standard feature in every monitoring tool but Solarwinds ignores this persistently. Whats the problem to add all volumes after installing the agent and adding new volumes automatically? The agent is installed anyway on the node. Discovery Jobs are not working well. Running too long, too many needed (at least…
-
Solarwinds, please work on this request. Very important for us. For us it would be great if group permissons are additive and permissions does not only come from the highest prio group.
-
Hi, I found there are Dispose and Close methods available for the swis connection object. It may help using them: $Swis.Dispose() $Swis.Close() I don't know the the difference between them. In a future script update I will test this, because we had a IIS connections problem as well after running a script in a loop which…
-
Hi Dan, are there any news regarding the permission issue CORE-12986 ? Because the script we are using to set nodes to UNMANAGED can be called from everywhere and everyone, I cannot use password encryption technics because the encryption key then needs to be public also... I have to rollout the script in production all…
-
Hi dan, thank you. Would be very important to fix that, because the password needs to be stored in the script and is quite public then. Node management rights for that user account are pretty critical then.
-
Interesting. However, who is able to decrypt the password file? I have to put the script in a public place, but how can I manage to give the "permission" to decrypt the password file?
-
Hi, you can still enable SNMP as feature in Win 2016 and 2019. Or do I misunderstand something? Here the hardcopy of the UI in 2019:
-
Unfortunately there is an issue with the "Allow Account to Unmanage Objects & Mute Alerts" permission. It does not take effekt when using the API (via webrequest). With API you need node management permissions. See here: Node management permissions needed when using Powershell to set node to "unmanaged" Still not solved in…
-
Hi, great query! However In our environment (Orion Platform 2019.2, NPM 12.5) for all nodes and volumes 'Custom' is displayed in the last two columns. I've modified the query - now the values will be compared with the global thresholds for volume warning and critical. And I added a WHERE statement to list only node which…
-
Hi Zack, here is the script part we use. Should run in your env if you edit variables in first 4 lines. $orionserver = "netmon.rsint.net" $NodeID = "2852" $username = "NodeUnmanage" $SecurePassword = ConvertTo-SecureString -AsPlainText -Force -String 'xxxxxx your password xxxxxxxxxxxxx' $cred = New-Object -typename…
-
It's a local Orion account, not from AD. We've installed this Version(s): Orion Platform 2019.2, IPAM 4.9.0, NCM 8.0, NPM 12.5, NTA 4.6.0, UDT 3.4.0, SAM 6.9.0, NetPath 1.1.5