Hello

I want to monitor my website which is basically running with only https

I have tried this

object Host "mysite.com" {
    address = "mysite.com"
    check_command = "http"
    vars.http_vhosts["www.mysite.com"] = {
    http_uri = "/"
    }
    vars.http_ssl="1"
}

Here is the service warning message

HTTP WARNING: HTTP/1.1 404 Not Found - 5825 bytes in 0.012 second response
time

If I switch my site to http instead of https then it is working fine.

Would you please help me how I can monitor https url

Regards
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to