← 返回
沟通协作 中文

DevOps Ops Bot

Server health monitoring with alerts and auto-recovery. Checks CPU, memory, disk, and uptime with configurable thresholds. Sends Slack/Discord alerts and can...
服务器健康监控,支持告警与自动恢复。可检测CPU、内存、磁盘及运行时间,阈值可配置,支持发送Slack/Discord告警并可...
gruted
沟通协作 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 900
下载
💾 14
安装
1
版本
#alerting#devops#health-check#latest#monitoring

概述

devops-ops-bot

Lightweight server health monitoring CLI.

Quick check

cd ~/.openclaw/workspace/skills/devops-ops-bot
npx @gruted/devops-ops-bot check

Or if installed globally:

devops-watch check

What it does

  • Checks CPU load, memory usage, disk usage, uptime
  • Returns ok/warn/crit with configurable thresholds
  • Sends alerts to Slack or Discord webhooks
  • Can auto-restart services on critical conditions
  • JSON output for log aggregation

Usage examples

# Basic health check
devops-watch check

# Custom thresholds
devops-watch check --warn-cpu 80 --crit-cpu 95 --warn-mem 80 --crit-mem 95

# JSON output
devops-watch check --json

# With Slack alerts
devops-watch check --webhook-url "https://hooks.slack.com/services/..."

# Auto-restart on critical
devops-watch check --restart-cmd "systemctl restart nginx"

# Cron (every 5 min)
devops-watch cron-example --every-min 5

Install

# npm
npm install -g @gruted/devops-ops-bot

# or one-liner
curl -fsSL https://raw.githubusercontent.com/gruted/devops-ops-bot/main/install.sh | bash

# or Docker
docker run --rm ghcr.io/gruted/devops-ops-bot:latest check

Links

  • GitHub: https://github.com/gruted/devops-ops-bot
  • Landing page: https://gruted.github.io/devops-ops-bot/

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 11:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,404