Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 5ff7b24b9a6e3ad2163fc09631452c0cb8f0a1fc
https://github.com/tribe29/checkmk/commit/5ff7b24b9a6e3ad2163fc09631452c0cb…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
A .werks/13347
M active_checks/check_sftp
Log Message:
-----------
13347 FIX <tt>check_sftp</tt>: Fix command line argument for private key
The active check <tt>check_sftp</tt> claimed to accept
<tt>--private-key</tt>
as a command line argument for specifying a private key to be used for the
SFTP login. However, attempting to use this option resulted in the error
<tt>option --private-key not recognized</tt>.
As of this werk, <tt>check_sftp</tt> accepts
<tt>--private-key-file</tt> as
a command line argument. This can be used to specify the path to a private
key or certificate file which will be used for authentication.
Closes #398
Change-Id: I8c4f70d2f0831ab4f054283f95d87afdab3def80