I am using The Dude version 7.18.1 to monitor our MikroTik network. I would like to create a report (CSV or Excel) containing full information from all devices, including:
Device IPs and names
Interface information (status Up/Down, Rx/Tx, MTU, VLANs, etc.)
SNMP data if available
CPU, memory, and other relevant device statistics
Currently, I have not created any Probes yet, and I would like to know how to start from scratch, including:
Creating the necessary Probes to collect all interface and device data
Exporting this information automatically to a CSV or Excel file for all devices
Could you please advise the best approach to achieve this, or if there are any built-in reporting tools, scripts, or workflows in The Dude to generate comprehensive reports?
The auto-discovery on a subnet will add the devices and create some initial probes – depending on what detected. Autodiscovery will work on a single IP too. But what probes it detects depends on stuff like username/password, SNMP profile has correct info, etc configured in server default).
Now in terms of generating a report...you are more limited. Basically you just can export CSV or SVG (for probe graphs) - but there is no master report so you have to combine CSV and SVG manually if one report with everything. On top, there is no API/CLI automation to generate the CSVs outside the Dude GUI, which means it's a multi-step manual process.
For monitoring and alerting of RouterOS devices, Dude works pretty well. For "reporting", you can basically extract the collected data.
Thank you for your answer!
We will have around 1,500 routers, so I would say our network is quite large. For the time being, I only need this report to monitor the routers. In the future, however, we are planning to use a dedicated tool for this purpose.