#api-server #monitoring #monitor #tool #linux #name

应用 linux-monitor

一款轻量级的Linux监控系统,需要与api-server一起使用

9个版本

0.2.7 2022年9月13日
0.2.6 2022年9月13日
0.2.4 2022年8月28日
0.1.0 2022年8月18日

31#api-server

每月 25次下载

MIT 许可协议

21KB
531

Linux监控系统

1.启动api-server

docker run -d --name monitor-api-server -p 8080:8080 seekerman/monitor-api-server:latest

2.安装linux-monitor

cargo install linux-monitor

# CentOS
wget https://gitee.com/seeker_rs/linux-monitor/releases/download/release-0.2.7/linux-monitor-CentOS.zip
# Ubuntu
wget https://gitee.com/seeker_rs/linux-monitor/releases/download/release-0.2.7/linux-monitor-Ubuntu.zip

3.运行

# show help
linux-monitor -h
# output
linux-monitor 0.2.0
Seeker <[email protected]>
A lightweight Linux monitoring tool, need to be used with api-server

USAGE:
    linux-monitor [OPTIONS] --server <SERVER>

OPTIONS:
    -g, --group <GROUP>      The group name of the current node, used for grouping all monitored
                             nodes [default: dev]
    -h, --help               Print help information
    -p, --port <PORT>        Api server port [default: 8080]
    -s, --server <SERVER>    Api server IP address
    -V, --version            Print version information
    
# run
# -s: server-api ip
linux-monitor -s 192.168.1.1 -g dev-server

4.查看监控

将api-server-ip替换为您的实际IP地址

http://api-server-ip:8080

依赖项

约10-24MB
约392K SLoC