Oliver Gorwits
b4871a1499
release 2.030000
2015-01-08 11:11:07 +00:00
Oliver Gorwits
b2d61b3d5f
[ #193 ] DBI Exception for Cisco ACE MacAddr format
...
Also standardise on IEEE MAC format now that NetAddr::MAC has that corrected.
2015-01-08 11:07:28 +00:00
Oliver Gorwits
ca078c8f62
Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng
2015-01-03 09:59:40 +00:00
Oliver Gorwits
4beb4223a3
[ #18 ] Inventory by Model by OS Report
2015-01-01 19:50:17 +00:00
Oliver Gorwits
af16e1f4f9
[ #15 ] Undiscovered Neighbor report JOIN fixed, and updated to include
...
the ports where Macsuck saw the MAC address of a known Device
2015-01-01 18:38:39 +00:00
Oliver Gorwits
d44d6a84a8
Delete all job queue entries (regardless of status) when deleting device
2015-01-01 17:52:48 +00:00
Oliver Gorwits
06f62f97b7
[ #4 ] Allow comment on device port in the log, for any user
2015-01-01 17:48:25 +00:00
Oliver Gorwits
472fd38d69
additional BSD notes
2014-12-26 12:00:07 +00:00
Oliver Gorwits
87fe634231
Ignore entries in the discover form that dont look like IP/hostname
2014-12-24 19:12:34 +00:00
Oliver Gorwits
f366576027
Fix for node search on some formats of IPv6 addr being seen as MAC
2014-12-24 18:45:52 +00:00
Oliver Gorwits
cceae236d1
Update IP Inventory to show MAC address and have working Last Used sort
2014-12-24 18:23:13 +00:00
Oliver Gorwits
692482caa7
Add BSD install notes
2014-12-24 16:17:15 +00:00
Oliver Gorwits
1ed59c4864
Request net-snmp-devel on Fedora/Red-Hat builds
2014-12-24 15:49:33 +00:00
Oliver Gorwits
0bb10f5db6
release 2.029014
2014-11-19 23:04:59 +00:00
Oliver Gorwits
2f6c2c0cdb
[ #172 ] Native VLAN change compatible with Cisco (trunk/access) and Others
...
This will first try to set the pvid (Cisco trunk),
and then use vlan (everything else).
Ideally we instead get SNMP::Info to make a smart choice which was the
intention behind set_i_untagged, but it's broken at the moment.
2014-11-19 22:20:12 +00:00
Oliver Gorwits
d91ee66634
Discovered devices are polled for ARP and MAC immediately
2014-11-19 22:05:34 +00:00
Oliver Gorwits
a8208121c2
[ #133 ] Custom reports respect sorting in SQL
2014-11-16 22:29:11 +00:00
Oliver Gorwits
f6ae7be611
[ #170 ] Show device SNMP::Info class in web interface
2014-11-16 21:49:36 +00:00
Oliver Gorwits
1f7fe169ec
[ #159 ] Macsuck archive behaviour same as ND1 (unseen nodes remain active)
2014-11-14 23:55:25 +00:00
Oliver Gorwits
a308d1a177
[ #162 ] Change from Net::MAC to NetAddr::MAC
...
Note that IEEE and Microsoft are the WRONG WAY ROUND in NetAddr::MAC. I've
emailed the author about this. A dirty hack is in place to deal with it.
2014-11-14 22:49:07 +00:00
Oliver Gorwits
e4c668fb12
Add "Run Expire Job" to the Admin Menu
2014-11-14 22:26:03 +00:00
Oliver Gorwits
87a09b0973
[ #168 ] Jobs requested via web UI are treated as high priority
2014-11-14 22:20:10 +00:00
Oliver Gorwits
445d26bb31
fix worker restart to happen once per hour per day
2014-11-14 21:44:48 +00:00
Oliver Gorwits
ebb5adc6ee
[ #164 ] Workers should restart periodically
...
They restart once a day, if the worker completes a job at least every hour.
The worker ID is compared to the hour of day and if the modulus matches, then
it exits (and is restarted by MCE). Should do the trick with memory usage.
2014-11-14 00:11:09 +00:00
Oliver Gorwits
016d090d26
[ #165 ] Mention system clock in docs
2014-11-13 23:53:06 +00:00
Oliver Gorwits
f58e7c1753
[ #161 ] Updated IOS-XR SSHCollector
2014-11-13 23:51:10 +00:00
Oliver Gorwits
51fa835e16
[ #169 ] Remove ref to force install of Dancer and DBIC
2014-11-13 23:46:03 +00:00
Oliver Gorwits
e3f5022caa
[ #156 ] Only delete node_ip and node_nbt when no active nodes reference
...
I'm a bit wary that this will slow things down horribly.
2014-11-13 23:42:27 +00:00
Oliver Gorwits
bf27489a87
[ #157 ] Device Port Log being emptied by device discover
2014-11-13 21:49:49 +00:00
Oliver Gorwits
5a1ed2e313
[ #160 ] Job Queue fatal error on num_slots
2014-11-13 21:44:33 +00:00
Oliver Gorwits
e72bfa750e
fix for latest DBIx::Class (deploy)
2014-10-19 13:46:41 +01:00
Oliver Gorwits
ae5ca802f4
[ #152 ] HP devices with port names "D##" not sorted by portsort.js
...
In naturalsort there is handling for Float, Decimal and Scientific notation.
This looks for numbers like:
'10.04f','10.039F','10.038d','1.528535047e5'
It was breaking port sorting for ports named like "D1", "D10" etc.
Have removed support for sorting these numbers as it's unlikely we need that
in Netdisco, for now.
2014-10-09 16:58:02 +01:00
Oliver Gorwits
090cd631d4
Fix typo in the Device By Location report template
2014-10-07 18:48:38 +01:00
Oliver Gorwits
455ab22fca
Require old DBIC version to fix deploy problem
2014-10-07 08:37:46 +01:00
Oliver Gorwits
d50dba3eee
[ #143 ] Pass parameter(s) to custom reports via bind_params config
2014-10-05 13:00:03 +01:00
Oliver Gorwits
f6b1112931
Administration (SSH, Telnet, Web) links for devices
2014-09-29 21:35:57 +01:00
Oliver Gorwits
4a6081fc58
add expire_jobs and set default expire times
2014-09-27 11:31:37 +01:00
Oliver Gorwits
478de3a8f6
release 2.029008
2014-09-23 20:30:22 +01:00
Oliver Gorwits
bbeda4bfa7
Add Dancer import to SSHCollector Platforms
2014-09-16 19:35:49 +01:00
Oliver Gorwits
fb365f1203
Setting for items in number of records per table page menu
2014-09-15 23:42:00 +01:00
Oliver Gorwits
0c896ab022
release 2.029007
2014-09-12 14:09:37 +01:00
Oliver Gorwits
9f4be96964
Add PaloAlto and IOS-XR support to netdisco-sshcollector
2014-09-03 13:22:52 +00:00
Oliver Gorwits
1e90fea47a
do not attempt DNS resolution on bad IPs
2014-09-03 12:57:15 +00:00
Oliver Gorwits
d32024a782
Accept host names to netdisco-do show
2014-09-03 11:11:15 +00:00
Oliver Gorwits
b89988cd69
Skip device aliases which cannot be parsed as IPs
2014-09-03 10:39:30 +00:00
Oliver Gorwits
2bc92999b8
[ #123 ] Allow devices with no LLDP/CDP to be found as Nodes
2014-08-25 18:48:11 +01:00
Oliver Gorwits
05493abbb7
release 2.029006
2014-08-25 17:23:14 +01:00
Oliver Gorwits
4c08de9512
Add Nodes discovered through LLDP/CDP report
2014-08-25 16:45:38 +01:00
Oliver Gorwits
3b6ae9e58e
Port search also searches on the Remote ID and Type
2014-08-25 15:17:01 +01:00
Oliver Gorwits
f6b854f99f
Revert "Search device by CDP/LLDP advertised ID or Type"
...
This reverts commit 7411cf6cdd .
2014-08-25 14:54:15 +01:00