check_http 404 not found

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
kyang

Re: check_http 404 not found

Post 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
        }
nickanderson82
Posts: 29
Joined: Wed Sep 27, 2017 11:27 am

Re: check_http 404 not found

Post by nickanderson82 »

Sorry for the delayed response. That solved the issue. This can be completed now.
kyang

Re: check_http 404 not found

Post 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!
Locked