Jilo Agent - a remote agent for Jilo Web
Go to file
Yasen Pramatarov 3404889071 Update README.md 2024-09-02 20:58:20 +00:00
go Bugfixes 2024-09-02 23:01:15 +03:00
.gitignore Adds gitignore 2024-09-02 21:46:12 +03:00
CHANGELOG.md Initial version in Go (switching from PHP to Go) 2024-09-02 21:43:49 +03:00
LICENSE Initial commit 2024-09-01 11:34:49 +00:00
README.md Update README.md 2024-09-02 20:58:20 +00:00
config.php Adds config file. 2024-09-01 16:57:57 +03:00
functions.php Adds config file. 2024-09-01 16:57:57 +03:00
index.php Adds config file. 2024-09-01 16:57:57 +03:00

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 8081, in order to avoid 80, 8080, 8888; configurable in jilo-agent.json):

curl -s http://localhost:8081/nginx
curl -s http://localhost:8081/jicofo
etc...