Comments
-
Hi @"KMSigma.SWI" , Is there any widget that will support the passing of a ${CUSTOM PROPERTY} parameter which will allow me to create a list of devices that are on the same site as the node they are looking at? As one of the request from my users is to allow faster navigation to devices.
-
* LeBeauUK keeping fingures cross you are coming back to the UK
-
I think you will find the problem could well be with the importing cost/red tape in to India. As I am sure Thwack would like to send their items to you...
-
Haven't hear or found anything so far..
-
I think you will find it in the Orion.ResponseTime within SWQL, not sure in SQL.
-
Ok just wanted to make sure nothing was broken :). I can access the screen I need by clicking on the sub menu and then click on Content Exchange on there: As it is useful to see what areas have had updates at a quick view like this:
-
Hi, On the Trigger Condition, there is a tick box totowards the bottom where you can set a time condition:
-
I'm in a simular boat, I have see the script for the groups and I am going to have a look at that but can't see a script to do bulk Dependencies...
-
This was on this modern Dashboard - SolarWinds Orion Platform Status Overview - Modern Dashboards - The Orion Platform - THWACK
-
Did the Upgrade yesterday to 2023.3.0 (Due to the CVEs being published, sort of forced our hand) went OK, a couple of UAC issues on the Primary Servers, but no where near as bad as the last upgrade I did...
-
We were running 2023.1.1 but upgraded to 2023.3.0 (due to the CVEs linked with the old versions). It is a mixture of Secure appliance, switches and WAPs we are looking to manage. Could it be that we have got devices listed on our Meraki Portal that aren't operational?
-
SELECT count(AlertActiveID) as AlertCount FROM Orion.AlertActive aa --Remove Orion.Nodes N JOIN Orion.NodesCustomProperties NCP ON aa.AlertObjects.RelatedNodeId = NCP.NodeID WHERE aa.AlertObjects.AlertConfigurations.Severity=2 and NCP.<CUST FIELD> = '<CUST RECORD>' Hope this helps, as This is something I think might be…
-
Rather than using Orion.NPM.CustomPollerStatus, look at using Orion.NPM.CustomPollerStatusOnNode. I have a query that looks at disk status in a dis array: SELECT Nodes.NodeID, Nodes.ObjectSubType, Nodes.IPAddress, Nodes.Caption, Nodes.Status, NPMCPSPD.Status as [Disk Status], NPMCPSPD.DisplayName as [Disk Controller] FROM…
-
Thank you all for the replies, it is now working, main issue a sneaky firewall... But another think that you might want to check is the IP address you have set on the Meraki device is the same as what Polling Engine is managing the device.
-
This is something that I brought up at London SWUG asking for this to be included. However, the feeling I got is that the Modern Dashboards are mainly directed at NOC View, so having tree view might be low on the list to be implemented.
-
Hi @Octane13 Do you have SWQL Studio? As what I ended up dowing was Searching on Orion.NPM.CustomPollerStatusOnNode to find the UnDP that you want to report on, so for example this SWQL script would show me all with that is using the physicalDiskState: SELECT TOP 1000 CustomPollerAssignmentID, AssignmentName,…
-
Ok I have disabled the connection to Meraki and that seem to have stabilised the database.
-
I have just recently have to go through this, I ended up using UnDP to obtain the serial number via SNMP. Then I had to export a rereport with that information in and then import the Serial number, where IP address and Caption match.
-
Has there been any update on this as I am getting the same error as Bogdan.stan
-
Same issue here
-
I am getting the same error message, is there any news what is causing this issue? I am also getting this message when I edit properties:
-
This is the URL that I use: https://SWSERVER.NET/apps/platform/dashboard/300
-
Yes this works with Modern Dashboards as we use it for people to access a dashboard that is linked inside MS Teams.
-
From what I can see there is a option under the Action to create a ServiceNow Incident:
-
I use it to give access to a dashboard that is linked in MS Teams. But as @"sum_giais" it isn't very good for security so make sure the account is locked down...
-
Hi, There is a way, by setting up a user called DirectLink as a Solarwinds user. Details can be found here Share SolarWinds platform views with non-SolarWinds platform Web Console users
-
Hi, We use SG350 here and a right pain getting the serial number. The OID that we use is 1.3.6.1.2.1.47.1.1.1.1.11.67109120 seems to give us the correct Serial Number for the device: I used an SNMPWalk to create a text file and then search through there to get the direct OID number.
-
NetPath is part of NPM and can be accessed via your Orion Platform:
-
Something that you need to keep in mind is that with MS SQL Standard edition you can only allocate 128Gb of memory.