Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 976b679ce1655ae93a17848cfebf018c > files > 1

nagios-check_ldap-1.4.15-6.x86_64.rpm

# $Id: check_ldap.cfg 148613 2008-01-11 17:59:43Z oden $
# 'check_ldap' command definition
define command{
	command_name	check_ldap
	command_line	/usr/lib64/nagios/plugins/check_ldap -H $HOSTADDRESS$ -b $ARG1$
	}

####
# use these checks, if you want to test IPv4 connectivity on IPv6 enabled systems
####

# 'check_ldap_4' command definition
define command{
        command_name    check_ldap_4
        command_line    /usr/lib64/nagios/plugins/check_ldap -H $HOSTADDRESS$ -b $ARG1$ -4
        }