MCPcopy Index your code
hub / github.com/akile-network/akile_monitor

github.com/akile-network/akile_monitor @v0.03

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.03 ↗ · + Follow
37 symbols 87 edges 7 files 9 documented · 24%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Akile Monitor

预览图 Demo https://cpu.icu

前端项目地址 https://github.com/akile-network/akile_monitor_fe

Docker部署

前后端集合一键脚本

wget -O ak-setup.sh "https://raw.githubusercontent.com/akile-network/akile_monitor/refs/heads/main/ak-setup.sh" && chmod +x ak-setup.sh && sudo ./ak-setup.sh

image

主控后端

wget -O setup-monitor.sh "https://raw.githubusercontent.com/akile-network/akile_monitor/refs/heads/main/setup-monitor.sh" && chmod +x setup-monitor.sh && sudo ./setup-monitor.sh

被控端

wget -O setup-client.sh "https://raw.githubusercontent.com/akile-network/akile_monitor/refs/heads/main/setup-client.sh" && chmod +x setup-client.sh && sudo ./setup-client.sh <your_secret> <url> <name>

wget -O setup-client.sh "https://raw.githubusercontent.com/akile-network/akile_monitor/refs/heads/main/setup-client.sh" && chmod +x setup-client.sh && sudo ./setup-client.sh 123321 wss://123.321.123.321/monitor HKLite-One-Akile

主控前端部署教程(cf pages)

1.下载

https://github.com/akile-network/akile_monitor_fe/releases/latest/download/akile_monitor_fe.zip

2.修改config.json为自己的api地址(公网地址)(如果前端要加ssl 后端也要加ssl 且此处记得改为https和wss)

{
  "socket": "ws(s)://192.168.31.64:3000/ws",
  "apiURL": "http(s)://192.168.31.64:3000"
}

3.直接上传文件夹至cf pages

image image

4.设置域名(可选)

image

Core symbols most depended-on inside this repo

formatSize
called by 16
tgbot.go
fetchData
called by 3
main.go
Decimal
called by 3
client/monitor.go
writeMessage
called by 3
client/main.go
sendOrEditServerStatus
called by 2
tgbot.go
parseCPU
called by 2
tgbot.go
SendTGMessage
called by 2
tgbot.go
startbot
called by 1
tgbot.go

Shape

Function 28
Struct 9

Languages

Go100%

Modules by API surface

main.go16 symbols
tgbot.go7 symbols
client/monitor.go4 symbols
client/main.go4 symbols
config.go2 symbols
client/model/model.go2 symbols
client/config.go2 symbols

For agents

$ claude mcp add akile_monitor \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page