Skip to content

Commit 493b63b

Browse files
authored
Update Web-API-Guide.md
1 parent e8fe7e2 commit 493b63b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scouter.document/tech/Web-API-Guide.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 Run
1416
- Web api needs much more memory and cpu usage than scouter collector server because of servlet processing, JSON parsing and another workings.

0 commit comments

Comments
 (0)