Hi there, trying to edit the following script from @KMSigma.SWI Modern Dashboard, looking to list nodes that are under 99.5% available. https://thwack.solarwinds.com/content-exchange/the-orion-platform/m/modern-dashboards/3047 SELECT n.Caption AS [Node Name] , n.IP AS [IP Address] , n.StatusDescription AS [Status…
Hi, I have just over 100 sites published in Meraki, each site contains core switches and access switches which I would like added into Solarwinds for monitoring. What is the method or procedure of importing every switch for these sites in Meraki into Solarwinds using a bulk method rather than adding a device connection…
Hello, I am doing some network discovery and I would like to create a filter on the interfaces that will be added to my nodes. I did my research but I only found my answer in python language thwack.solarwinds.com/.../python-orion-sdk---q-howto-discover-new-device-into-npm-but-disabling-some-standard-pollers I tested this…
Trying to alert on Custom poller across 2 nodes when value difference between the 2 nodes are greater than x. I am trying to use Trigger condition using "Custom SWQL Alert (Advanced)" with "Custome Table Poller Current Status" SELECT CustomPollerStatusOnNodeTabular.Uri, CustomPollerStatusOnNodeTabular.DisplayName FROM…
I would like create a graph that shows a percentage of dropped packets but I'm having trouble figuring out how I would join the custom poller poll time per row to the Orion.NPM.InterfaceTraffic table DateTime for InTotalPkts. My thought was I could do (CST.RawStatus / IT.InTotalPkts) * 100 and get a percentage.…
I'm a Total noob with sql and swql, so please help. I'm building a Modern dashboard, based on one I downloaded from Thwackfest. My standard overview of all networking equipment works fine. Now I'm trying to start building system specific dashboards. my current sql is SELECT n.Caption AS [Node Name] , n.Status ,…
Hi all, I'm trying to put together a Modern dashboard showing the top ten servers by average CPU usage, memory usage and volume usage. I found the entity Cortex.Orion.Node.MemoryMetrics, which, on the graphical builder, allows you to choose the time period, which is great. However, when i try to use it I always get the…
I would like to disable the Wireless Controller resource from all devices with the manufacturer Fortinet. How can this be done?
I put together a dashboard and when I click on the node I get the following error: { "errorCode": "404", "location": "/apps/platform/xxxxx", "errorType": "", "message": "required path does not exist" }
Hello, i need to send Alerts to jira to create ticket , but how must be the json look like? I found no example. Thanks Mike
It looks like you're new here. Sign in or register to get started.