Alita is a golang agent app starter kit for linux, base on go-application-starter-kit.
A agent app starter kit base on golang for linux, Built in some common functions:
-
monitoring of processes, CPU, memory and hard drive utilization on a Linux server.
-
Remote execution of commands.
-
Fork it
-
Create your feature branch (git checkout -b my-new-feature)
-
Commit your changes (git commit -am 'Add some feature')
-
Push to the branch (git push origin my-new-feature)
-
Create new Pull Request
https://github.com/jun283/go-application-starter-kit
git clone https://github.com/jun283/alita.git
http://localhost:9900/simple
![Simple](simple.png)
1.Root
GET /
2.Log view
GET /log
3.Host info
GET /host/info
4.Change host name
PUT /host/name
form-data:
key:hostname value=<new_host_name>