# 使用 Homebrew, Nix 安装 easeprobe

查看 easeprobe 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:easeprobe
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install easeprobe
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#easeprobe
```

  证据: nixpkgs package indexes: pkgs/by-name/ea/easeprobe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:easeprobe
- **软件包管理器:** Homebrew
- **版本:** 2.3.0
- **来源摘要:** Simple, standalone, and lightWeight tool that can do health/status checking
- **主页:** <https://github.com/megaease/easeprobe>
- **仓库:** <https://github.com/megaease/easeprobe>
- **最后更新:** 2026-07-26T04:11:36+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- easeprobe (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.3.0
## 项目历史与用法

EaseProbe is MegaEase's Go-based standalone health/status checking tool. It packages probes, notifications, SLA reporting, Prometheus metrics, and deployment examples into a single `easeprobe` binary configured by YAML.

### 项目历史

The official repository was created in February 2022. Its README defines the project around three jobs: probing services, sending notifications, and reporting status or metrics.

EaseProbe's scope expanded from simple HTTP/TCP checks into a broad probe catalog covering HTTP, TCP, ping, shell, SSH, TLS, host checks, and native clients for systems such as MySQL, Redis, Memcache, MongoDB, Kafka, PostgreSQL, and ZooKeeper. The release history shows a 2.0 line by late 2022 and a 2.3 line by 2025.

### 采用历史

The project is distributed through GitHub releases, Docker images, source builds, and Homebrew. Its adoption signal is strongest inside the MegaEase/open-source operations niche rather than as a universal monitoring standard.

Homebrew packages release tarballs from the official GitHub repository, making EaseProbe a normal `brew install easeprobe` tool for users who want a small status checker without deploying a larger monitoring stack first.

### 使用方式

A typical setup creates a YAML config, then runs `easeprobe -f config.yaml` or points the `PROBE_CONFIG` environment variable at one or more config files. The README's sample config checks an HTTP URL, writes notifications to a log file, and sets global timeout and probe interval settings.

EaseProbe can be run as a local binary, Docker container, systemd service, Docker Compose deployment, or Kubernetes deployment. It also exposes live SLA output and Prometheus metrics on its built-in report server.

### 为什么软件包爱好者会关心

EaseProbe is package-nerd-interesting because it sits between a shell script health check and a full monitoring platform. The appeal is one statically built Go CLI plus a YAML file, with enough output and notification integrations to be useful in small deployments.

Its broad probe matrix also makes it a handy example of the modern Go ops binary: single executable, Docker image, Helm/Kubernetes path, Homebrew formula, and documentation colocated in the GitHub repo.

### 时间线

- 2022-02: The official GitHub repository was created.
- 2022-12: GitHub releases show EaseProbe 2.0.0.
- 2023-03: GitHub releases include EaseProbe Helm chart artifacts.
- 2025-05: GitHub releases show EaseProbe 2.3.0, the version packaged by Homebrew at review time.

### Related projects

- MegaEase is the project organization behind EaseProbe.
- Prometheus is a related metrics consumer supported by EaseProbe's exporter endpoint.
- Kubernetes and Helm are related deployment surfaces documented by the project.
- Classic monitoring systems such as Nagios-style checks are conceptually adjacent, although the official sources frame EaseProbe as a simple standalone checker.

### 来源

- <https://github.com/megaease/easeprobe>
- <https://github.com/megaease/easeprobe/tree/main/docs>
- <https://formulae.brew.sh/api/formula/easeprobe.json>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $CWD/config.yaml
## 其他软件包管理器记录

- Nix - easeprobe: normalized package name match | nixpkgs package indexes: pkgs/by-name/ea/easeprobe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/easeprobe.yml](https://github.com/mxcl/pkgdb/blob/main/combined/easeprobe.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
