Re: AVAILABILITY QUERY IS DROPPING DATA
All NPM statistics are subject to the same rollups, other modules sometimes have their own retention settings but they basically all fall under the same model Node response time, loss, cpu, memory are...
View ArticleNPM Interface Min/Max/Avg bps historical data
Hello, With the Orion REST API, is there a way to pull historical data of Min/Max/Avg bps In/Out from an NPM Interface? For example, an ability to specify a Sampling Interval to get a list of data...
View ArticleRe: How to assigned SNMPv3 credential set of a node ?
A SWQL query like this would help you start taking a peek at which credentials are assigned to your nodes: SELECT TOP 1000 n.NodeID, -- From nodes n.IPAddress, n.Caption, s.NodeSettingID,...
View ArticleRe: AVAILABILITY QUERY IS DROPPING DATA
mesverrum Are you referring to "Detailed Statistics Retention"? it's currently 15 days...Is that the retention setting for availability? i thought the Daily Statistics Retention held node availability.
View ArticleRe: AVAILABILITY QUERY IS DROPPING DATA
What is your detailed data retention setting? The first think that I would expect to skew your numbers is the weekly roll up, since it doesn't look like you are doing any kind of weighting in your...
View ArticleRe: Error in SSL Certificate Verification
See Enabling SSL Certificate Verification for the SDK for details about this behavior. If you omit the verify parameter, the default behavior will be to skip SSL certificate verification, which is...
View ArticleRe: export automatically the report on orion solarwinds
You can generate reports from Orion on a schedule. See Generate reports in the Orion Platform on a schedule for additional details. You can also use the Orion SDK...
View ArticleRe: Monitoring drivers status for Desktops
Normally nothing in SW is checking for those kinds of things, but as a catch all you can usually write a powershell script to identify anything you want and have SAM run that powershell and store the...
View ArticleRe: How do I run PowerShell scripts (in .ps1 format) on remote machines?
I've definitely done what you describe of just having my SAM monitors call local files. As you said its kludgy but does the job. The usual problem I run into here is that server admins write scripts...
View ArticleNeed Group Availability AVG option in report
All, I'm using the built in Group-Availability Last Month report, which works for me, but what I really need is a way to get an AVG of the availability of ALL groups listed. Can someone direct me...
View ArticleRe: Windows Credential assigned to which node
For those wanting to use SQWL or the API Windows/WMI SELECT C.Node.Fqdn, UserName, Password, Owner FROM Cortex.Orion.WindowsCredential CSNMPSELECT N.NodeName, N.SNMPv3Credentials.Username, N.Community...
View ArticleRe: Windows Credential assigned to which node
FQDN is not all that helpful so I pulled in the NodeName: SELECT N.NodeName, C.Node.Fqdn, UserName, Password, Owner FROM Cortex.Orion.WindowsCredential C Join Orion.Nodes N on C.nODE.NodeId = N.NodeID
View ArticleRe: Force update to map in Orion Maps - NPM
Thanks for sharing hebridean - so the connections that will automatically be shown are the topology connections identified through NPM's Topology discovery. Typically if you are missing a connection...
View ArticleRe: Need simple SWQL query help!
So I tried Select n.NodeID,From Orion.nodes n And I get an error messageNo Viable alternative at input 'FROM' in Select clause. I really just dont get this SWQL - whats up with the n...
View ArticleUpdating Assets via API
Does anyone know if I can update all asset information via API? Can I assign and remove users and link parent and child items? I'm thinking about building my own mobile app to manage assets because I'm...
View ArticleRemove Custom Property in Node Details Popup
Hi Guys, is there a way to fine tune what is displayed in the popup that appears when you highlight over a node; I thought it may be this field in the custom property edit section? But once you have...
View ArticleRe: New WHD Mobile App
This is classic SolarWinds WHD behavior. Announce something and then never provide any updates.
View ArticleRe: How does Neighbor Scanning work?
Yes SNMP is enabled on the devices, assuming you mean the network devices that the hosts are attached to? Not sure what you mean by "turned on in IPAM".Are you referring to the Neighbor Scanning...
View ArticleRe: How does Neighbor Scanning work?
Do you have SNMP enabled on the devices themselves and turned on in IPAM? If so then that would populate them, otherwise it won't.
View ArticleRe: How do I get rid of the "How to use NetPath" window?
Yea, there's been a fair amount of updates since I asked the original questions. To be honest, we stopped using NetPath because we couldn't find an answer at the time - however I've just tried it and...
View Article