Commit Graph

255 Commits

Author SHA1 Message Date
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
87d42eacac enforce single row return 2018-04-07 23:24:53 +01:00
Oliver Gorwits
f4a143612b #380 attempt to resolve port name when it is given wrong 2018-04-07 23:17:23 +01:00
Oliver Gorwits
d9a0103150 fix case insensitive username match for LDAP 2018-03-26 22:57:01 +01:00
Oliver Gorwits
3d5a26266e better link speed names on network map 2018-03-24 11:33:09 +00: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
b3457954a3 access to manual topology for admins without port_control role 2018-03-22 17:17:27 +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
ea9ac1c1a1 #371 usernames are case insensitive but case preserving 2018-03-21 09:23:11 +00:00
Oliver Gorwits
7529a93501 #382 invaid regexp syntax 2018-03-20 10:10:41 +00:00
Oliver Gorwits
72b64048bb fix netmap position saving 2018-03-19 22:58:14 +00:00
Oliver Gorwits
938b375df6 #381 LLDP port name is space compressed 2018-03-19 18:22:45 +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
1ba1ea2e27 better handling of malformed IPs in c_ip results 2018-03-17 14:57:13 +00:00
Oliver Gorwits
fb42c871c1 add interface alias for discovery IP 2018-03-17 14:24:05 +00:00
Oliver Gorwits
22e6e7a2d8 initial location filtering 2018-03-10 14:27:04 +00:00
Oliver Gorwits
ffc3f21533 rename devgrp to hgroup in netmap 2018-03-10 14:05:12 +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
8d01a415e7 strip whitespace from model on HP 2018-03-05 22:55:36 +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
0229d46f86 fix typo in log 2018-03-02 20:20:17 +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
0806a3c321 cleaner display for remote phones and aps without SNMP 2018-03-02 13:00:55 +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
e1b9f2225e move wap and phone detection into portproperties worker 2018-03-01 04:56:07 +00:00
Oliver Gorwits
94da566184 gather lldp remote capabilities and info 2018-02-28 21:41:34 +00:00
Oliver Gorwits
d13a4489df add cols to device_port_properties for lldpXMedRemInventoryTable stuff 2018-02-28 18:47:30 +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
78e5544dab avoid skips that go twice past max_deferrals not being reduced 2018-02-23 23:47:39 +00:00
Oliver Gorwits
5a5970e220 support IP prefix enum expansion in scheduler 2018-02-23 23:38:11 +00:00
Oliver Gorwits
cdc6306f6b support for multiples of the same action in schedule config 2018-02-22 22:43:30 +00:00
Oliver Gorwits
608cca3e2e support scheduling jobs with params 2018-02-22 21:57:46 +00:00
Oliver Gorwits
8d82023ac6 implement system_reports and convert PortErrorDisabled to system report 2018-02-22 21:31:17 +00:00
Oliver Gorwits
2aaec6b059 add start of err disabled report 2018-02-22 07:52:41 +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
3e7ffe8045 handle malformed IPs in c_ip results 2018-02-20 22:15:22 +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
4abee86efb #374 fix ACL with negation (earendilfr) 2018-02-15 20:03:05 +00:00
Oliver Gorwits
fb193b7f83 #374 fix renumber cli command (earendilfr) 2018-02-15 08:28:42 +00:00