Code: Select all
define service{
use local-service
host_name credit
service_description Admin URL
servicegroups TS
check_command check_nrpe!check_http!'-I localhost -w 8 -c 10 -p 8580 -u /login/'
}
HTTP WARNING: HTTP/1.1 404 - 664 bytes in 0.005 second response time
How can change threshold ? I changes -w and -c variables but it is still showing the warning error .
How can solve it ?