Yasen Pramatarov 53c216855e | ||
---|---|---|
go | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
config.php | ||
functions.php | ||
index.php |
README.md
jilo-agent
overview
Jilo Agent - a remote agent for Jilo Web
Initial version is in PHP.
The current version is in "go" folder and is in Go.
license
This project is licensed under the GNU General Public License version 2 (GPL-2.0). See LICENSE file.
installation
Clone the git repo.
Build the agent:
go build -o jilo-agent main.go
configuration
The config file is "jilo-agent.json", in the same folder as the "jilo-agent" binary.
usage
Run the agent
./jilo-agent
Send queries to its port (by default 8080, configurable in jilo-agent.json):
curl -s http://localhost:8080/nginx
curl -s http://localhost:8080/jicofo
etc...