Dude 4.03beta3 SNMP export to file

Hello.
First of all I want to say thank you very much for such product as DUDE.
This is a very good tool for monitoring IP devices from different manufacturers.
More intuitive and simple interface I have not seen.
and now the question is:
installed Dude version 4.03 beta3
More than 1000 hosts are monitored.
some of them occasionally change due to failure.
is it possible to write down in some way to the file the manufacturer’s serial number taken from the SNMP survey?
those. the idea is that you could somehow look at where and when there was a specific serial number of the device on the network.

Does anyone have any opinions?

Hamit,

The easiest way is to use snmpwalk for the list of devices. Then you may use diff and in case of changes send an Email notifications.

From Dude side you may to try to configure a probe, something like “Check device serial number”.
Probe Thread


Thank you!

And to send somehow the data in a file Excel is it possible?
or store in the DUDE these values in the form of a table?

I don’t know how Dude may store such data in a table on it’s side. It just may execute a script where you may do what do you want and it may be not to easy to configure action to send received data to Excel.
Probably you may look on snmpwalk. In Gooogle I found something like this: Work with output from snmpwalk


Thank you!