Oliver Gorwits
af7f36774a
add release notes
2015-01-27 07:34:21 +00:00
Oliver Gorwits
99a2facbc3
Update NetAddr::MAC dependency to fix IPv6 misidentification bug
2015-01-27 07:27:36 +00:00
Oliver Gorwits
67aebae2d3
[ #195 ] Fix CGI params parsing rows limit when "All" selected
2015-01-25 15:18:35 +00:00
Oliver Gorwits
85ab6e15ec
[ #181 ] AP Client Count report was broken
...
The DB query was joining on the device_port_wireless table which as any fule
kno isn't using the device port subinterface name so there would always be
zero results (as wireless data is related to the subinterface).
Fixed the query to use the device_port_ssid table, and also added a dedicated
template so additional data can be displayed in the report.
2015-01-25 12:31:37 +00:00
Oliver Gorwits
bb49b695a6
[ #179 ] Catch failure to get uptime from device
2015-01-25 10:26:31 +00:00
Oliver Gorwits
e03cb75729
[ #174 ] LDAP users should not be able to change password
2015-01-25 10:26:31 +00:00
Oliver Gorwits
2d48243326
another temporary fix for v6 addr / mac addr confusion in NetAddr::MAC
2015-01-24 13:43:23 +00:00
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
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
51e2984724
additional BSD notes
2014-12-26 11:55:04 +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
68cd5d2447
Merge branch 'master' of ssh://olly_g@git.code.sf.net/p/netdisco/netdisco-ng
2014-11-19 12:53:06 +00:00
Oliver Gorwits
a8d63ff4af
restart worker after two days if splay restart did not trigger
2014-11-19 12:52:40 +00:00
Oliver Gorwits
5a95601ffe
suppress uninitialized warning on module inventory display
2014-11-17 09:37:44 +00:00
Oliver Gorwits
a8208121c2
[ #133 ] Custom reports respect sorting in SQL
2014-11-16 22:29:11 +00:00
Oliver Gorwits
b183295564
add node_freshness alert to release notes
2014-11-15 00:03:09 +00:00
Oliver Gorwits
9c14d5783a
release 2.029013_002
2014-11-14 23:57:04 +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
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
db9775780b
release 2.029013_001
2014-11-14 00:14:31 +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
Eric A. Miller
bab790e329
Relation class typo
2014-10-20 23:20:02 -04:00
Eric A. Miller
805afe97cb
POD typo
2014-10-20 23:19:14 -04:00
Oliver Gorwits
d2dbaf416b
fix typo in relnotes
2014-10-11 11:23:05 +01:00
Oliver Gorwits
e276ecd8b2
release 2.029012
2014-10-09 17:00:59 +01:00
Oliver Gorwits
c231cfdeb1
release 2.029011
2014-10-07 18:49:42 +01:00
Oliver Gorwits
9826b653ea
release 2.029010
2014-10-07 08:38: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
7630b6ec7b
support override of reports
2014-10-05 12:38:06 +01:00
Oliver Gorwits
745a3b7a63
explicit note on upgrading instruction about pre-2.x
2014-10-04 15:04:05 +01:00