default-xinetd 411 B

123456789101112131415
  1. # default: on
  2. # description: NRPE (Nagios Remote Plugin Executor)
  3. service nrpe
  4. {
  5. disable = yes
  6. socket_type = stream
  7. port = 5666
  8. wait = no
  9. user = nagios
  10. group = nagios
  11. server = ${exec_prefix}/sbin/nrpe
  12. server_args = -c /etc/nagios/nrpe.cfg --inetd
  13. only_from = 127.0.0.1
  14. log_on_failure += USERID
  15. }