device_auth

uhhu, untested
This commit is contained in:
nick n
2019-05-27 02:39:59 +02:00
committed by GitHub
parent 496a3719c0
commit 4514855b03

View File

@@ -2,7 +2,7 @@ package App::Netdisco::SSHCollector::Platform::GAIAEmbedded;
=head1 NAME =head1 NAME
App::Netdisco::SSHCollector::Platform::GAIAembedded App::Netdisco::SSHCollector::Platform::GAIAEmbedded
=head1 DESCRIPTION =head1 DESCRIPTION
@@ -14,12 +14,14 @@ This collector uses "C<arp>" as the command for the arp utility on your
system. If you wish to specify an absolute path, then add an C<arp_command> system. If you wish to specify an absolute path, then add an C<arp_command>
item to your configuration: item to your configuration:
sshcollector: device_auth:
- ip: '192.0.2.1' - tag: sshgaia
user: netdisco driver: cli
password: letmein platform: GAIAEmbedded
platform: GAIAEmbedded only: '192.0.2.1'
arp_command: 'arp' username: oliver
password: letmein
arp_command: 'arp'
=cut =cut