release 2.003002
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2.003002 - 2014-05-03
|
||||||
|
|
||||||
|
* POD fixups
|
||||||
|
|
||||||
2.003001 - 2014-02-04
|
2.003001 - 2014-02-04
|
||||||
|
|
||||||
* Change to use %DEVICE% as well - full url must be configured in location
|
* Change to use %DEVICE% as well - full url must be configured in location
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: '2.003001'
|
version: 2.003002
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package App::NetdiscoX::Web::Plugin::RANCID;
|
package App::NetdiscoX::Web::Plugin::RANCID;
|
||||||
|
|
||||||
our $VERSION = '2.003001';
|
our $VERSION = '2.003002';
|
||||||
|
|
||||||
use Dancer ':syntax';
|
use Dancer ':syntax';
|
||||||
|
|
||||||
@@ -58,8 +58,7 @@ App::NetdiscoX::Web::Plugin::RANCID - Link to device backups in RANCID/WebSVN
|
|||||||
- X::RANCID
|
- X::RANCID
|
||||||
|
|
||||||
plugin_rancid:
|
plugin_rancid:
|
||||||
location: 'https://websvn-server.example.com/rancid/%GROUP%/'
|
location: 'https://websvn-server.example.com/rancid/%DEVICE%'
|
||||||
open_in_same_window: false
|
|
||||||
|
|
||||||
=head1 Description
|
=head1 Description
|
||||||
|
|
||||||
@@ -89,7 +88,7 @@ The text "C<%GROUP%>" will be replaced with the group name for this device, if
|
|||||||
known to Netdisco. This uses the same configuration as for
|
known to Netdisco. This uses the same configuration as for
|
||||||
L<netdisco-rancid-export>, an example of which is below:
|
L<netdisco-rancid-export>, an example of which is below:
|
||||||
|
|
||||||
rancid:
|
rancid:
|
||||||
by_ip: [ other ]
|
by_ip: [ other ]
|
||||||
groups:
|
groups:
|
||||||
switch: [ 'name:.*[Ss][Ww].*' ]
|
switch: [ 'name:.*[Ss][Ww].*' ]
|
||||||
@@ -103,7 +102,7 @@ regular expression as in the above example.
|
|||||||
|
|
||||||
The device DNS name is used, or if missing the device SNMP sysName. Adding the
|
The device DNS name is used, or if missing the device SNMP sysName. Adding the
|
||||||
group to the list in C<by_ip> will make the link include the device IP
|
group to the list in C<by_ip> will make the link include the device IP
|
||||||
instead.
|
instead of the name.
|
||||||
|
|
||||||
=head2 open_in_same_window
|
=head2 open_in_same_window
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user