← 返回
未分类 Key 中文

PingHarbor

Query uptime monitors, heartbeat monitors, manage sites, retrieve incidents, create monitors, and fetch SLA reports from your PingHarbor account.
查询正常运行时间监控和心跳监控,管理站点,获取事件,创建监控,并从 PingHarbor 账户获取 SLA 报告。
captain-cole captain-cole 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 1
Stars
📥 403
下载
💾 0
安装
1
版本
#latest

概述

PingHarbor — Uptime & Heartbeat Monitoring

Connect to your PingHarbor account to monitor website uptime, track cron jobs via heartbeat monitors, manage sites, query incidents, and pull SLA reports — all via the PingHarbor MCP server.

Authentication

Set your PingHarbor API key as an environment variable:

PINGHARBOR_API_KEY=ph_your_api_key_here

Generate a key at: Administration → API Keys inside your PingHarbor dashboard.

MCP Endpoint

https://api.pingharbor.com/functions/v1/mcp

Pass the key as a Bearer token:

Authorization: Bearer $PINGHARBOR_API_KEY

Available Tools

ToolDescription
-------------------
list_monitorsList all monitors and their current status
get_incidentsRetrieve recent incidents and downtime events
create_monitorCreate a new uptime monitor programmatically
get_monitor_reportFetch SLA and response time report for a monitor
list_heartbeat_monitorsList all heartbeat monitors and their health status
create_heartbeat_monitorCreate a new heartbeat monitor with webhook URL
list_sitesList all sites for the authenticated account
create_siteCreate a new site to group monitors together

Example Usage

> "List all my monitors and show me which ones are currently down."

> "Get incidents from the last 7 days for monitor ID xyz."

> "Create a monitor for https://example.com with a 60-second check interval."

> "Show me the SLA report for my main API monitor."

> "List my heartbeat monitors and show which ones have missed a heartbeat."

> "Create a heartbeat monitor for my nightly database backup that runs every 24 hours with a 60-minute grace period."

> "List all my sites."

> "Create a new site called 'Production' for https://myapp.com."

Config (~/.openclaw/openclaw.json)

{
  "skills": {
    "entries": {
      "pingharbor": {
        "enabled": true,
        "apiKey": "ph_your_api_key_here"
      }
    }
  }
}

Or via environment variable injection:

{
  "skills": {
    "entries": {
      "pingharbor": {
        "enabled": true,
        "env": {
          "PINGHARBOR_API_KEY": "ph_your_api_key_here"
        }
      }
    }
  }
}

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-03 09:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,869
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,868
it-ops-security

Tmux

steipete
通过发送按键和抓取窗格输出,远程控制交互式 CLI 的 tmux 会话。
★ 45 📥 29,475