I have Universal Device pollers (MIB) configured that report on Hardware Type, OS Version, and Temp that poll a specific type of device. I would like to display a table that lists each poller value with the corresponding device.
Something like:
Device Name | Hardware Type | OS Version | Temp |
---|---|---|---|
Device 1 | Model 1 | 6.4 | 89 |
Device 2 | Model 1 | 6.22 | 87 |
Device 3 | Model 2 | 6.22 | 91 |
Should this be accomplished with a Tabular Chart or with a report? I would like the values be the latest. Any recommend steps would be useful too.
Thanks.