Skip to content

Commit e8fe7e2

Browse files
authored
Update Web-API-Guide_kr.md
1 parent 596fcb1 commit e8fe7e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scouter.document/tech/Web-API-Guide_kr.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
- `net_http_server_enabled` : set `true`
99
- `net_http_api_enabled` : set `true`
1010
- `net_http_port` : default value `6180`
11-
- `net_http_api_allow_ips` : default value `localhost,127.0.0.1,0:0:0:0:0:0:0:1,::1`;
11+
- `net_http_api_allow_ips` : default value `localhost,127.0.0.1,0:0:0:0:0:0:0:1,::1`
12+
- `net_collector_ip_port_id_pws` : default value 127.0.0.1:6100:admin:admin
13+
- format : {host}:{port}:{id}:{pw},{host}:{port}:{id}:{pw}
1214

1315
### StandAlone Mode로 실행
1416
- Web API는 Servlet을 통해 서비스 되면 HTTP 프로토콜이나 JSON 파싱 등 부가적인 작업이 필요하기 때문에 기본 수집서버에 비해 자원 사용량이 높다.

0 commit comments

Comments
 (0)