wok diff nagios-nrpe/stuff/nrpe.cfg @ rev 9641

Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 27 16:22:35 2011 +0000 (2011-04-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nagios-nrpe/stuff/nrpe.cfg	Wed Apr 27 16:22:35 2011 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +####################################"
     1.5 +# NRPE Config
     1.6 +####################################"                                       
     1.7 +define command{                                                              
     1.8 +        command_name    check_nrpe                                             
     1.9 +        command_line    $USER1$/check_nrpe -n -H $HOSTADDRESS$ -c $ARG1$
    1.10 +}