Comments
-
If it hasn't been mentioned before adding additional search filters to the Syslog page would be beneficial like NOT include something or include multiple search patterns.
-
Add Boolean logic for filtering Syslog messages is a must.
-
The TEMP, HARDWARE TYPE, and OS Version is from the Status of Custom Pollers (MIBs). They are stored in the Status Column of the CustomPollerStatus Table.
-
Like the table at the top of thread. The issue is that Temp, NiosVersion, and HardwareType are from custom pollers in the same column from the CustomPollerStatus table. Something like this: Node Name Temp NiosVersion HardwareType Node1 +27.20 6.5.2 IB-1050-A Node2 +27 6.5.2 IB-550-A Node3 +26.50 6.5.2 IB-550-A …
-
I was able to get this table by using the Report (Current Status of Nodes, Interfaces, etc.). Does anyone know of a SQL Query that can make the MIB Custom Poller fields become columns? I would like the columns to be Node Name, Temp, OS, and Hardware Type. Node1 IB-PLATFORMONE-MIB:ibCPUTemperature +27.20 C Node2…
-
That worked perfect. Thanks for your quick reply.