diff --git a/lib/App/Netdisco/SSHCollector/Platform/Linux.pm b/lib/App/Netdisco/SSHCollector/Platform/Linux.pm index b8afafc2..b0449267 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/Linux.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/Linux.pm @@ -12,12 +12,14 @@ This collector uses "C" as the command for the arp utility on your system. If you wish to specify an absolute path, then add an C item to your configuration: - sshcollector: - - ip: '192.0.2.1' - user: oliver - password: letmein - platform: Linux - arp_command: '/usr/sbin/arp' +device_auth: + - tag: sshlinux + driver: cli + platform: Linux + only: '192.0.2.1' + username: oliver + password: letmein + arp_command: '/usr/sbin/arp' =cut