Commit Graph

713 Commits

Author SHA1 Message Date
Eric A. Miller
a65227fe1b Default class of a PoE port is 0 if not otherwise defined 2013-11-08 19:47:24 -05:00
Eric A. Miller
f021b171c6 Add Access Point client count report 2013-11-07 23:22:39 -05:00
Eric A. Miller
be70f01d71 Add missing </div> to Access Point Radios Channel and Power report 2013-11-05 23:24:47 -05:00
Eric A. Miller
70ca1d9462 Add Ports that are blocking report 2013-11-05 23:20:48 -05:00
Eric A. Miller
2334991782 Add Ports administratively disabled report 2013-11-05 23:01:30 -05:00
Eric A. Miller
15fb4030a6 Add ports with multiple nodes attached report 2013-11-05 22:34:10 -05:00
Eric A. Miller
6d55dcd923 Move device addresses without DNS query out of model as it is unlikely to be used outside of the report. 2013-11-05 21:01:29 -05:00
Eric A. Miller
a16f8b4019 Add Device addresses with DNS entries report 2013-11-05 17:51:06 -05:00
Eric A. Miller
62b55f71ca Add Nodes with multiple IP addresses report 2013-11-04 23:01:08 -05:00
Eric A. Miller
e810156987 update changes and documentation clarification of return value of with_poestats_as_hashref 2013-11-04 21:35:51 -05:00
Eric A. Miller
9f29204676 Squashed commit of the following:
commit 4b6f3de36cbf508c05fbf7f18acee1758bc838ed
Merge: 94ed8b8 200dd2d
Author: Eric A. Miller <emiller@cpan.org>
Date:   Mon Nov 4 19:30:04 2013 -0500

    Merge branch 'master' into em-poe-report

commit 94ed8b8cf01963030a40829fd71bff529750719e
Author: Eric A. Miller <emiller@cpan.org>
Date:   Sun Nov 3 23:34:07 2013 -0500

    Show PoE module statistics in device details if available

commit 652974b312c11d6017cf6f3c0693d62085774e80
Author: Eric A. Miller <emiller@cpan.org>
Date:   Sun Nov 3 23:31:02 2013 -0500

    Move PoE statistics to model from controller
    Add missing div in PoE status report

commit f94f68b1c84d23b2f252d985509757d95be5c0d0
Author: Eric A. Miller <emiller@cpan.org>
Date:   Tue Oct 22 22:38:45 2013 -0400

    Device PoE status report
