App-Netdisco

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  [BUG FIXES]

  * add missing require for URI::Based

2.057000 - 2022-09-24

  [NEW FEATURES]

  * #929 implement multi tenancy with tenant_databases setting

2.056000 - 2022-09-24

  [NEW FEATURES]

  * #925 implement ignore_deviceports and hide_deviceports settings

2.055001 - 2022-09-02

  [BUG FIXES]

  * #928 404 page template broken
  * sorting vlans in device ports tab works for extended vlan ranges

2.055000 - 2022-08-16

  [NEW FEATURES]

  * #914 new setting macsuck_no_deviceport to ignore nodes on a device port

  [ENHANCEMENTS]

  * #834 VLAN Mismatch report - add sysname, port comment, and vlan diff
  * #875 Node Search - layout and text changes to make meaning more clear
  * add DNS of remote_ip to undiscovered neighbors report

  [BUG FIXES]

  * fe80::/10 is not LOCAL ADDRESS like ::1/128

2.054000 - 2022-08-15

  [NEW FEATURES]

  * new discover_routed_neighbors setting to skip adding next-hops for discovery

  [ENHANCEMENTS]

  * #917 resolve dns for undiscovered neighbors
  * device ports column added for ifIndex (interface index)

  [BUG FIXES]

  * #918 avoid duplicate jobs mutually cancelling (only lower job ID is stops)
  * initialise the resolver config for the DNS resolution

2.053007 - 2022-08-09

  [ENHANCEMENTS]

  * add snmp browser option to limit searching to current device only
  * run 'loadmibs' in the background if needed for first device snmp browser

2.053006 - 2022-08-07

  [ENHANCEMENTS]

  * #911 requesting an SNMP snapshot in the web will now also install Browser data
  * #912 on SNMP Browser show OID status, enumeration syntax, and description

2.053005 - 2022-08-04

  [ENHANCEMENTS]

  * on SNMP Browser do not auto-expand branches with no data

2.053004 - 2022-08-04

  [ENHANCEMENTS]

  * the SNMP Browser will colour branches/leaves where there is data

2.053003 - 2022-08-03

  [ENHANCEMENTS]

  * #843 api tokens extended if login again when valid

2.053002 - 2022-08-03

  [NEW FEATURES]

  * #900 make Port VLAN mismatch respect setting hiding VLAN 1002-1005
  * make VLAN hiding and VLAN names configurable options and move to port properties sidebar section

  [ENHANCEMENTS]

  * #888 add 1.0.8802.1.1 and 1.3.111.2.802 to the SNMP browser
  * #906 snmp browser is very slow sometimes

  [BUG FIXES]

  * template error when no vlans known for a port

2.053001 - 2022-08-02

  [NEW FEATURES]

  * #904 add FortiOS SSH collector implementation from @jpvelders

2.053000 - 2022-08-02

  [NEW FEATURES]

  * #900 add option in device ports sidebar to hide vlan 1002-1005
  * Group Cisco subinterfaces in Device Ports view (like LAG)

  [BUG FIXES]

  * #877 fix Port VLAN Mismatches report incorrect with Cisco subinterfaces

2.052012 - 2022-08-02

Changes  view on Meta::CPAN

  * Avoid returning to the DB for every MAC on a neighbor port

  [BUG FIXES]

  * Update Print media CSS to handle new UI components
  * Deadlock in Discover over access to the device_ports table
  * Set canonical IP failed on synthesized cols (and was wrong anyway) (closes #35)
  * Remove dupe restriction on job queue, try for smarter *all queuing (closes #41)
  * Remove scary message from Auth::Extensible (closes #38)
  * Return first port neighbor match, if multiple devices claim the IP (closes #42)
  * Should handle empty ports preferences (closes #39)
  * Decode more entPhysicalEntry columns as UTF-8 (closes #37)
  * Lock device_port table when updating Device Ports (closes #40)
  * Fix missing node age column in device ports CSV (closes #33)

2.018000 - 2013-10-08

  [NEW FEATURES]

  * Add VLAN Inventory Report
  * Add Wireless SSID Inventory Report
  * Add Device Inventory by Location Report
  * Node DNS names resolved in their own job - see nodenames_no and nodenames_only

  [ENHANCEMENTS]

  * Respect ignore_interfaces and i_ignore when detecting wrapped device uptime
  * Try NodeIp OUI company name search if no node results found
  * Format About page numbers

  [BUG FIXES]

  * Update NodeWireless entries which match both MAC and SSID found, only
  * Fix SSL-proxy behaviour by using only path+query in links (W. Gould)
  * Avoid macsuck generated SQL bug when cleaning NULL VLAN (W. Gould)
  * During macsuck get VLAN from Q-BRIDGE if available (jeneric)
  * OK to include device ports when doing arpnip (jeneric)
  * Correct bulkwalk_off logic
  * Silence warnings when ports don't support i_lastchange
  * Correct *_only and *_no setting logic
  * Correct the instructions for runing dev instance of web and daemon

2.017000 - 2013-09-23

  [NEW FEATURES]

  * CSV download support for plugins
  * CSV download option for many reports and search/device results tabs
  * Icon in device port sidebar to reset to display defaults
  * Add "not" option in device port sidebar to invert Port/Name/VLAN filter

  [ENHANCEMENTS]

  * Try to make clear the intent of the navbar search and sidebar search
  * Device port sidebar legen display improvements
  * Minor CSS tweaks
  * Better logic for wildcarding on partial device port name match
  * Show manual topology links in device port table (yellow icon)
  * Change order or user tasks menu to have logout at the bottom
  * Show SNMP::Info version in the about page (if installed)
  * Navbar background image :-)
  * Documentation of the following features:
    Main App::Netdsisco page:
      - How to migrate from Netdisco 1.x
      - Suggest enable "housekeeping" setting in config after install
    Manual::Development:
      - How to git clone and run web server in dev mode
    Manual::WritingPlugins:
      - Plugins can return CSV data
      - Dancer route handler Role Based Access Control
      - ~/site_plugins INC dir supported for locally developed Plugins
      - App::NetdiscoX::Web::Plugin:: namespace for non-core Plugins
      - How to load Javascript and CSS files in <head> from a Plugin
      - Advice on supporting config settings (deployment.yml) in Plugins
      - Device Port column Plugins
      - Observium plugin (an example of a device port column plugin)

  [BUG FIXES]

  * Depend on newer Starman to avoid nasty EPIPE bug
  * Page title update fixes
  * Make sure navbar search field is always filled when internally linking
  * Fix APs channel list collapse when more than 10 APs
  * Make navbar search strikethrough work in more corner cases
  * Treat ifStatus "dormant" interfaces as "up"
  * Remove collision in "vendor" query string param name
  * Clear port remote_* details when manual topology is deleted
  * Misnamed no_port_control option is renamed to check_userlog

2.016003 - 2013-09-12

  [BUG FIXES]

  * Fix for Node Age being very broken.
  * Port status icon logic was incorrect for some up/down states.

2.016002 - 2013-09-11

  [BUG FIXES]

  * Fix device and device_port delete not to kill nodes during Discovery

2.016001 - 2013-09-11

  [BUG FIXES]

  * Fix for broken free port status

2.016000 - 2013-09-10

  [NEW FEATURES]

  * Wireless AP Reports (jeneric)
  * About page (jeneric)
  * Allow port list filtering by port state (up/down/etc)
  * Explicit partial match setting for port filter

  [ENHANCEMENTS]

  * Store port control and device delete log messages



( run in 0.663 second using v1.01-cache-2.11-cpan-f56aa216473 )