Re: Duplex Status
I couldn't get that to work on the routers' interfaces I was trying to check. this one worked.
View ArticleRe: Duplex Status
If you have time, check out the duplex mismatch detection in beta for v12: NPM 12.0 Beta1 Now AvailableDuplex setting is also available column for interface resources in this beta.
View ArticleRe: Report on Interface Duplex Setting
FYI, this UnDP didn't work for me for my routers, but the UnDP here did. good luck
View ArticleNodes.Description field not updating via API
I am creating new nodes using the API and I am running the latest version of NPM. I will include all our version information below.I am making the call using REST Create/Nodes, properties. In the...
View ArticleRe: Duplex Status
Ha, you know, I was looking for where that feature was, but I was searching in UDT.Search engine is not picking that up. I'll check it out. just got it installed the other day.Thanks!
View ArticleRe: Errors in Event Log from servers with > 32 logical CPUs
Please let us know what you find.
View ArticleRe: Is it possible for Solarwinds to run a SQL query against a monitored...
Other than that you'd have to use SAM and use a SQL user experience monitor to setup the query and count the result as a statistic.
View ArticleTrigger conditions for a multi variable statistics
I'm trying to trigger an alert when a number of files is equal to the threshold. The way I have it set right now it alerts me when XFER_TOTAL and DAT_COUNT are equal to 14. I'm sure why it would alert...
View ArticleRe: Can Orion Syslog be configured to reject some syslog messages based on type?
Thanks Michal. We are looking at a variety of solutions for dealing with syslog. We’ve currently disabled syslog in Orion. The sheer volume was destroying performance, during my most recent test I...
View ArticleRe: How can I view or report on old syslog data?
I use our Log Viewer tool to sort through logs. Please see this link: http://www.kiwisyslog.com/products/kiwi-log-viewer/product-overview.aspx We have a free version of this tool.
View ArticleRe: Datastore queue depth, are you out there?
Any luck on confirming if this value is available via 5.1 chrispaap? I don't have access to the hosts myself and I'm trying to track down a VMware resource to help. You might be quicker though
View ArticleRe: Best approaches to discovery?
This is not the answer you are looking for but: don't do them.What do you mean by large? the network I operate has about 15,000 devices in total on it. We use our cmdb to populate Orion with the...
View ArticleRe: DPI in a Windows 2008 R2 VMware guest
lukaseko Is that Base Filtering Engine on the dedicated NPAS server or on the additional polling engine that it is pointed at? What are the implications for other products if it is on the polling...
View ArticleRe: Nodes.Description field not updating via API
I'm sure that many people would like to help but you have not followed the standard litany: FGA: Please follow the standard litany when giving a problem report. a) what does your code look like; post...
View ArticleRe: How to sync two Orion systems
Would the DTS package serve any purpose if I want to monitor the same devices with the same credentials and have the same views but do not care about historical data in a new SolarWinds deployment?
View ArticleRe: Redirect HTTP to HTTPS
in iis 7.x you can configure a redirect action on a website to return a 302 or 301 to the customer's browser that will redirect them.Unfortunately this still breaks the config wizard, it doesn't follow...
View ArticleRe: Node Details blank when adding node Via Perl SDK
my $swis = SW::InformationService->new();$swis->outputxml("true");$swis->proxy($endpoint);$swis->proxy->ssl_opts( verify_hostname => 0 ); my $resp = $swis->Create(...
View Article