Re: check_http 404 not found
Posted: Mon Oct 02, 2017 11:59 am
You should be able to just add it into your service check defined under your host.
Like this.
Like this.
Code: Select all
define service{
use local-service ; Name of service template to use
host_name localhost
service_description HTTP-TEST
check_command check_http!-H xxx.xxx.xxx
notifications_enabled 0
}