Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 681bd8bd271013e1e67e9167976fe8ac > files > 1

nagios-check_ldap-1.4.14-2mdv2010.0.i586.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/lib/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/lib/nagios/plugins/check_ldap -H $HOSTADDRESS$ -b $ARG1$ -4
        }