drattee

Comments

  • The nodes are all from the same vendor, and the IPs are on the same subnet based on their physical location. The customer properties for the node are generalized, i.e. these are listed as "server (IT)"
  • Yeah, so I set it from 80 to 26 and the alerts rolled in. I am aware that it is only on 1 device. Thank you for pointing out the F to C idea!
  • Thank you for the quick response. the SWQL is below: SELECT E0.[Uri], E0.[DisplayName] FROM Orion.HardwareHealth.HardwareItem AS E0 WHERE ( ( ( ( E0.[HardwareCategoryStatus].[Node].[Uri] = 'swis://STROHS./Orion/Orion.Nodes/NodeID=2670' ) ) ) AND ( ( E0.[Value] >= '80' ) AND ( E0.[HardwareCategoryID] = '4' ) ) )