Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > 6f1a937e08a638113a9af8e531ab01dd > files > 1

nagios-check_ssh-1.4.14-8mdv2010.1.i586.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	/usr/lib/nagios/plugins/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    /usr/lib/nagios/plugins/check_ssh $HOSTADDRESS$ -4
        }