netdisco-sshcollector script to get ARP data on devices without SNMP

This commit is contained in:
Oliver Gorwits
2014-08-25 10:13:18 +01:00
parent 6695f659a1
commit b59e844d57
8 changed files with 489 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ if ( $^O eq 'linux' ) {
recommends 'Graph' => 0;
recommends 'GraphViz' => 0;
recommends 'Net::OpenSSH' => 0;
install_share 'share';
@@ -82,6 +83,7 @@ install_script 'bin/netdisco-daemon';
install_script 'bin/netdisco-web-fg';
install_script 'bin/netdisco-web';
install_script 'bin/netdisco-rancid-export';
install_script 'bin/netdisco-sshcollector';
resources
homepage => 'http://netdisco.org/',