scouter.client.product-os.x86_64.tar.gz : OS에 맞는 클라이언트 다운로드
3. 사전 작업
방화벽 오픈
에이전트 --> 서버 : TCP/UDP 6100 포트 오픈 필요
서버 --> 클라이언트 : TCP 6100 포트 오픈 필요
4. 서버 설정 및 실행
scouter/server/conf/scouter.conf 수정 (기본 설정)
# 스카우터 서버 ID, 수집 서버가 여러 대 있을 경우 ID 지정 필요
server_id=
# 서버 리스닝 TCP/UDP 포트, 디폴트 6100
net_tcp_listen_port=
net_udp_listen_port=
# 저장되는 데이터 경로 (디렉토리명 : database)
db_dir=
# 로그 경로 (디렉토리명 : logs)
log_dir=
실행 scouter/server/startup.sh scouter/server/startup.bat
중지 scouter/server/stop.sh scouter/server/stop.bat
5. 호스트 에이전트 설정 및 실행
scouter/agent.host/conf/scouter.conf 수정 (기본 설정)
# 수집 서버 IP 및 리스닝 포트
net_collector_ip=
net_collector_udp_port=
net_collector_tcp_port=
# 오프젝트명 (클라이언트에 표시될 이름)
obj_name=
# 호스트명
# 이 호스트에서 자바 에이전트도 실행한다면, 자바 에이전트 설정 파일에 obj_host_name 동일하게 설정
host_name=
실행 /scouter/agent.host/host.sh /scouter/agent.host/host.bat
# 수집 서버 IP 및 리스닝 포트
net_collector_ip=
net_collector_udp_port=
net_collector_tcp_port=
# 오프젝트명 (클라이언트에 표시될 이름)
obj_name=
# 호스트 에이전트 설정 파일에서 기재한 host_name과 동일하게 작성
obj_host_name=