From 0a20f688598a5456074ec0043584f72eec0e4e85 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Mon, 27 May 2019 02:35:58 +0200 Subject: [PATCH] device_auth config totally untested, but old one was worse --- lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm b/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm index 6ad33539..74292a95 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm @@ -9,15 +9,18 @@ App::Netdisco::SSHCollector::Platform::CPVSX Collect ARP entries from Check Point VSX This collector uses "C" as the command for the arp utility on your -system. Clish "C" dows not work correctly in versions prior to R77.30. +system. Clish "C" does not work correctly in versions prior to R77.30. Config example: - sshcollector: - - ip: '192.0.2.1' - user: oliver - password: letmein - expert_password: letmein2 - platform: CPVSX +device_auth: + - tag: sshcpvsx + driver: cli + platform: CPVSX + only: '192.0.2.1' + username: oliver + password: letmein + expert_password: letmein2 + =cut