16 lines
588 B
Text
16 lines
588 B
Text
NRPE
|
|
----
|
|
|
|
Put any local check command you need into /etc/nagios/nrpe_local.cfg or
|
|
as a *.cfg file in /etc/nagios/nrpe.d/
|
|
These files are included from the /etc/nagios/nrpe.cfg
|
|
|
|
Do not rely on SSL mode for security
|
|
------------------------------------
|
|
|
|
NRPE contains an SSL mode which encrypts the data over the NRPE channel.
|
|
The current implementation does not verify client or server and uses
|
|
pregenerated key data by default. It cannot be fixed right away because
|
|
it would break the existing NRPE protocol.
|
|
|
|
Please refer to the file SECURITY.md in this directory for more information.
|