Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 4b745cb87c2f76c3500b2bf3e9d361d9 > files > 100

nagios-plugins-1.4.12-1mdv2009.0.src.rpm

# $Id: check_ssh.cfg 148613 2008-01-11 17:59:43Z oden $
# 'check_ssh' command definition
define command{
	command_name	check_ssh
	command_line	@libexecdir@/check_ssh $HOSTADDRESS$
	}

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

# 'check_ssh_4' command definition
define command{
        command_name    check_ssh_4
        command_line    @libexecdir@/check_ssh $HOSTADDRESS$ -4
        }