Nagios nrpe 서버를 중지할 수 없습니다.

Nagios nrpe 서버를 중지할 수 없습니다.

참고: 저는 이전 Ubuntu 14.04를 언급하고 있습니다! :( 나를 비난하지 마세요. 내 잘못이 아닙니다.

이 과정이 있어요

여기에 이미지 설명을 입력하세요.

죽이면 뭔가가 자동으로 다시 시작됩니다.

그만둬야 해!

나는 성공하지 않고 다음을 시도했습니다.

# systemctl disable nrpe.service
# systemctl stop nrpe.service
# systemctl status nrpe.service
nrpe.service - Nagios Remote Plugin Executor
   Loaded: loaded (/etc/systemd/system/nrpe.service; disabled)
   Active: failed (Result: exit-code) since Tue 2021-08-17 09:44:23 CEST; 14min ago
     Docs: http://www.nagios.org/documentation
 Main PID: 21974 (code=exited, status=1/FAILURE)
   CGroup: name=dsystemd:/system/nrpe.service

Aug 17 09:44:23 localhost nrpe[21974]: Starting up daemon
Aug 17 09:44:23 localhost nrpe[21974]: Bind to port 5666 on 0.0.0.0 failed: Address already in use.

나도 시도했다

# /etc/init.d/nagios-nrpe-server stop
# /etc/init.d/nagios-nrpe-server status
#

하지만 htop에서는 프로세스가 여전히 실행 중입니다.

서비스 상태를 쿼리하는 기존 방법을 사용합니다.

# service --status-all
[ - ]  nagios-nrpe-server

# service nagios-nrpe-server stop

그러나 프로세스는 여전히 존재합니다(다른 PID를 사용하므로 자동으로 다시 시작됨).

반품

# systemctl stop nagios-nrpe-server
Failed to issue method call: Unit nagios-nrpe-server.service not loaded.
# systemctl disable nagios-nrpe-server
Failed to issue method call: No such file or directory

답변1

해결하다!

# stop nrpe
# rm -f /etc/init/nrpe.conf

여기에서 지침을 찾으세요:https://support.nagios.com/kb/print-741.html

관련 정보