Page 2 of 2

Re: check_http 404 not found

Posted: Mon Oct 02, 2017 11:59 am
by kyang
You should be able to just add it into your service check defined under your host.

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
        }

Re: check_http 404 not found

Posted: Thu Oct 05, 2017 2:08 pm
by nickanderson82
Sorry for the delayed response. That solved the issue. This can be completed now.

Re: check_http 404 not found

Posted: Thu Oct 05, 2017 2:09 pm
by kyang
Sounds great and no worries!

If you have any more questions, feel free to create another thread!

Thank you for using the Nagios Support Forum!