App EKG

Are your apps alive?

Simple Status Lights for any processes, server, or app

Ping App EKG in your service or process. Set the timeframe in which the EKG will consider your process dead or dying.

Sample Trace Dashboard

Send a Pulse

Language
GET
  curl -X GET https://api.app-ekg.com/pulse?api_key=your-api-key&id=your-trace-id&message=Optional+Message
POST

  curl -X POST https://api.app-ekg.com/pulse \
  -H 'Content-Type: application/json' \
  -H 'X-Api-Key: your-api-key' \
  -d '{
    "id": "your-trace-id",
    "message": "I am alive"
  }'
      
API Request Params
Type
Name
Value
Required
Description
Type:Header
Name:X-Api-Key
Value:String
Required:Optional
Your API key, one of X-Api-Key header or api-key param required
Type:Param
Name:api_key
Value:String
Required:Optional
Your API key, one of X-Api-Key header or api-key param required
Type:Param
Name:id
Value:String
Required:Required
The ID of the trace
Type:Param
Name:message
Value:String
Required:Optional
A message to be included with your heartbeat
Terms of Service

I'm not responsible if the service changes, disappears, stops working or gives errors.