Comments
-
@"umaraliranjha" This will give you average availability over the last 24 hours SELECT round(avg(availability),2) as AA FROM Orion.ResponseTime Where DATETIME >= ADDHOUR(-24,DATETIME)
-
@"xtraspecialj" Thank you for the feedback, I am tracking this issue closely and hope to have a fix delivered as soon as possible as the root cause of this issue has been identified we are working on a number of options to resolve it. While this may not be the most elegant solution, in the meantime setting your browser…
-
There are multiple deployment options and licensing models available dependent upon your requirements. The following content may provide some guidance as to the options available. If you are in contact with our sales team they will be happy to schedule a web-ex with a sales engineer to discuss the technical requirements.…
-
What is the data source for your classic chart?
-
Yes this is entirely possible, once the required ports are open for the ROP to communicate with the migrated server. Here is some additional guidance which should help https://documentation.solarwinds.com/en/success_center/orionplatform/Content/Migrate_SolarWinds_to_a_new_server_with_a_new_IP_and_hostname.htm…
-
There is a per object resource called "All Alerts This Object Can Trigger" which can be added to the interface and volume details views. An example of which can be seen here https://oriondemo.solarwinds.com/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:337 Does that provide the info you need?
-
@"TacoTuesday" To query for nodes which have a custom property called city you could use Select IP_Address, Caption, NodeID, City FROM Orion.NodesCustomProperties cp INNER JOIN Orion.nodes nd on cp.NodeID = nd.NodeID Where City='Cork' To query for nodes in a group called MyGroup with the same custom 'City' custom property…
-
I will need to run this by the EOC team to validate if EOC 2020.2 is fully compatible with Orion Core 2019.4. From what I know of previous EOC versions such as 2.2 there was some backwards compatibility however EOC 2020.2 has introduced some changes which may affect this. I will confirm with you as soon as I have a…
-
@"avrilspirit" Thank you for the feedback. There were a number of factors considered when opting to allow all users to create modern dashboards, one of those was to reduce the administrative burden of requests from users who needed a dashboard but who may not have manage views rights. An additional factor is the SWQL data…
-
Have you tried creating a new GUID value type for each alert?
-
@"mikesky" Thank you for the detailed feedback. It is extremely valuable to us in helping to understand how we can improve features. Modern Dashboards are not intended to replace classic views and widgets. This is the 1st iteration of this dashboarding framework which we are continuing to invest in for the Orion platform…
-
Hello Which is the preferred caption you want to see for nodes? 1. nott-sw_colg01_01 2. nott-sw_colg01_01.domaindname.co.uk A SQL query can be used to update the nodes in bulk such as appending or removing the domain name, or updating the caption to match the sysname value as polled from the device if available.
-
Container names are not exposed as variables on a summary page as these are intended to display all entities. ${Name} on a group detail view such as Orion/NetPerfMon/ContainerDetails.aspx?NetObject=C:3 will provide the container name.
-
It is not necessary to manually add the VIP to the NICs I.P configuration, HA will do this as part of the setup and during the failover process.
-
VMAN includes an alert named 'VMs with connected media' which should meet this purpose. You can duplicate the canned alert and modify the trigger logic as required.
-
Yes, you could add a windows AD group such as 'Domain\Domain Users' as an Orion account but we aware if you are also planning to use AD groups for additional admin roles "If a user is a member of multiple group accounts, the group account highest in the list will be applied. (A user will only receive permissions and views…
-
There are multiple conditions which can initiate a failover, have you opened a support case for this? In the meantime, you could edit the HA pool and change the preferred server. https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/HA-choose-preferred-active-server.htm
-
Can you describe the steps to recreate the problem with any supporting screenshots?
-
@"robelk" It is certainly possible to display UNDP data in modern dashboards as this data is exposed in SWQL. Take a look at the following which should get you started and familiar with the UNDP entities https://thwack.solarwinds.com/t5/NPM-Documents/Custom-SWQL-to-Manage-Display-UnDP-Assignments/ta-p/517358 This likely…
-
Are you using a windows credential? If so could you try a local Orion account?
-
To address potential security vulnerabilities the Orion platform 2020.2 Included changes to how user sessions are maintained. Closing the browser will terminate the session which will require the user to login.
-
Could you share the case number with me?
-
I have not seen this behavior, which browser are you using, and have you tried an alternative? Are there any browser plugins that could be causing this?
-
Node Status is determined by ICMP or SNMP response. Should a node stop responding it will 1st go to a warning state and being fast poling for 120 seconds, after which time if it fails to respond, will be marked as down. The warning interval can be configured globally only. A critical node is one that is reachable but has…
-
URI is a SWIS construct and is not stored in a dedicated column for each entity. The syntax is consistent so you will need to build these dynamically in SQL for later use. I am curious as to what limitations you are encountering with SWQL?
-
Is this a custom SQL report? You could try Cast(ColumnWithProblem as DateTime)
-
SELECT COUNT(n.DisplayName) as CNT_Nodes FROM Orion.Nodes n WHERE (Status = 2 AND n.CustomProperties.Department LIKE 'ATM Branch%')
-
Have you logged a case with support? I have seen this behavior with manually configured SSL settings, the solution was to run the Configuration Wizard and on the page with Website settings select the option 'Use HTTPS encryption'
-
This is currently not possible but is a great feature request thank you for posting. I have created it as CUST-70740 for internal tracking.
-
There are various methods to work with the API. What is the end goal for your VB.net solution?