Skip to content
/ alita Public

a agent app for linux,monitoring and Remote execution of commands.

Notifications You must be signed in to change notification settings

jun283/alita

Repository files navigation

Alita is a golang agent app starter kit for linux, base on go-application-starter-kit.

Goal

A agent app starter kit base on golang for linux, Built in some common functions:

  1. monitoring of processes, CPU, memory and hard drive utilization on a Linux server.

  2. Remote execution of commands.

How to Contribute

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request

go-application-starter-kit

https://github.com/jun283/go-application-starter-kit

Start

git clone https://github.com/jun283/alita.git

Simple

http://localhost:9900/simple

Simple

![Simple](simple.png)

APIs

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>

About

a agent app for linux,monitoring and Remote execution of commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages