Wyko / netcrawl

Netcrawl is a tool designed to discover and poll one or more devices, inventory them, and then provide useful data on the processed devices.
http://netcrawl.readthedocs.io
54 stars 10 forks source link

Add 'Update Existing Device' Functionality #23

Open Wyko opened 7 years ago

Wyko commented 7 years ago

Objective

When performing a scan with a pre-existing database, the application will identify pre-existing devices and update them rather than adding duplicate entries.

Possible Implementation

After polling a device, search the database for a duplicate unique_name.

If found:

Concerns

The application may be interested in tracking changes in device state over time. What would be the best way to do that?