ID: 13366
Title: agent_aws: Add option to use password store in proxy settings
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Previously, it was only possible to set an explicit password for "Proxy server
details" in rule "Amazon Web Services (AWS)".
ID: 13368
Title: Fix bulk discovery on hosts imported from CSV in folder
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If hosts were imported with option "Import hosts via CSV file" and "Perform
automatic service discovery" in a folder, no hosts were selected for service
discovery after import.
ID: 13225
Title: netapp_api_fcp: "Transform failed" during cmk-update-config
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
For services of the plugin <i>netapp_api_fcp</i> the tool
<i>cmk-update-config</i> reported "Transform failed".
This is fixed now.
ID: 13347
Title: <tt>check_sftp</tt>: Fix command line argument for private key
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
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.