Random Project

Love the HTAccess CLI Argument

Thank you for adding this plugin. Most dont let you specify htaccess login to check a site. IMO this is very crucial.

My Command Definition Example:

# ‘check_url_status’ command definition with htaccess login
define command{
command_name check_url_status
command_line $USER1$/check_url_status -U $ARG1$ –http-user=$ARG2$ –http-passwd=$ARG3$
}

Thanks!