Update README.md
parent
53c216855e
commit
3404889071
|
@ -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...
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue