Commit Graph

699 Commits

Author SHA1 Message Date
Oliver Gorwits
cd22c741e5 initial support for bind params in custom reports 2014-09-30 08:02:27 +01:00
Oliver Gorwits
d3a6f3e526 update M::I 2014-09-27 11:33:47 +01:00
Oliver Gorwits
4a6081fc58 add expire_jobs and set default expire times 2014-09-27 11:31:37 +01:00
Oliver Gorwits
fc3bda77cb better way to specify Dancer force version 2014-09-27 10:57:59 +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
c70dcf60d5 better format for table page sizes 2014-09-16 18:42:46 +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
374a668d38 fix header level in docs 2014-09-15 21:29:45 +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
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
fb7bcbf120 fix undef data error in JS, and when no remote_(ip|port) 2014-08-25 17:13:11 +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
Oliver Gorwits
7411cf6cdd Search device by CDP/LLDP advertised ID or Type 2014-08-25 13:38:45 +01:00
Oliver Gorwits
b59e844d57 netdisco-sshcollector script to get ARP data on devices without SNMP 2014-08-25 10:13:18 +01:00
Oliver Gorwits
6695f659a1 fix get_arp docs 2014-08-23 13:35:32 +01:00
Oliver Gorwits
c5caab6601 release 2.029005 2014-08-13 11:44:02 +01:00
Oliver Gorwits
0028598461 Filter undefined entries from user log 2014-08-13 11:42:50 +01:00
Oliver Gorwits
9102d366f2 release 2.029004 2014-08-11 22:04:03 +01:00
Oliver Gorwits
4124a14e58 Do not autoload all modules in a namespace... picks up old/bad code 2014-08-11 22:00:32 +01:00
Oliver Gorwits
62df379a9d release 2.029002 2014-08-10 21:36:59 +01:00
Oliver Gorwits
9afbe6d7e6 New backend daemon code, no SQLite. MCE::Flow.
Squashed commit of the following:

commit 3284b62509
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 21:17:06 2014 +0100

    config defaults tidying

commit ade7bcd880
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 20:00:01 2014 +0100

    high priority jobs are picked first and inserted to prio queue

commit d450dfd2bd
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 19:25:21 2014 +0100

    better status

commit b8a742e5de
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 16:54:03 2014 +0100

    update proctitle when worker not running

commit 0c3675a8f4
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 16:48:58 2014 +0100

    remove all trace of SQLite - new lightweight Job object

commit a13ed25f6a
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 14:45:22 2014 +0100

    rename pollers to tasks

commit 44b50f413f
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 14:13:00 2014 +0100

    update docs

commit 517b1ae4c1
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 13:55:31 2014 +0100

    merge interactive and poller worker types

commit e9043b90e8
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 13:47:41 2014 +0100

    only take one job at a time per worker

commit 2366738d54
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 13:43:31 2014 +0100

    auto job priorities

commit 1fd473fd50
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 13:18:59 2014 +0100

    preload all worker modules into shared memory

commit 9ceb43c0f7
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 13:13:07 2014 +0100

    daemon clean

commit c817a35537
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Aug 10 12:36:24 2014 +0100

    first refactor for MCE::Flow and MCE::Queue
2014-08-10 21:34:46 +01:00
Oliver Gorwits
d3992f57fd release 2.029001 2014-08-10 21:20:22 +01:00
Oliver Gorwits
cb9667f58c navbar_autocomplete config item to disable main navbar autocomplete 2014-08-08 23:17:25 +01:00
Oliver Gorwits
1e58a045d4 [#131] More correct network space utilization (M. Kosmach) 2014-08-08 23:08:58 +01:00
Oliver Gorwits
d943b5d125 Update Sourceforge links in metadata, add DESCRIPTION for CPAN (N. Bowers) 2014-08-08 23:06:47 +01:00
Oliver Gorwits
54f9892144 release 2.029000_002 2014-08-08 22:43:38 +01:00
Oliver Gorwits
f9e8673705 NBTname search with wildcards fixed 2014-08-08 22:39:59 +01:00
Oliver Gorwits
1c3e0f260c Push a row into Device Modules for the chassis even if no module info 2014-08-08 22:33:52 +01:00
Oliver Gorwits
1f73f061f7 Always set DBIC_TRACE_PROFILE=console 2014-08-08 21:37:15 +01:00
Oliver Gorwits
0f2fadcede Add docs note about database backups 2014-08-08 21:13:13 +01:00
Oliver Gorwits
d604659716 Clean up duplicate node entries on vlan 0 2014-08-08 20:59:30 +01:00
Oliver Gorwits
b45c62003d release 2.029000_001 2014-08-08 07:35:26 +01:00
Oliver Gorwits
f176d7c1ba portability fix on linux 2014-08-08 06:32:02 +00:00
Oliver Gorwits
d5675c1bb3 portable setting of proctitle 2014-08-07 18:50:26 +01:00
Oliver Gorwits
941308698d use Sys::Proctitle instead of Perl $0 2014-08-07 16:46:43 +00:00
Oliver Gorwits
d9d2ea6b51 Log at debug the vlan reindexing in macsuck 2014-08-06 23:20:16 +01:00
Oliver Gorwits
5549e5239a Handle management IP of one device being in use on another device 2014-08-06 22:23:19 +01:00
Oliver Gorwits
5d23338cbd Process tree updated to show daemon worker status/activity
Squashed commit of the following:

commit a785b88b43
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Wed Aug 6 21:32:11 2014 +0100

    complete daemon pstree updates

commit f77bf5361f
Merge: f519410 fcb8195
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Wed Aug 6 20:45:22 2014 +0100

    Merge branch 'master' into og-proctitle

commit f51941076f
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Tue Aug 5 22:14:58 2014 +0100

    set proctitle on daemon
2014-08-06 21:33:41 +01:00
Oliver Gorwits
c75c48a558 Only start scheduler when schedule config exists 2014-08-05 21:33:05 +01:00
Oliver Gorwits
770a92a772 Additional debug levels for netdisco-do to show DBIx::Class and net-snmp 2014-08-04 23:52:08 +01:00
Oliver Gorwits
06ba99e4e6 Do not leak SNMP community string into debug output (unless LEAK_COMMUNITY=1) 2014-08-04 23:25:22 +01:00
Oliver Gorwits
f63527644a New netdisco-do command "show" for diagnostic reporting 2014-08-04 22:14:14 +01:00
Oliver Gorwits
70531a17f1 UTF-8 encoding for Port Name (description) 2014-08-02 14:39:28 +01:00