Hi,
I am trying to configure URL https://hostname:port/#/ into icinga.
But, i am getting socket timeout error.
Below is the configuration i am trying,
apply Service "IGADEV FrontEnd URL" {
import "generic-service"
check_command = "check_http_timer"
vars.ip = "10.126.202.7"
vars.port = "3081"
vars.nrpe_timeout = "180"
vars.check_interval = 5m
vars.uri = "https://hostname:port/#/"
vars.goa_area = "IdM-DEV"
assign where host.vars.role == "DEV-URL"
}
Please, someone can help me what i am missing. By default timeout will be 10seconds, i have given it to 180 seconds