# sample-http-check **Repository Path**: mirrors_DataDog/sample-http-check ## Basic Information - **Project Name**: sample-http-check - **Description**: ## Auto-archived due to inactivity. ## A sample implementation of an http check - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sample HTTP Check This sample shows how to turn any shell script into a Service Check that Datadog can consume and monitor. The aim is simplicity and time-to-value. ## Python implementation This python implementation uses CURL under the covers for maximum flexibility. It is packaged with `make` as an example. To install dependencies: make build To run it: make run MY_URL=(...) DATADOG_API_KEY=(...) DATADOG_APP_KEY=(...) If you don't want to us `make`, you can run it from the command line: DATADOG_API_KEY=... DATADOG_APP_KEY=... venv/bin/python sample.py my-url