raspberry-dashboard

command module
v0.0.0-...-d4f4baf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

README

codecov CodeQL

Description

rasberry-dashboard 参考了 rpi-dashboard 的设计和 WebUi,使用了 Go 语言的方式实现了相同的功能。

Pi Dashboard (Pi 仪表盘) 是一个开源的 IoT 设备监控工具,目前主要针对树莓派平台,也尽可能兼容其他类树莓派硬件产品。你只需要在树莓派上安装好 Docker 环境,即可方便的部署一个 Pi 仪表盘,通过炫酷的 WebUI 来监控树莓派的状态!

目前已加入的监测项目有:

  • CPU 基本信息、状态和使用率等实时数据

  • 内存、缓存、SWAP分区使用的实时数据

  • SD卡(磁盘)的占用情况

  • 实时负载数据

  • 实施进程数据

  • 网络接口的实时数据

  • 树莓派IP、运行时间、操作系统、HOST 等基础信息

Rreview

image

Install

  1. touch conf/config.yaml
  2. vim config.yaml
     hostName: xxx.xxx.com
  1. vim docker-compose.yaml
version: "3.7"
services:
  app:
    image: yangqigo/go-pi-dashboard
    restart: always
    volumes:
      - ./conf:/conf
      - ./logs:/logs
    ports:
      - "1024:9001" 
  1. docker-compose up -d
  2. open http://yourip:1024

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL