handbrake2

Comments

  • I would like to go beyond requiring manual configuration to share alerts. My organization uses several Solarwinds products right now - NPM, NCM, IPAM, NTA, SAM and IVIM. We are looking for a new SIEM solution. We started by checking with Gartner, but they do not appear to rate LEM very highly due to limited functionality…
  • Hi guys, I have 2 Custom Groups defined: "Main Campus Switches and Routers" and "CDRC Switches and Routers". Thanks to another thread, I was able to generate an Alert when a member of either of these groups goes down. However I now need to generate alerts for the following conditions. * Someone administratively shuts down…
  • I would like to add a vote for Ruckus Wireless. Frankly, I thought I was doing something wrong.
  • Hi guys, I was stumped until I read this post. I have a group called "All Switches and Routers". This works great for alerting when a member of that group goes down. I would however, also like to monitor if a member of that group is rebooted, or has high CPU or memory utilization. These seem to be node properties instead…
  • I am experiencing the same problem. I upgraded from NPM 9.5 to 10 today. I then ran a new network discovery to rediscover all the devices on certain subnets and import their topology. ConnectNow still says 0 discovered links. LANSurveyor is able to correctly show me the links between the same switches.
  • Hi, Status rollup mode is: Mixed status shows warning. When I try to run the query you requested it generated more than 1000 pages of results. What I really want is to get the individual member availabilities for the period and the number of members in each group and use that to calculate the overall average for each…
  • Hi guys, I followed your advice and have the following SQL report: SELECT TOP 10000 CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101) AS SummaryMonth, Containers_AlertsAndReportsData.GroupName AS Group_Name,…