Comments
-
The relative URL's are working again, users will be very satisfied.
-
Why is the dashboard only available for the admins ?
-
Thnx KMSigma, it works now !
-
Thanks for the quick reply but the count isn't quite right. If i run the query i have NumberOfNodes= 2 NumberOfInterfaces= 4 TotalThings=6 When i do a separate count of the nodes and a separate count of the Interfaces i have 2 nodes, 7 interfaces, that makes a total of 9 The 3 interfaces i am missing are interfaces with…
-
I had the same problem but by executing following sqlscript the problem was resolved : UPDATE [dbo].[WebSettings]SET SettingValue = 'FALSE'WHERE SettingName = 'Email_ReplaceNewLinesHtml'AND SettingValue <> 'FALSE'Credits to KMSigma
-
When i change the relative path the status icon of the node is not working anymore. But stil no status icon for the interface
-
Node ${N=SwisEntity;M=Node.Caption} / ${N=SwisEntity;M=Node.IP_Address} Interface ${N=SwisEntity;M=Caption}
-
I pimped my email-alerts but for an interface alert i don't find how to show the statusled of the interface I have following code <!DOCTYPE html> Orion Alert: ${N=Alerting;M=AlertName} for ${N=SwisEntity;M=Caption} on ${N=SwisEntity;M=Node.Caption} .alert_header { font-family: calibri; font-size: 16pt; color: #292929;…
-
I made a report to check if on an node the bgp neighbors are idle or down. (with help of other thwack post) Some neighbors we are not interested in are filtert out We are using vrf's to do bgp peering so i had to add the vrf also select DISTINCT Nodes.Caption, NeighborIP, NPM_RoutingProtocol.DisplayName,…
-
I found the solution : - open visio and save a blank drawing as a wmf file - put the blank wmf file under the right icon (in my case Cone1-up.wmf) in the following directory : Program Files (x86)\SolarWinds\Orion\Network Atlas\MapsWeb\NetObjects
-
I opend a ticket and got following answer from Solarwinds : Update for Case #1358545 - "Is it possible to make icons transparent when status is up" Hi Joost, Thank you for contacting SolarWinds Technical Support. My name is Marc and I will be working on this case with you. This is currently not possible for the current NPM…
-
We have the problem on our 2 production Call Managers with System version: 8.5.1.11900-21 Our lab Call Manager is working fine, System version: 8.5.1.14068-1 I opend a ticket and it seems there is a bug in the software of the older version : Answer of Solarwinds I can confirm that the response from this CUCM is not coming…
-
I tried with paint.net, in network atlas i see : The symbol is blank, what is should be because the status is up When i go looking in Orion is see : The blank symbol is green from the up status. I would like to see nothing if the status is up. Am i doing something wrong ?