Giter Site home page Giter Site logo

documentation's Introduction

Heartbeat.sh Documentation

Welcome to heartbeat.sh. The easiest way, by far, to set up your own heartbeat monitoring service.

Why Heartbeat.sh?

Heartbeat.sh is a free heartbeat monitoring tool, for proactively monitoring your servers and processes. Heartbeat monitoring makes it easy to monitor processes, especially ones that run on a cron. To automate operational checks, just send a heartbeat as part of your process. It's that easy!

Getting Started

Create your own heartbeat server at heartbeat.sh. Enter a subdomain for your server, and click on create.

You can start sending your heartbeats right away. To send a heartbeat, just send a POST request to /beat/{name} on your server.

curl -X POST 'https://{subdomain}.heartbeat.sh/beat/{name}'

The server will reply with your heartbeat in JSON if everything worked okay. You can then navigate to https://{subdomain}.heartbeat.sh to see your heartbeat dashboard. The dashboard will show all your heartbeats and their states.

Heartbeat.sh is great for:

  • Monitoring Scheduled Tasks
  • Automating Daily Checks
  • Checking performance of long running tasks
  • Ensuring that locks (or other resources) get released

For more information, check out our wiki.

Client Libraries

We aim to make heartbeat monitoring as easy as possible for developers. So we are working on client libraries for most popular programming languages. We currently have these available:

Community Maintained Libraries

These packages were created and are maintained by community developers, who graciously shared them with us. Please note that these libraries are unaffiliated with the heartbeat.sh organisation.

documentation's People

Contributors

arieroos avatar jacuza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

loop54

documentation's Issues

Feature request: Sort by column

Ideally, it should remember the sorting (per browser is OK, so you don't need fancy server side stuff). More specifically, I would like to sort by status, with red on top, then orange, then green.

PS: I know this is the documentation repo, but I could not find an issue tracker for the service as a whole.

Anyone can add heartbeats and remove them?

I've created an account. I've followed wiki and I've created a setup that posts heartbeats.

It seems that there is nothing to prevent anyone to create a heartbeat?

Also anyone can delete a heartbeat?

What's the login for?
Any way to limit who can beat the hearts?

Feature request: Collapse

It would be fantastic to be able to collapse groups (where groups are defined by the colons in the names) hierarchically, and see which groups are green (if all children of the group are green) or orange or red (if any child of the group is orange or red).

Alerting

Can heartbeat.sh send out email alerts when no heartbeat has been received for a while? The current documentation doesn’t mention alerts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.