Skip to content

Release v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 01:52
· 2 commits to main since this release

Pulse-DS v1.0.2

Dedicated-server monitoring: hardware inventory (processor, DIMMs, disks with SMART, RAID, NICs, GPUs, sensors, BMC/IPMI), server-side health evaluation, live metrics and TCPing. Setup and security notes are in the README.
Defaults are chosen so Pulse-DS can share a host with Pulse: port 8018, /opt/pulse-ds, services pulse-ds-server and pulse-ds-client.

Docker Images

  • xhh1128/pulse-ds:1.0.2
  • xhh1128/pulse-ds:latest

Downloads

Platform File
Linux amd64 probe-client
Linux arm64 probe-client-arm64
macOS Intel (amd64) probe-client-darwin-amd64
macOS Apple Silicon (arm64) probe-client-darwin-arm64
Windows amd64 probe-client.exe
Install script (Linux + macOS) install.sh
Server standalone binaries (pulse-server-standalone-linux-amd64 / -arm64) are attached by the standalone workflow.

Quick Install

Server (systemd):

curl -fsSL https://raw.githubusercontent.com/xhhcn/Pulse-DS/main/install-pulse-ds-server.sh | sudo bash

Client (Linux & macOS; add the system in /admin first to get its ID and secret):

curl -sSL https://raw.githubusercontent.com/xhhcn/Pulse-DS/main/client/install.sh | sudo bash -s -- --id YOUR_ID --server https://YOUR_SERVER --secret YOUR_SECRET