<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>only_from = 127.0.0.1 </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Can anybody tell me how I use domains names instead of IP address in the nrpe file, I have read somewhere that you can use tcp wrappers which I have tried.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">My nrpe file looks like this:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial"># default: on</FONT>

<BR><FONT SIZE=2 FACE="Arial"># description: NRPE (Nagios Remote Plugin Executor)</FONT>

<BR><FONT SIZE=2 FACE="Arial">service nrpe</FONT>

<BR><FONT SIZE=2 FACE="Arial">{</FONT>

<BR><FONT SIZE=2 FACE="Arial">        flags           = REUSE</FONT>

<BR><FONT SIZE=2 FACE="Arial">        socket_type     = stream</FONT>

<BR><FONT SIZE=2 FACE="Arial">        port            = 5666</FONT>

<BR><FONT SIZE=2 FACE="Arial">        wait            = no</FONT>

<BR><FONT SIZE=2 FACE="Arial">        user            = nagios</FONT>

<BR><FONT SIZE=2 FACE="Arial">        group           = nagios</FONT>

<BR><FONT SIZE=2 FACE="Arial">        server          = /usr/local/nagios/bin/nrpe</FONT>

<BR><FONT SIZE=2 FACE="Arial">        server_args     = -c /usr/local/nagios/etc/nrpe.cfg --inetd</FONT>

<BR><FONT SIZE=2 FACE="Arial">        log_on_failure  += USERID</FONT>

<BR><FONT SIZE=2 FACE="Arial">        disable         = no</FONT>

<BR><FONT SIZE=2 FACE="Arial">        only_from       = 127.0.0.1              </FONT>

<BR><FONT SIZE=2 FACE="Arial">}</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">And my hosts.allow looks like</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">#</FONT>

<BR><FONT SIZE=2 FACE="Arial"># hosts.allow   This file describes the names of the hosts which are</FONT>

<BR><FONT SIZE=2 FACE="Arial">#               allowed to use the local INET services, as decided</FONT>

<BR><FONT SIZE=2 FACE="Arial">#               by the '/usr/sbin/tcpd' server.</FONT>

<BR><FONT SIZE=2 FACE="Arial">#</FONT>

<BR><FONT SIZE=2 FACE="Arial">nrpe: 17.0.0.1 monitor.domain.co.uk</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">But I'm still getting Could not complete SSL handshake, is the above configuration correct or can I not use domain names instead of IP's</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Martyn</FONT>
</P>

</BODY>
</HTML>