스카우터 페이퍼 설치
스카우터 페이퍼 설치(리눅스)
1. 다운로드
- URL : https://github.com/scouter-contrib/scouter-paper/releases
- 위 사이트에 접속하여 scouter-paper-v2.6.4.zip 다운로드
2. 압축해제 및 extweb 폴더로 파일 이동
[root@rac1 work]# unzip scouter-paper-v2.6.4.zip
Archive: scouter-paper-v2.6.4.zip
inflating: paper/asset-manifest.json
creating: paper/css/
inflating: paper/css/react-grid-layout-styles.css
inflating: paper/css/react-resizable-styles.css
inflating: paper/static/media/cube.79cade8a.png
inflating: paper/static/media/SpaceMono-Regular.1f1edc7d.ttf
inflating: paper/static/media/technology-icons.eb151c2f.svg
inflating: paper/static/media/NanumSquareEB.9b98722f.eot
inflating: paper/static/media/NanumSquareEB.0029b8a5.woff
inflating: paper/static/media/NotoSans-Regular.2fd9c16b.ttf
inflating: paper/static/media/Kavivanar-Regular.67421aca.ttf
inflating: paper/static/media/jetty.e183bd28.png
inflating: paper/static/media/kafka.bc85bb43.png
creating: paper/static/css/
inflating: paper/static/css/main.753a65de.css
inflating: paper/static/css/main.753a65de.css.map
inflating: paper/static/js/main.61ad0d3c.js
inflating: paper/static/js/main.61ad0d3c.js.map
**압축해제 한 파일을 기존 scouter의 extweb 폴더로 복사
[root@rac1 paper]# cp –r * ~scouter/server/extweb/
3. server 설정 파일 수정
[root@rac1 conf]# vi scouter/server/conf/scouter.conf
##기존 설정 내용
net_collector_ip=127.0.0.1
net_collector_udp_port=6100
net_collector_tcp_port=6100
##추가 내용
#기본설정
net_http_server_enabled=true
net_http_api_enabled=true
net_http_port=6180
#ID/PW 인증 + 쿠키
net_http_api_auth_session_enabled=true
net_http_api_cors_allow_credentials=true
#ID/PW 인증 + 토큰
net_http_api_auth_bearer_token_enabled=true
#IP기반인증
net_http_api_auth_ip_enabled=true
net_http_api_allow_ips=192.168.0.0
4. Java agent 설정 파일 수정
[root@rac1 conf]# vi scouter/agent.java/conf/scouter.conf
##기존 설정 내용
obj_name=WAS-01
net_collector_ip=127.0.0.1
net_collector_udp_port=6100
net_collector_tcp_port=6100
##추가 내용
counter_interaction_enabled=true
5. 접속 방법
- URL : http://192.168.0.0:6180/extweb/index.html
- ID/PW : admin / admin
6. 포트 변경
- Paper 화면 SETTINGS 메뉴에서 Edit 버튼을 누르고 Port가 6188로 되어 있는걸 6180으로 변경
- 6180 포트는 scouter에서 webapp을 독립 실행하지 않고 scouter collector 서버에 포함된 형태로 실행한 경우의 포트
7. 페이퍼 화면
- 다양한 전용 컴포넌트로 성능 모니터링 대시보드 생성
- SERVER 및 WAS 에 대한 성능 모니터링
- 다양한 지표 추가 및 대시보드 변경 가능
**색상 변경(GRAY)