device_auth usage

untested, who would have guessed?
This commit is contained in:
nick n
2019-05-27 02:37:55 +02:00
committed by GitHub
parent 0a20f68859
commit 496a3719c0

View File

@@ -12,13 +12,15 @@ 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: sshfreebsd
user: oliver driver: cli
password: letmein platform: FreeBSD
platform: FreeBSD only: '192.0.2.1'
arp_command: '/usr/sbin/arp' username: oliver
password: letmein
arp_command: '/usr/sbin/arp'
=cut =cut
use strict; use strict;