|
From: Oliver G. <ol...@cp...> - 2015-02-23 13:23:47
|
Hi Gerhard, On 2015-02-23 13:02, Gerhard Rappenecker wrote: > I_m running Netdisco Version 1.0 Please take a look at upgrading to Netdisco 2, if you can: https://metacpan.org/pod/App::Netdisco > In netdisco.conf the Database Maintenance and Data Removal is > configured: > expire_devices = 365 > expire_nodes = 365 > expire_nodes_archive = 3650 > > My problem: > Doing a Search by Age in the IP Inventory never shows IPs older than > one year ("IPs not used in one year") > How can I display the expired nodes between 365 and 3650 days? The expire_nodes configuration option affects *both* archived and non-archived nodes: http://www.netdisco.org/readme.html#database_maintenance So, there are no nodes after 365 days. With your configuration, expire_nodes_archive is never used. Usually expire_nodes_archive is less than expire_nodes. For example in Netdisco 2 the defaults are: https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Configuration.pod#expire_nodes regards, oliver. |