HTTP Health Check

Check if a website is up by sending HTTP GET and measuring response time

jadegate 0533d95 2 files · 3.6 KB Updated

File contents

HTTP Health Check

Check if a website is up by sending HTTP GET and measuring response time

When to Use

  • User wants to health check
  • User wants to ping check
  • User wants to site check
  • Keywords: ping, health, uptime, monitor

Required Parameters

  • url (string): URL to check

Output

  • status (string): up or down
  • status_code (number): HTTP status code
  • response_ms (number): Response time in ms

Security

  • Sandbox level: strict
  • Max execution time: 30000ms
  • Network whitelist: *
  • JadeGate verified: Yes (5-layer security check passed)

Execution Flow

Entry: fetch -> 4 steps -> Exit: ret_up, ret_down

jadegate/jadegate/tree/main/skills/http-health-check commit 0533d95793

Frequently asked questions

npx skillmds@latest add jadegate/http-health-check