Hi Guy, Is there a way to hide or remove this icon, so that users can't see and click on it?
As a workaround for a big part of OrionWeb console, you can modify CSS this way:edit file\Program Files\SolarWinds\Orion\Web\SolarWinds.cssat this row to the end:.sw-platform-connect-info {display:none;}edit file\Program Files\SolarWinds\Orion\Web\ui\Views\Shared\_Layout.cshtmlat this row to the end:<style>.sw-platform-connect-info {display:none;}</style>After the change, force refresh Orion in browser.This should fix it for most parts of OrionWeb console.To fix other parts, you need to modify multiple files this way:
$orionWebsitePath = "C:\Program Files\SolarWinds\Orion\Web\apps\apps\"$fixPageStyle="`r`n.sw-platform-connect-info {display:none;}"Get-ChildItem -literalPath $orionWebsitePath -Recurse -Filter index.html | Foreach-Object { $content = Get-Content -LiteralPath $_.FullName $content += $fixPageStyle Set-Content -Path $_.FullName -Value $content}
it will hide the web page element .sw-platform-connect-info so this should touch just the icon.I don't expect any side effect.
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…
Active SSL Tunnels-ASA.UnDPThis poller *should* display the number of Active SSL VPN (Anyconnect) Tunnels currently connected to your box. However, I tried it with my 5520 running 8.0.4 and for some reason I get a OID Not Supported. Here's my post in the forum: *EDIT* This is confirmed working with at least Interm release…
HP ProCurve Switches Hardening check.xmlGeneral hardening for HP switches