Oliver Gorwits
d91ee66634
Discovered devices are polled for ARP and MAC immediately
2014-11-19 22:05:34 +00:00
Oliver Gorwits
59a53b2c65
latest Dancer dep
2014-11-19 21:58:57 +00:00
Oliver Gorwits
312c55cddd
revert hack for NetAddr::MAC now that upstream has fixed Microsoft and IEEE formats
2014-11-19 13:17:45 +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
f6ae7be611
[ #170 ] Show device SNMP::Info class in web interface
2014-11-16 21:49:36 +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
e4c668fb12
Add "Run Expire Job" to the Admin Menu
2014-11-14 22:26:03 +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
78a31b9b1c
Typo in template
2014-11-05 20:44:54 -05:00
Oliver Gorwits
d8102bf0d4
Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng
2014-10-23 23:04:47 +01: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
Eric A. Miller
889bd96d8c
Ignore komodo files
2014-10-20 23:18:53 -04:00
Oliver Gorwits
e72bfa750e
fix for latest DBIx::Class (deploy)
2014-10-19 13:46:41 +01:00
Oliver Gorwits
8d51e69563
depend on Dancer version with fixed YAML::XS support
2014-10-19 13:33:50 +01: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
ae5ca802f4
[ #152 ] HP devices with port names "D##" not sorted by portsort.js
...
In naturalsort there is handling for Float, Decimal and Scientific notation.
This looks for numbers like:
'10.04f','10.039F','10.038d','1.528535047e5'
It was breaking port sorting for ports named like "D1", "D10" etc.
Have removed support for sorting these numbers as it's unlikely we need that
in Netdisco, for now.
2014-10-09 16:58:02 +01:00
Oliver Gorwits
6564d9ca29
fix tabs in portsort.html
2014-10-09 16:54:47 +01:00
Oliver Gorwits
93b19240e2
fix tabs
2014-10-09 14:43:51 +01:00
Oliver Gorwits
c231cfdeb1
release 2.029011
2014-10-07 18:49:42 +01:00
Oliver Gorwits
090cd631d4
Fix typo in the Device By Location report template
2014-10-07 18:48:38 +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
Oliver Gorwits
cd22c741e5
initial support for bind params in custom reports
2014-09-30 08:02:27 +01:00
Oliver Gorwits
f6b1112931
Administration (SSH, Telnet, Web) links for devices
2014-09-29 21:35:57 +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
f8e1507069
require DBIC version which fixes the dupe connection bug
2014-09-27 10:58:51 +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