Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

mr.o

Reviews(1)
bymr.o, March 2, 2012
Hi
I have a strange problem, I can manually perform the script in CLI:t $ ./check_domain -d exemple.com it works great.

But when I let Nagios run the script i only get UNKNOWN "We do not support this domain (not integrated). Sorry" as result.

define command{
command_name check_domain
command_line $USER1$/check_domain -d $ARG1$
}


define service {
use generic-service
host_name exemple.com
service_description DNS-Expire date
check_command check_domain!exemple.com
}