DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

Alex-zry-2333 /

dsh-sae

Topic repository only

dsh-sae

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@9f6e5cb6

dsh-sae

DeepSeek Harness plugin for SAE (System Availability Evaluation) — a system monitoring and availability evaluation platform.

This plugin connects dsh agents to your SAE instance, allowing them to monitor service health, run probes, check SLA scores, and manage alerts directly from their workflow.

Features

  • List targets — See all registered monitoring targets and their status
  • Run probes — Execute immediate health checks against any target
  • Check availability — Query availability percentages over time windows (1m, 5m, 1h, 1d, 7d)
  • Get SLA scores — Quick health summary with S/A/B/C/D grades
  • Manage alerts — List, acknowledge, and resolve alerts

Installation

npm install dsh-sae

Or add to your dsh profile's cordis.yml:

plugins:
  dsh-sae:
    package: dsh-sae
    config:
      baseUrl: http://localhost:8080
      apiKey: your-api-key  # optional
      timeout: 30000        # optional, default 30s

Configuration

Option Required Default Description
baseUrl ✅ — Your SAE API base URL
apiKey ❌ — API key for authentication
timeout ❌ 30000 Request timeout in milliseconds

Tools

Tool Description
sae_list_targets List all monitoring targets
sae_probe Execute an immediate probe check
sae_get_availability Query availability over a time window
sae_get_score Get SLA score and grade
sae_list_alerts List active or historical alerts
sae_ack_alert Acknowledge an alert

Requirements

  • SAE instance running with API access
  • DeepSeek Harness ≥ 0.1.0-rc.5

License

MIT

—/ 5

No ratings yet

Manifest verification required

Commit 9f6e5cb6eb0b

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout