Skip to content
OpenSmartRoute
Skillv1.0.0

setting-up-synthetic-monitoring

Setup synthetic monitoring for proactive performance tracking including uptime checks, transaction monitoring, and API health. Use when implementing availability monitoring or tracking critical user j

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (plugins/performance/synthetic-monitoring-setup/skills/setting-up-synthetic-monitoring/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill setting-up-synthetic-monitoring. Copyright stays with the author (MIT).

Synthetic Monitoring Setup

Configure synthetic monitoring for uptime checks, transaction flows, and API health using Pingdom, Datadog, or New Relic with multi-location probes and alerting.

Overview

This skill streamlines the process of setting up synthetic monitoring, enabling proactive performance tracking for applications. It guides the user through defining key monitoring scenarios and configuring alerts to ensure optimal application performance and availability.

How It Works

  1. Identify Monitoring Needs: Determine the critical endpoints, user journeys, and APIs to monitor based on the user's application requirements.
  2. Design Monitoring Scenarios: Create specific monitoring scenarios for uptime, transactions, and API performance, including frequency and location.
  3. Configure Monitoring: Set up the synthetic monitoring tool with the designed scenarios, including alerts and dashboards for performance visualization.

When to Use This Skill

This skill activates when you need to:

  • Implement uptime monitoring for a web application.
  • Track the performance of critical user journeys through transaction monitoring.
  • Monitor the response time and availability of API endpoints.

Examples

Example 1: Setting up Uptime Monitoring

User request: "Set up uptime monitoring for my website example.com."

The skill will:

  1. Identify example.com as the target endpoint.
  2. Configure uptime monitoring to check the availability of example.com every 5 minutes from multiple locations.

Example 2: Monitoring API Performance

User request: "Configure API monitoring for the /users endpoint of my application."

The skill will:

  1. Identify the /users endpoint as the target for API monitoring.
  2. Set up monitoring to track the response time and status code of the /users endpoint every minute.

Best Practices

  • Prioritize Critical Endpoints: Focus on monitoring the most critical endpoints and user journeys that directly impact user experience.
  • Set Realistic Thresholds: Configure alerts with realistic thresholds to avoid false positives and ensure timely notifications.
  • Regularly Review and Adjust: Periodically review the monitoring configuration and adjust scenarios and thresholds based on application changes and performance trends.

Integration

This skill can be integrated with other plugins for incident management and alerting, such as those that handle notifications via Slack or PagerDuty, allowing for automated incident response workflows based on synthetic monitoring results.

Prerequisites

  • Access to synthetic monitoring platform (Pingdom, Datadog, New Relic)
  • List of critical endpoints and user journeys in ${CLAUDE_SKILL_DIR}/monitoring/endpoints.yaml
  • Alerting infrastructure configuration
  • Geographic monitoring location requirements

Instructions

  1. Identify critical endpoints and user journeys to monitor
  2. Design monitoring scenarios (uptime, transactions, API checks)
  3. Configure monitoring frequency and locations
  4. Set up performance and availability thresholds
  5. Configure alerting for failures and degradation
  6. Create dashboards for monitoring visualization

Output

  • Synthetic monitoring configuration files
  • Uptime check definitions for endpoints
  • Transaction monitoring scripts
  • Alert rule configurations
  • Dashboard definitions for monitoring status

Error Handling

If synthetic monitoring setup fails:

  • Verify monitoring platform credentials
  • Check endpoint accessibility from monitoring locations
  • Validate transaction script syntax
  • Ensure alert channel configuration
  • Review threshold definitions

Resources

  • Synthetic monitoring best practices
  • Uptime monitoring service documentation
  • Transaction monitoring script examples
  • Alert threshold tuning guides

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-setting-up-sy-893301/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-setting-up-sy-893301.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-setting-up-sy-893301",
  "kind": "skill",
  "name": "setting-up-synthetic-monitoring",
  "description": "Setup synthetic monitoring for proactive performance tracking including uptime checks, transaction monitoring, and API health. Use when implementing availability monitoring or tracking critical user journeys. Trigger with phrases like \"setup synthetic monitoring\", \"monitor uptime\", or \"configure health checks\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "performance",
      "api",
      "monitoring",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Setup synthetic monitoring for proactive performance tracking including uptime checks, transaction monitoring, and API health. Use when implementing availability monitoring or tracking critical user journeys. Trigger with phrases like \"setup synthetic monitoring\", \"monitor uptime\", or \"configure health checks\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/performance/synthetic-monitoring-setup/skills/setting-up-synthetic-monitoring/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/performance/synthetic-monitoring-setup/skills/setting-up-synthetic-monitoring/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/performance/synthetic-monitoring-setup/skills/setting-up-synthetic-monitoring/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Grep,",
      "Glob,",
      "Bash(curl:*),",
      "Bash(monitoring:*)"
    ],
    "license": "MIT"
  },
  "instructions": "# Synthetic Monitoring Setup\n\nConfigure synthetic monitoring for uptime checks, transaction flows, and API health using Pingdom, Datadog, or New Relic with multi-location probes and alerting.\n\n## Overview\n\nThis skill streamlines the process of setting up synthetic monitoring, enabling proactive performance tracking for applications. It guides the user through defining key monitoring scenarios and configuring alerts to ensure optimal application performance and availability.\n\n## How It Works\n\n1. **Identify Monitoring Needs**: Determine the critical endpoints, user journeys, and APIs to monitor ",
  "cost": {
    "context_tokens": 953
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-setting-up-sy-893301/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.