오픈소스APM

스카우터 host 설치

더킹123 2021. 6. 22. 17:06
728x90

스카우터 host 설치

1. Agent(host) 설정

[root@rac1 agent.host]# cd conf/

[root@rac1 conf]# vim scouter.conf

### scouter host configruation sample

Net_collector_ip=127.0.0.1

Net_collector_u_port=6100

Net_collector_tcp_port=6100

Cpu_warning_pct=80

Cpu_fatal_pct=85

Cpu_check_period_ms=60000

Cpu_fatal_history=3

Cpu_alert_interval_ms=300000

Disk_warning_pct=88

Disk_fatal_pct=92

 

2. Agent(host) 실행

[root@rac1 agent.host]# ./host.sh

nohup: redirecting stderr to stdout

[root@rac1 agent.host]#

 

3. 프로세스 확인

[root@rac1 logs]# ps -ef|grep scouter

root     22883     1  5 13:37 pts/3    00:00:19 java -Xmx1024m -classpath ./scouter-server-boot.jar scouter.boot.Boot ./lib

root     25754     1 13 13:42 pts/3    00:00:03 java -classpath ./scouter.host.jar scouter.boot.Boot ./lib

root     26034 10830  0 13:43 pts/3    00:00:00 grep --color=auto scouter

728x90