sum_giais

Comments

  • Anyone have this working in NPM v12 and on? I'm using NPM v12.1, and thought I'd give this a shot. Everything loads except the weather data itself. I put my appid in as well, granted only a free account but heck I thought I'd try. Curious if anyone is keeping this current or still using it in new versions etc. This is…
  • Really looking forward to true APE support.
  • Nice KMSigma! Definitely adding this in today... I already use the report for muted nodes v5 you made. Seriously muted alerts is an awesome feature but very easily forgotten about. Fine work good sir.
  • Thank you mark.healey​, works like a charm.
  • Splendid! Thank you
  • Very nice... this is now on my summary dashboard.
  • Ditto... I've got 7 installations so far and I'm always asked "Can we tie them all together, and get them connected?" -- the existing classic EOC does not realistically achieve this. I was in awe over the improvements of the EOC in each beta version (weren't there 3?) That is, compared to the classic EOC. I'm very…
  • I agree with most comments in here. EOC 2.0 is a belated, and welcomed update to the current EOC product. Existing EOC customers will have a lot to gain from EOC 2.0, as much of the functionality you would expect in an Enterprise-Class tool, simply are not there in the current version. After being an active participant in…
  • This query below will find any UnDP with recent statistics and compare the difference to see if it has a greater than 200 numeric difference (pos or neg) for example. I imagine that would have to change for you to accommodate your UnDP values you're specifically alerting on. Also you may need to add a statement to only…
  • Yes yes yes yes yes and YES! Can't wait to check this out. Spectacular work SolarWinds.
  • I can imagine there's probable a better way to do this if we figure out what the delimiter is... or how it works and if they even support multiple search patterns / perhaps regex. But if you change it to a singular asterisk * at least it will show all the files. Works best if you have a dedicated directory obviously. Add…
  • You should take a look at the Success Center - SolarWinds Worldwide, LLC. Help and Support. It has links for all the products with wildly helpful info such as all the admin guides for each product, and more. SolarWinds NTA supports the NBAR2 protocol, so as long as the router, switch, etc., supports sending flow data via…
  • I've got the fireworks ready where am I going!? Thank you everyone!
  • I can't see anything explicitly stating the support of a CAST. What are you trying to accomplish? Just curious, maybe there's another way tdanner​ might be able to point out for you. Or at least confirm.. SWQL Functions · solarwinds/OrionSDK Wiki · GitHub
  • I think the closest functionality to that would be creating a discovery profile that doesn't have any credentials, and set it not to ignore nodes that respond to ICMP only. When creating a discovery profile, on the first 'Network' tab, you can add a list of IP addresses copied directly from excel. This can be your list of…
  • SolarWinds support docs only mentions that you can point a test/eval instance running pre-4.4 NTA to the old fast bit database. I'm not sure if it would be safe setting up the test instance to point to it before updating. Curious if SolarWinds would allow that to even happen, though if it did you could end up corrupting…
  • Hi cjfranca​, Assuming your issue is that you're not seeing all your dashboard menus, settings, etc., in the browser after an upgrade... Before attempting the below -- I'd clear all your browser cache and re-open the browser to be sure it's not a local issue and is indeed the Orion server itself. EDIT: Also could try an…
  • I had a similar issue when using a swql resource. I think I had to remove any top XXX in the select and any order by etc.. Saw the same behavior where it would work in SWQL studio but fail in the custom query resource. There's likely certain limitations on the resource itself for reason I'm too naive to understand lol.
  • Go to settings, all settings, then manage groups. Add a new group and name it etc., the add a dynamic query. Then name your dynamic query, select Node for the orion object, and then click add condition. And presto!
  • Kudos to the thwack community as most of this was pieced together from existing info of UnDP's etc. I made a custom NetBotz UnDP but it was pieced together to serve my own purpose with mostly parts from existing templates and info found on thwack. Wanted to put this out there for everyone, I ended up figuring it out. Took…
  • Hmmm... may be no way to clear this up without fiddling with the database. This query should show all nodes that are polled via the agent, with UnDP assignments and data. ############### SELECT stat.CustomPollerAssignmentID AS OrphanedAssignment, Nodes.NodeID, Nodes.Caption FROM CustomPollerStatistics_Detail stat LEFT…
  • The NTA database isn't HA aware in any way. I don't think it would stop you from putting it on your SQL cluster node but... It's more a question of best practice. You'd have one SQL node that always, consistently would have higher disk I/O, net traffic etc. You could eventually see very adverse results of that decision…
  • Also toserena​'s point - it depends what entity it is and how you're monitoring it. The restart of an SNMP service will get caught as a reboot event I believe. Sometimes devices either have bugs that can cause this, or updates are performed (likely on windows or Linux systems that requires the service to restart.) And as…
  • Thank you tulsi​! It's great to get an inside look at work being done. We... the SolarWinds customers... will reap the benefits.
  • If you add the 'Custom Poller Status' (I believe that's what it's called) to your node view, then edit the resource afterwards, it has an option to autohide if there's no UnDPs on the node. What I do though is add a tab specifically for UnDPs. The tab always shows up but its a clear separation. Also if that's not what your…
  • The component monitor names are defined in the template itself. To change them you'd have to edit the application template. That would then propogate downstream to your individually assigned application monitors. Just keep in mind... that changes it for all assignments related to that template..
  • First thing I'd check is the sql login permissions, user mapping to the database and if the SID is identical (should be with local logins to avoid complications) of the login on each availability group member server. If the login SID is different check out this link for specifying a SID for create login. CREATE LOGIN…
  • Was spinning my wheels on the exact same issue until I found this thread. Have thousands of "critical" alerts due to Arista sensors. Thanks everyone.