← 返回
未分类 Key 中文

Neomano VPS Monitoring (DigitalOcean)

Monitor DigitalOcean VPS droplets by listing instances and fetching CPU, memory, disk, and bandwidth metrics with summaries using the DigitalOcean API.
通过DigitalOcean API监控VPS Droplet实例,列出所有实例并获取CPU、内存、磁盘及带宽指标摘要。
elandivar
未分类 clawhub v0.1.2 1 版本 100000 Key: 需要
★ 1
Stars
📥 470
下载
💾 0
安装
1
版本
#digitalocean#droplets#latest#metrics#monitoring#vps

概述

Credentials

Set DIGITALOCEAN_TOKEN (recommended: ~/.openclaw/.env).

What it can do

  • List droplets (/v2/droplets) and find a droplet by name.
  • Fetch metrics (Monitoring API):
  • CPU: /v2/monitoring/metrics/droplet/cpu
  • Memory usage % (computed): memory_available + memory_total
  • Disk usage % (computed): filesystem_free + filesystem_size
  • Bandwidth: /v2/monitoring/metrics/droplet/bandwidth (requires direction=inbound|outbound)

Run

python3 {baseDir}/scripts/do_metrics.py droplets
python3 {baseDir}/scripts/do_metrics.py cpu --droplet "web-1" --minutes 60
python3 {baseDir}/scripts/do_metrics.py memory --droplet "web-1" --minutes 60
python3 {baseDir}/scripts/do_metrics.py bandwidth --droplet "web-1" --minutes 60

Notes:

  • Output is JSON (raw time-series + a small computed summary).
  • Requires that DigitalOcean Monitoring is enabled for the droplet.

版本历史

共 1 个版本

  • v0.1.2 当前
    2026-03-30 16:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Neomano Internet Speed (Download/Upload)

elandivar
使用基于HTTP的轻量级测速工具(Cloudflare测速节点),测量本机当前网络连接的下载和上传速度。
★ 1 📥 450

Neomano Web Snapshot (Headless)

elandivar
以无头模式(无界面)截取任意网站的 PNG 截图,以验证其渲染/运行状态。当用户请求网站截图或运行状态检查时使用。
★ 1 📥 481

Neomano Binance Assets (Read-only)

elandivar
安全只读币安余额查看器(现货钱包),使用只读权限 API 密钥。用于查看持仓/余额/资产。
★ 1 📥 467