|
The NRPE daemon is either always-SSL or never-SSL (depending on whether the daemon was run with the -n flag or not). Of course, you could be clever and run the SSL vesion on 5666 and the non-SSL version on 5665, or similar. It is not possible for you to connect to the daemon with non-SSL unless the daemon was started non-SSL (the -n flag, which unfortunately is undocumented).
For SSL to work you'll need the SSL libraries at both ends, of course.
We have some servers here running non-SSL and some running with SSL. The mrtg-nrpe.pl plugin can query both, as long as it is given the -n flag where needed. It cannot query the SSL servers with non-SSL though.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|