Update README.md

main
Yasen Pramatarov 2024-09-02 20:58:20 +00:00
parent 53c216855e
commit 3404889071
1 changed files with 3 additions and 3 deletions

View File

@ -34,10 +34,10 @@ Run the agent
./jilo-agent
```
Send queries to its port (by default 8080, configurable in jilo-agent.json):
Send queries to its port (by default 8081, in order to avoid 80, 8080, 8888; configurable in jilo-agent.json):
```bash
curl -s http://localhost:8080/nginx
curl -s http://localhost:8080/jicofo
curl -s http://localhost:8081/nginx
curl -s http://localhost:8081/jicofo
etc...
```