cdowning

Comments

  • There was a combination of things going on, then. 1) The alert was firing on an application and not a component. 2) We're at SAM 6.2.2. Now that I've changed the alert to trigger on a component and I've used the new macros in my alert email, I can see the message and statistic data values from the script. Thanks for the…
  • I was thinking the same thing... there is a limit on how much a polling engine can handle, so you could overload one if you monitored too much. You can add more, but that's more money with no real benefit. Also, it's going to increase database size which could affect response time, database size on disk, database…
  • I don't know anything about the COM object you're using, but from the error details and the "NaN", (Not A Number), in the script test, I'd bet that $count is null when you send it to output. Is it possible that $count = $srvObj.ConnectedUsersNumber isn't returning anything? What does it return if there are 0 users…
  • Good stuff, joedissmeyer​! Have you ever thought about adding it as a function to the PowerOrion module in the SDK? I'm just getting into using PoSh with Orion, and it's actually for exactly this kind of functionality that I started researching it! We want a way to automatically unmanage nodes/applications when Big Fix…
  • I haven't gotten into the reporting piece of it too much yet, but we are doing some similar monitoring in my environment. We have a folder that holds user temp data files for a particular application, and the application owners wanted to be notified when any one of those folders is bigger than 30GB. I created a new…
  • Got the email, added item to my cart, and then got a "permission denied" page with a URL that included something like "failed session". Tried using the link again and now it's telling me that I have the glass in my cart but don't have any credits for it... * 03/10/2016 @ 12:49pm CST * Pint glass * 1 * N/A
  • I'm having the same problem as the original post... I'm trying to add AppInsight for SQL to several instances in a clustered environment, but the test connection continues to fail. The AD user was configured using the script found at SolarWinds Knowledge Base :: AppInsight for SQL Requirements and Permissions. And I can…