plugin/check_url_available: miscellaneous improvements
This merge request introduces the following changes:
- The
http_code
parameter has been renamedhttp-code
for consistency. - The
check-secure
parameter has been removed. Users should specifyhttp-code = 401
instead. - The
username
andpassword
parameters have been added to optionally enable HTTP basic authentication. - The logging output has been changed slightly.