Re: 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 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: 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: 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: 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: 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: 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 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: 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 ArticleRe: AVAILABILITY QUERY IS DROPPING DATA
that makes sense. Where are the raw data points located in the database?
View Article