에 새로운 유물을 구성하는 방법 나는 MONIT을 가진 어려움 newrelic-sysmond
MONIT
를 시작하는 데 이것은 현재 설정
check process newrelic with pidfile /var/run/nrsysmond.pid
start program = "/etc/init.d/newrelic-sysmond start"
stop program = "/etc/init.d/newrelic-sysmond stop"
이다 그러나 나는 항상 'newrelic-sysmond' failed to start
를 얻을. 다른 데몬은 정상적으로 실행 중입니다.
아이디어가 있으십니까?
http://stackoverflow.com/questions/6542830/running-monit-as-a-restricted-user-and-making-it-watch-a-process-that-needs-root – Walden