Page 1 of 1

Traffic between server and client encrypted?

Posted: Sun Jun 10, 2012 8:46 am
by sparkey
Hi,

I have recently installed nagios3 using aptitude on SERVER01 and nagios-nrpe-plugin on SERVER02.

Is the traffic being sent between these two machines encrypted with ssl or something or is there any setting that i need to apply?

Thanks!

Re: Traffic between server and client encrypted?

Posted: Mon Jun 11, 2012 9:57 am
by agriffin
NRPE traffic is usually encrypted with SSL unless you call check_nrpe with the -n option or compile NRPE without the proper SSL library headers.

Re: Traffic between server and client encrypted?

Posted: Fri Jun 15, 2012 2:16 pm
by sparkey
Okey, thanks for your answer!

I did not build from source. I installed using aptitude (apt-get) so it should be fine?

Re: Traffic between server and client encrypted?

Posted: Fri Jun 15, 2012 3:08 pm
by agriffin
Yep, you should be fine.

Re: Traffic between server and client encrypted?

Posted: Sat Jun 16, 2012 11:53 am
by sparkey
okey, thanks!