2013-11-04 19:45:49 -05:00
Oliver Gorwits
200dd2d3d1 format fix for timestamp in poller performance report 2013-11-03 11:42:21 +00:00
Oliver Gorwits
4c2b0f93dc change to use Virtual table for Poller Performance report 2013-11-03 11:41:02 +00:00
Oliver Gorwits
42e5568370 Add Slow Devices admin report 2013-11-03 11:32:33 +00:00
Oliver Gorwits
e5cb093f3e Add Poller Performance admin report 2013-11-02 23:29:17 +00:00
Oliver Gorwits
9723e679ef Add user activity log to frontend admin menu 2013-11-02 19:56:19 +00:00
Oliver Gorwits
327a3c5e7f Can now set untagged VLAN on trunking and non-trunking ports 2013-11-02 19:20:46 +00:00
Oliver Gorwits
d0cd743006 Set of Port Name (description) fixed to assume OK dialog response 2013-11-02 18:09:55 +00:00
Oliver Gorwits
667715dd30 release 2.019003 2013-10-27 03:06:29 +00:00
Oliver Gorwits
f90f2b0a67 Fix redirect in Dancer to not forcibly apply scheme+host 2013-10-27 03:05:28 +00:00
Eric A. Miller
c0c8edf6f0 Use cursor to speed up get_port_macs(). This provides a significant performance improvement in both macsuck and macwalk operations especially in deployments with a large number of devices and device interfaces. 2013-10-25 19:00:50 -04:00
Oliver Gorwits
9d426e64a1 release 2.019002 2013-10-24 05:56:32 +01:00
Oliver Gorwits
e444efb004 Fix HTTP redirects when running under HTTP/S 2013-10-24 05:55:19 +01:00
Oliver Gorwits
d1f3b89f43 release 2.019001 2013-10-22 15:39:55 +01:00
Oliver Gorwits
91a90350d1 Fix syntax error in Util/SNMP.pm 2013-10-22 15:39:22 +01:00
Oliver Gorwits
aab5933de8 release 2.019000 2013-10-22 14:18:07 +01:00
Oliver Gorwits
326f651d6e release 2.018000_002 2013-10-22 13:44:32 +01:00
Oliver Gorwits
6c9c5a8ca5 add documentation for async dns and snmpv3 2013-10-22 13:42:56 +01:00
Oliver Gorwits
b35c976f82 Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng 2013-10-21 22:43:27 +01:00
Oliver Gorwits
9c9299bf01 SNMPv3 support (needs docs), set default snmpver to 3 2013-10-21 22:42:59 +01:00
Eric A. Miller
5ec0a3bf64 Make macsuck_no_vlan option consistent with netdisco 1.x. fddi-default,token-ring-default,fddinet-default,trnet-default may be added to trunk ports even though not in use on device. 2013-10-21 00:04:25 -04:00
Eric A. Miller
d24d0749fc Better logic for determining VLANs in use on ports for macsuck on community string indexed devices. The previous logic did not exclude VLAN interfaces, effectively ignoring the macsuck_all_vlans default setting of false. 2013-10-20 22:36:50 -04:00
Oliver Gorwits
b2c261050e remove unused code 2013-10-19 20:58:21 +01:00
Oliver Gorwits
1f50ab1166 Avoid returning to the DB for every MAC on a neighbor port 2013-10-19 20:54:48 +01:00
Oliver Gorwits
b9ed21ea41 Ports with active nodes are set to be "up" immediately (closes #9) 2013-10-19 20:47:35 +01:00
Oliver Gorwits
85e507a4e9 Fix missing node age column in device ports CSV (closes #33) 2013-10-19 20:34:57 +01:00
Oliver Gorwits
a03f9cb865 Lock device_port table when updating Device Ports (closes #40) 2013-10-19 19:57:52 +01:00
Oliver Gorwits
11b054f1a9 Decode more entPhysicalEntry columns as UTF-8 (closes #37) 2013-10-19 19:44:01 +01:00
Oliver Gorwits
eefce06cbf Should handle empty ports preferences (closes #39) 2013-10-19 19:29:18 +01:00
Oliver Gorwits
4526d63cfc Return first port neighbor match, if multiple devices claim the IP (closes #42) 2013-10-19 19:23:15 +01:00
Oliver Gorwits
0fcd558c45 fix minor issue with locking rows for macsuck update 2013-10-19 19:07:47 +01:00
Oliver Gorwits
4b6e216674 release 2.018000_001 2013-10-16 23:56:23 +01:00
Oliver Gorwits
e43595cc7c give set_canonical_ip some POD 2013-10-16 23:53:07 +01:00
Oliver Gorwits
cab30e1ece Remove scary message from Auth::Extensible (closes #38) 2013-10-16 23:47:31 +01:00
Oliver Gorwits
c6925d1c1a Remove dupe restriction on job queue, try for smarter *all queuing (closes #41) 2013-10-16 23:38:58 +01:00
Oliver Gorwits
e7dac14cb0 fix another bug in device root_ip discovery 2013-10-16 22:38:41 +01:00
Oliver Gorwits
57cc2e029f Set canonical IP failed on synthesized cols (and was wrong anyway) (closes #35) 2013-10-16 21:00:10 +01:00
Eric A. Miller
8946cf291b async dns support 2013-10-15 22:55:44 -04:00
Eric A. Miller
325e59bade Default PERL_ANYEVENT_MAX_OUTSTANDING_DNS to the same as the AnyEvent library default if setting('dns')->{max_outstanding} not defined 2013-10-15 22:51:38 -04:00
Oliver Gorwits
ac1b77d44a Deadlock in Discover over access to the device_ports table 2013-10-15 21:35:26 +01:00