Exporting Discovery Errors - TADDM/taddm-wiki GitHub Wiki
There is a support script in TADDM under support/bin/exportevents.jy/bat that will report discovery events to a CSV file. These events are the same events that are seen in the discovery UI either live or in the history.
The script published here is a branch of that script that will only report the errors. The logic also attempts to weed out false negatives. For example, a SessionSensor failure will not be reported if there is a successful SnmpMib2Sensor for that target. The script includes a new parameter called 'latest' that will report on the last discovery run. The script quotes all values in the CSV to allow easier loading into Excel and easier parsing.
To install, download the following to dist/custom on a discovery or domain server.