返回顶部
d

datadog

Datadog monitoring — manage monitors, dashboards, metrics, logs, events, and incidents via REST API

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
447
下载量
0
收藏
概述
安装方式
版本历史

datadog

# 🐕 Datadog Datadog monitoring — manage monitors, dashboards, metrics, logs, events, and incidents via REST API ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `DD_API_KEY` | ✅ | API key from app.datadoghq.com | | `DD_APP_KEY` | ✅ | Application key | ## Quick Start ```bash # List monitors python3 {{baseDir}}/scripts/datadog.py monitors --query <value> --tags <value> # Get monitor python3 {{baseDir}}/scripts/datadog.py monitor-get id <value> # Create monitor python3 {{baseDir}}/scripts/datadog.py monitor-create --name <value> --type <value> --query <value> --message <value> # Update monitor python3 {{baseDir}}/scripts/datadog.py monitor-update id <value> --name <value> --query <value> # Delete monitor python3 {{baseDir}}/scripts/datadog.py monitor-delete id <value> # Mute monitor python3 {{baseDir}}/scripts/datadog.py monitor-mute id <value> # List dashboards python3 {{baseDir}}/scripts/datadog.py dashboards # Get dashboard python3 {{baseDir}}/scripts/datadog.py dashboard-get id <value> ``` ## All Commands | Command | Description | |---------|-------------| | `monitors` | List monitors | | `monitor-get` | Get monitor | | `monitor-create` | Create monitor | | `monitor-update` | Update monitor | | `monitor-delete` | Delete monitor | | `monitor-mute` | Mute monitor | | `dashboards` | List dashboards | | `dashboard-get` | Get dashboard | | `dashboard-create` | Create dashboard | | `dashboard-delete` | Delete dashboard | | `metrics-search` | Search metrics | | `metrics-query` | Query metrics | | `events-list` | List events | | `event-create` | Create event | | `logs-search` | Search logs | | `incidents` | List incidents | | `incident-get` | Get incident | | `hosts` | List hosts | | `downtimes` | List downtimes | | `downtime-create` | Create downtime | | `slos` | List SLOs | | `synthetics` | List synthetic tests | | `users` | List users | ## Output Format All commands output JSON by default. Add `--human` for readable formatted output. ```bash python3 {{baseDir}}/scripts/datadog.py <command> --human ``` ## Script Reference | Script | Description | |--------|-------------| | `{{baseDir}}/scripts/datadog.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 datadog-1776274799 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 datadog-1776274799 技能

通过命令行安装

skillhub install datadog-1776274799

下载 Zip 包

⬇ 下载 datadog v1.0.0

文件大小: 4.6 KB | 发布时间: 2026-4-16 17:43

v1.0.0 最新 2026-4-16 17:43
- Initial release of the Datadog skill.
- Manage monitors, dashboards, metrics, logs, events, and incidents via the Datadog REST API from the command line.
- Simple CLI tool with multiple commands for listing, creating, updating, and deleting Datadog resources.
- Requires only Python 3.10+; no external dependencies.
- Outputs JSON by default, with a human-readable option available.
- Environment variables DD_API_KEY and DD_APP_KEY required for authentication.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部