Re: Transaction Contains Parts That Require RDP
Thanks for confirming. I will give it a shot and report back. -S.
View ArticleRe: How to change ports used?
I had tried that before but I guess I didn't wait long enough for WHD to refresh fully. Initially it went to the IIS standard page you get when IIS is running but nothing setup, but after about a...
View ArticleRe: No SNMP traps displaying
I am sorry, but you're not positing enough information for us to be able to help you.a) can you post something from wireshark on the server to show the packets are being received?b) can you bump the...
View ArticleHow to list detailed Orion table column definitions / schema (e.g., field...
I would like to know how I can extract the detailed column definitions for my Orion tables. It appears they are stored in SQL Server and I'm using the SWQL Studio program. I've tried the "DESC"...
View ArticleRe: Monitor Windows 2012 Hyper V Cluster That Uses NetApp for Storage
Hi tmiller_hockey, We should have you covered with the new Orion Storage module + VMAN that is soon to be released. We will tie together your storage from the NetApp to the Hyper-V environment if you...
View ArticleRe: How to list detailed Orion table column definitions / schema (e.g., field...
SWQL Studio only has basic keyword highlighting. "DESC" turns blue because you can use it in an ORDER BY clause, like "SELECT Caption FROM Orion.Nodes ORDER BY Caption DESC" to get node captions in...
View ArticleRe: how to ignore modem speed in config comparison
Hello Campy, I would try it with this one:[ \t\r\n\v\f]*speed\s(1200|57600)[ \t\r\n\v\f]* It only effects speed 1200 and speed 57600 lines. Best Regards,JnrK
View ArticleRe: Orphaned IP's and license limit
Nope, I take that back...those are hosts...just looked again.
View ArticleRe: Exporting/Printing Application Monitoring Template Settings
That's just how good Petr Vilem is. He can write the SQL query blindfolded
View ArticleRe: Re: ConvertDate Function returns incorrect date
The template included with Solarwinds only accounts for 1 SSL certificate per node, I have in some cases several on one server, so that didn't cut it for me. As for my issue, the converting only went...
View ArticleJob Engine v2 alerts in Orion Server Template
As we've built out our Solarwinds environment the Solarwinds Job Engine v2 and Job Engine v2:Worker Processes components of the Orion Server Template for SAM have started to exceed the default...
View ArticleRe: Exporting/Printing Application Monitoring Template Settings
Thanks for that!I was able to get around it by using: (t.Warning not like '%1.79%E+308' and t.Critical not like '%1.79%E+308') and ... Interesting its only on gt.. I'll have to test that out. Have...
View ArticleQuery - help with joins
Hello guys,I'm very new to Orion and would like to pull some custom info with SWQL.I'm trying to get App Name, Server Names, Component Name and Statistic Data for that component.I've learned about...
View ArticleRe: Network Atlas Child Status and Custom Memory Setting
I've encountered this recently as well. I was creating a map of our email/exchange infrastructure and I noticed that my Exchange servers were showing with a "red" status indicator. I momentarily...
View ArticleRe: Query - help with joins
Try this for your query: Select A.Name, A.Components.ComponentName, S.ComponentStatisticData, A.Node.SysName FROM Orion.APM.Application A JOIN Orion.APM.CurrentStatistics S on S.ApplicationID =...
View ArticleRe: Query - help with joins
You just nailed it.I had this query built in SQL Management Studio by using views. I could not get this to work in SWQL though. Can you explain please how did you achieve this? What does A., S. mean in...
View ArticleRe: Monitoring issue in Tomcat Server(SAM)
You mean i have to put here tomcat server credentials not windows credentials ?
View ArticleRe: Can the agent run scripts on the host?
Documentation is available at the time of GA. Draft documentation accompanies the Release Candidate. Unfortunately betas include very limited documentation if any, though Bronx is typically good about...
View ArticleRe: Job Engine v2 alerts in Orion Server Template
Please ensure you are using the latest version of this template. There were some threshold related changes and configuration alterations that have been fixed since the template was included with SAM....
View Article