Customising the stats on a host

When enabling SNMP on a host (windows) The Dude will display cpu, mem, virt and disk stats as default. I have read through the manual and searched the forum, but could not find the answer, so I ask now.

Is it possible to customise the information shown here. I have a MIB for the systems I monitor, and want to display some counters from this server software right in the host in the network map.

I have made charts with this information already, so they are added as data sources.

You don’t have to create data sources for this. Just add the items to the appearance of a device and it will show on its label. (Right click on a device → Appearance).

Just an example:
Add this to a device’s appearance and it will show the number of CPU’s in a machine and lists the load on each CPU.

Load on [array_size(oid_column(“iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad”))] CPU('s): [oid_column(“iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad”)]

If you just want to display a single value, use [oid(“xxxxxxx”)]. For example, this will show a device’s uptime (well, actually the SNMP agent uptime, but that’s generally the same thing):

Uptime: [oid(“1.3.6.1.2.1.1.3.0”)]

Thanks, worked like a charm :wink: