Oliver Gorwits
6cdfd80d10
allow undiscovered neighbors report to use discover_{waps,phones} setting
2019-03-03 14:34:00 +00:00
Oliver Gorwits
ef560fb59a
#506 relax device renumber so it works for an alias
2019-03-02 22:41:40 +00:00
Oliver Gorwits
a643820a62
#428 Port-Channels not showing in netmap
2019-03-02 21:54:27 +00:00
Oliver Gorwits
e7aacddbc6
#498 Map with VLAN filter omits unconnected devices
2019-03-02 20:01:05 +00:00
Oliver Gorwits
ca3fd8f466
#505 device renumber should update device port properties and device skips
2019-03-02 15:00:18 +00:00
ram
c2600ac550
Change location of ifindex to DevicePortProperties
...
* instead of DevicePort
* as requested by Oliver in PR #513 review
2019-02-23 15:26:38 +01:00
ram
24a7e80470
PR for #510 - store ifindex in device_port
2019-02-23 15:26:38 +01:00
Oliver Gorwits
23a87f19fd
be less strict about finding the IP for logging
2019-01-03 23:29:14 +00:00
Oliver Gorwits
5bc0afa2f5
#476 log on delete for rows from related tables
2019-01-02 21:44:36 +00:00
Oliver Gorwits
d614382fcd
#436 new SQL query for neigbor map to allow mismatched/one-way links (Linwood-F)
2019-01-02 20:37:19 +00:00
nick n
733f82c3dc
2 typos
2018-12-13 22:52:48 +01:00
Mohammad S Anwar
369590d17f
Fixed pod error as reported by CPANTS. ( #456 )
2018-11-27 11:18:45 +00:00
Oliver Gorwits
e39cf197bf
further tune job picker
2018-06-17 21:55:18 +01:00
Oliver Gorwits
0cce3b3834
jobs with username are only allowed one attempt to unskip
2018-06-07 23:17:13 +01:00
Oliver Gorwits
d959adde36
issue DB schema statements each within savepoints
2018-05-09 06:07:30 +01:00
Oliver Gorwits
6098b893ad
#410 improvements to Undiscovered Neighbors report
2018-05-07 17:15:11 +01:00
Oliver Gorwits
deafc7bc8f
#404 fix using 0 to disable max_deferrals and retry_after
2018-04-22 17:54:49 +01:00
Oliver Gorwits
0193d453ec
also fix DevicePortSpeed
2018-04-22 12:44:43 +01:00
Oliver Gorwits
cab129a579
#380 should check descr not name for "vlan"
2018-04-22 11:54:36 +01:00
Oliver Gorwits
ea592c6b28
#398 user submitted jobs are run regardless of max deferrals
2018-04-18 21:57:26 +01:00
Oliver Gorwits
642820d25b
try to match remote port in netmap against port, name, and descr
2018-04-10 21:45:41 +01:00
Oliver Gorwits
60e22dda3c
Merge branch 'master' into og-remoteport-fix
2018-04-08 13:13:04 +01:00
Oliver Gorwits
02c9da4e99
do not require remote_port to exist at remote_ip
...
this has a bug whereby if the list of remote_ports is not the same
size as the list of real matching ports, then the list of port names
will be short, and port descriptions may be assigned to the wrong
ports, or the query may crash. needs testing.
2018-04-08 00:55:36 +01:00
Oliver Gorwits
97d5501ba0
do not include logical aggregate masters in netmap/speed calc
2018-04-07 23:59:59 +01:00
Oliver Gorwits
927f2f0a74
#390 cannot take logarithm of zero (C. Stromsoe)
2018-04-07 23:27:11 +01:00
Oliver Gorwits
d89c25b60a
fix device search SQL error (reported by bhuddah)
2018-03-23 09:53:57 +00:00
Oliver Gorwits
850610f6b0
network map working with pseudo devices
2018-03-22 21:22:58 +00:00
Oliver Gorwits
3ae4eabd39
#12 store Cisco PortFast status in device_port_properties:faststart
2018-03-21 10:53:09 +00:00
Oliver Gorwits
90cfac5e7a
rename device_groups to host_groups in netmap positions
2018-03-19 18:15:50 +00:00
Oliver Gorwits
a2ce65c8b8
working folters and colors for host group and location
2018-03-19 17:47:22 +00:00
Oliver Gorwits
43edd06b56
use port type filter for links instead of ethernetCsmacd
...
per is_vlan_interface from App::Netdisco::Util::Port
see also https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib
2018-03-19 14:30:11 +00:00
Oliver Gorwits
5d8475822b
speed should be 0 on links with no data, to hide label
2018-03-10 11:42:01 +00:00
Oliver Gorwits
147ef33d5e
dynamic size in neighbor map should use device_port_properties
2018-03-10 11:38:41 +00:00
Oliver Gorwits
9fa8372685
#274 errors in IP Inventory report
2018-03-10 11:32:02 +00:00
Oliver Gorwits
a2269c469f
#24 Show device age in device search view
2018-03-10 11:09:04 +00:00
Oliver Gorwits
66e3d2d64e
#31 Configurable Free Time in Port Utilization Report
2018-03-10 10:45:39 +00:00
Oliver Gorwits
dd44877059
#48 Node Monitor supports matching on OUI
2018-03-10 09:26:23 +00:00
Oliver Gorwits
8a90236984
add missing col to schema
2018-03-05 22:46:33 +00:00
Oliver Gorwits
66ecb203a7
#370 Missing Map Links due to inability to parse port speeds
2018-03-05 21:42:02 +00:00
Oliver Gorwits
6a43842ea9
#372 fix inventory doesn't work with only one device
2018-03-02 15:59:47 +00:00
Oliver Gorwits
7b5f8c76f3
complete the migration of connected device ID to connected inventory
2018-03-02 12:42:36 +00:00
Oliver Gorwits
94da566184
gather lldp remote capabilities and info
2018-02-28 21:41:34 +00:00
Oliver Gorwits
93155d3f26
move random() in TastyJobs to where it is more useful
2018-02-23 23:54:08 +00:00
Oliver Gorwits
b69ad22a52
show port error disable state in device ports view
2018-02-22 07:27:11 +00:00
Oliver Gorwits
5584865052
minor fixes
2018-02-21 21:31:48 +00:00
Oliver Gorwits
7191a1cd00
implement port properties table and error disable gathering to it
2018-02-20 22:45:53 +00:00
Oliver Gorwits
15a38edbc1
tune the job picking sql to avoid user jobs ignoring skips
2018-02-16 08:22:07 +00:00
Oliver Gorwits
bfc34049db
handle jobs with device key first
2018-02-11 21:53:29 +00:00
Oliver Gorwits
a024716495
fix error in jobs pick
2018-02-10 19:48:44 +00:00
Oliver Gorwits
f71aae75fd
web jobs are highest prio; make sql cleaner
2018-02-10 16:33:46 +00:00