function similar to Healthchecks.io?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Post Reply
skent
Posts: 9
Joined: Wed Jul 24, 2013 3:52 pm

function similar to Healthchecks.io?

Post by skent »

Never seen an option for something like reporting a cronjob/application status to Nagios server as is done by https://healthchecks.io/. Seems like Nagios has the framework via NCPA/NRDP. Just need a way to tokenize (not agent token) a job task. New development feature?
cdietsch
Posts: 62
Joined: Wed Aug 06, 2025 9:12 am

Re: function similar to Healthchecks.io?

Post by cdietsch »

Hello @skent,

This functionality seems very similar to the passive checks in combination with writing custom plugins for specific tasks. Here is quick analysis from google:
healthchecks.io works in a very similar manner to Nagios passive checks, specifically in the context of monitoring "dead man's snitches" or periodic, asynchronous tasks like cron jobs.
Both systems operate on a reverse-monitoring principle where the monitored service initiates the communication to indicate success, rather than a central server querying the service (active check).
Please see the following documentation:
https://www.nagios.org/ncpa/help/3.x/passive.html
https://assets.nagios.com/downloads/ncp ... Checks.pdf
Cheers,
- Cole
ekapsner
Posts: 22
Joined: Wed Mar 05, 2025 2:53 pm

Re: function similar to Healthchecks.io?

Post by ekapsner »

To add onto what @cdietsch said, freshness checks are helpful means of triggering alerts if expected passive checks are missing. Here is the documentation. This ensures that you still get alerted when a cronjob fails to run.

- Emmett
Post Reply