rickas

Comments

  • For anyone else who is experiencing issues with Dynamic Baselines, SolarWinds Development Team has confirmed this is a newly discovered bug (never been reported). Not ETA on fix.
  • Adding Baseline for another interface on the same device. Here you can see that the Standard Deviation is 2, which reflects the Metric over Time chart, where it's practically a horizontal line. Yet the value on the chart (eyeballing) is 21,000 while the baseline mean was calculated to be 3537.
  • I don't really know SQL. As I said, I just took the code from somewhere and plugged it in. But I think I got it to work. Here's what I did: SELECT Nodes.Caption, Nodes.NodeID FROM Nodes WHERE (DATEDIFF(s,Nodes.LastSystemUpTimePollUtc,GETUTCDATE())>300 and status =1) and (Nodes.IP_Address <> 'x.x.x.x')
  • Yes! This is the answer!!
  • I misunderstood the message "This alert would be immediately triggered on 0 object(s) in alert scope" and thought it meant that it could not detect any node in scope. But it simply means of the nodes in scope, none would currently trigger the alert. So I think it's fine now (after changing it to match bobmarley's post). I…