Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 03:13
· 2 commits to master since this release

macOS Sensor Exporter v1.1.0

一个用于监控 macOS 硬件传感器的 Prometheus exporter,支持温度、电压、电流、功率、电池和风扇指标。

A Prometheus exporter for macOS hardware sensors, including temperature, voltage, current, power, battery, and fan metrics.

Changelog

Features

  • 044c1ca: feat: upgrade iSMC to v0.10.2-xykong with fan speed fix (@xykong)

Other Changes

  • e1f2ee6: Release v1.1.0: Code modernization and major improvements (@xykong)

安装 Installation

Intel Mac (x86_64):

tar -xzf macos-sensor-exporter_1.1.0_Darwin_x86_64.tar.gz
chmod +x macos-sensor-exporter
sudo mv macos-sensor-exporter /usr/local/bin/

Apple Silicon (arm64):

tar -xzf macos-sensor-exporter_1.1.0_Darwin_arm64.tar.gz
chmod +x macos-sensor-exporter
sudo mv macos-sensor-exporter /usr/local/bin/

使用 Usage

# 启动 exporter / Start exporter
macos-sensor-exporter start

# 查看传感器信息 / Show sensor info
macos-sensor-exporter show

完整文档请参考:README.md

For full documentation, see: README.md