Anyone help me with the Ps to test the NCM connection profile which exist already to a node.
How to calculate node availability and kindly provide the query to fetch last month data
Hi, I have installed the trial version of the Solarwinds SAM & Log Analyzer module in my environment, and installed several agents on the node. For monitoring logs purposes, I changed the Log & Event Monitoring status to Enabled in the monitoring target, but the log data did not appear. can anyone help me solve this…
The Node Details widget remains empty after adding a node by using PowerShell. If I change the Category field by by hand the widget gets populated. How can I ether trigger autodiscovery via code like on other nodes added by hand or modify category field via PowerShell code? This code produces an error: $newNodeProps = @{…
Hi, need to sum the counts of two diferent entities. Here the queries I'm using to get the count of monitored nodes and the one used to get the total number of switches that are stacked across the network. How to get the sum of this in a single query? SELECT COUNT(NodeID) as value FROM Orion.Nodes WHERE (SysName LIKE…
Hey there. I'm very new here, trying to wrap my head around Swis. Is there any way to list column names for a table via Swis? For example, I can select 'Name' from Metadata.Entity to gtet a list of tables. Doing so, I found SnmpCredential. Now I'd like to get a list of the available columns in SnmpCredential. But I'll be…
I am trying to import the "network summary" ( Networks Summary ) but it's giving me an error(attached) . I am on Version 2020.2.6. Can someone point me in the right direction? I followed the below steps from another Article * download the JSON * open in Notepad++ to linearize * Ctrl +A, Ctrl +C * Go to SWQL and find Import…
can we monitor the disk space of network firewall. I found that by using OID we can create SNMP monitor component or we need ipMonitor module for this. kindly suggest
Hi All, Please, I need some assistance with creating a dashboard that displays some temperature data for my servers. I am a little new to SQL, so please pardon my errors. Thank you for your assistance. SWSQL Code Below SELECT COUNT(1) AS Value, CASE WHEN Value< 17 THEN 'Host Temp Cold' WHEN Value> 27 THEN 'Host temp HOT'…
I am new to SWQL and it was hard for me to find documentation for dates in SWQL. What I want to achieve is to get availability of the nodes in a certain amount of time, for example for the last month. This part I managed to do. But I also want to specify the hours from which records should be selected, for example from 8am…
It looks like you're new here. Sign in or register to get started.