Hello All, I'm new to Solarwinds but have been watching a couple of videos to get myself up to speed. I was tasked with creating a view that can show the count and tables of host down, hosts up, and total host of some particular systems managed by a particular group in our organization. I can only count the total numbers…
You all probably know this already, but you can turn this into this with the replace command using an extended search type
Hi, I'm trying to create modern dashboard for SAM component, With SAM component I'm monitoring "google.com" now I want to create dashboard which show me the component present availability during time (last 90 days), I created swql query that show me the current availability (I used KPI widget) SELECT…
I am working on automating mutes on servers using Orion SDK Powershell module. I am getting username or password errors whenever I use the -Credential or -Username/Password parameters but no issues with -Trusted under my own context. -Trusted is not desired as this task will be ran by a service account. I know the creds I…
I needed to move several IPAM subnets into other directories after import. It would have been time consuming to do this through the Web Console. Built this script to make these changes via the API. The downside is that the changes are only reflected after you restart all of the Orion services on your main polling engine…
Is there an API method for adding/removing DHCP scopes to Groups in IPAM?
Hi Can one help me to convert following SQL to SWQL SELECT * FROM (SELECT SUM(CASE WHEN NodesCustomProperties.ATM_Branches = 'ATM Branches' THEN 1 ELSE 0 END) AS Total_ATM_BRanches ,SUM(CASE WHEN NodesCustomProperties.BRANCH_TYPE = 'NON-ATM' THEN 1 ELSE 0 END) AS Total_NON_ATM_BRanches ,SUM(CASE WHEN…
Hi, we have Solarwinds integrated with ServiceNow Event Management. However some of the Events are coming though with the wrong severity and we need to change this on the Solarwinds side. Anyone know how this is captured. I have tried changing the Alert Configuration from Critical to Warning but they still come through as…
I was hunting all over the place in SWQL Studio trying to find where the PIDs were kept and just could not find it. Finally I went into SQL and saw there's a table there called APM_Process_Detail and that is where the PID for Process monitors are. Why is that table not available in SWQL? Is this just an oversite or is…
Let's say I want to clear an active alert using a URL like myserver.mycompany.com:17778/.../ClearAlert What would the rest of the line look like assuming it's possible? I have tried:…
It looks like you're new here. Sign in or register to get started.