Health.merrell.io

How to Monitor Cron Jobs with Health merrell.io

WebTo monitor it, first create a new Check in your Health | merrell.io account: After creating the check, copy the generated ping URL, and update the job's definition:

Actived: 2 days ago

URL: https://health.merrell.io/docs/monitoring_cron_jobs/

Running with Docker

WebRunning with Docker. In the Healthchecks source code, /docker/ directory, you can find a sample configuration for running the project with Docker and Docker Compose. Note: For …

Category:  Health Go Health

Configuring Notifications

WebConfiguring Notifications. You can set up multiple ways to receive notifications when checks in your account change state. Doing so is useful for several reasons:

Category:  Health Go Health

Configuring Checks

WebConfiguring Checks. In Health | merrell.io, a Check represents a single service you want to monitor. For example, when monitoring cron jobs, you would create a separate check for …

Category:  Health Go Health

Health merrell.io Documentation

WebHealth | merrell.io Documentation. Health | merrell.io is a service for monitoring cron jobs () and similar periodic processes:Health | merrell.io listens for HTTP requests ("pings") …

Category:  Health Go Health

Projects and Teams

WebProjects and Teams. Use Projects to organize checks in your Health | merrell.io account. Your account initially has a single default project. You can create additional projects and …

Category:  Health Go Health

Pinging Reliability Tips

WebPinging Reliability Tips. Sending monitoring signals over the public internet is inherently unreliable. HTTP requests can sometimes take excessively long or fail completely for a …

Category:  Health Go Health

Configuring Prometheus

WebConfiguring Prometheus. Health | merrell.io supports exporting metrics and check statuses to Prometheus, for use with Grafana. You can generate the metrics export endpoint by …

Category:  Health Go Health

Cron Expression Syntax Cheatsheet

WebCron Expression Syntax Cheatsheet. Health | merrell.io understands most of the traditional cron syntax features. Under the hood, it uses the cronsim package to parse and interpret …

Category:  Health Go Health

Signaling failures

WebSignaling failures. You can actively signal a failure to Health | merrell.io by slightly changing the ping URL: append either /fail or /{exit-status} to your normal ping URL. The exit …

Category:  Health Go Health

Management API v2

WebThe possible values for the status field are: new, up, grace, down, and paused.. When using the read-only API key, Health | merrell.io omits the following fields from responses: …

Category:  Health Go Health