smartd

Comments

  • For example: I have 5227 nodes in my ignore database I am monitoring 2498 nodes with 4487 interfaces.
  • Here's a report I run to gather the info that my UnDP polls. Note, My UnDP is called "upsBasicBatteryStatus" SELECT Nodes.Caption AS NodeName, Nodes.IP_Address AS IP_Address, Nodes.Status AS Status, CustomNodePollers_CustomPollers.UniqueName AS Poller_Name, CustomNodePollerStatus_CustomPollerStatus.Rate AS Rate,…
  • Here's my APC SmartUPS pollers: <?xml version="1.0" encoding="utf-8"?> <CustomPollers version="9.0"> <CustomPoller UniqueName="upsBatteryRunTimeRemaining" Description="The UPS battery run time remaining before battery exhaustion." OID="1.3.6.1.4.1.318.1.1.1.2.2.3" MIB="PowerNet-MIB:upsAdvBatteryRunTimeRemaining"…
  • I don't believe this is currently possible. While waiting for better trap and syslog capabilities, I am setting up a linux server with syslog-ng and Simple Event Correlator. It has all the correlation commands you are looking for. I'm not sure whether this can trigger a trap. See…