Software Alternatives & Reviews

Healthchecks.io VS NewRelic

Compare Healthchecks.io VS NewRelic and see what are their differences

Healthchecks.io logo Healthchecks.io

Monitor your cron jobs and scheduled tasks, get notified when they fail.

NewRelic logo NewRelic

New Relic is a Software Analytics company that makes sense of billions of metrics across millions of apps. We help the people who build modern software understand the stories their data is trying to tell them.
  • Healthchecks.io Landing page
    Landing page //
    2022-07-18

Healthchecks.io is a monitoring service for your cron jobs. Have you ever thought "If this nightly backup script breaks one day, six months from now, I wonder how soon will anyone notice?". With Healthchecks monitoring, you will get notified just minutes after your cron job fails to complete on time. With PagerDuty integration, Healthchecks will be able to use PagerDuty alerting functionality already implemented in your organization.

Setting up the monitoring for your cron jobs only takes minutes. For each monitored cron job, Healthchecks.io creates a unique ping URL. Edit each cron job to send a HTTP request to its ping URL just before the job finishes. Healthchecks.io keeps track of the received pings, and sends alerts as soon as any of your cron jobs does not check in at the expected time.

  • NewRelic Landing page
    Landing page //
    2023-10-05

Healthchecks.io features and specs

  • Free plan: Yes
  • Non-profit discount: Yes
  • Open-source: Yes
  • API: Yes
  • Supports "failed" events: Yes
  • Logs Request Body: Yes
  • Supports "started" events: yes
  • Ping via Email: Yes
  • Event Filtering: Yes
  • Reports: Yes
  • Two Factor Authentication (2FA): Yes
  • Teams: Yes
  • User Roles: Yes
  • Notifications: Yes
  • Supports cron expressions: Yes
  • Public Status Badges: Yes

NewRelic features and specs

No features have been listed yet.

Category Popularity

0-100% (relative to Healthchecks.io and NewRelic)
Cron Monitoring
100 100%
0% 0
Monitoring Tools
15 15%
85% 85
Cron
100 100%
0% 0
Log Management
0 0%
100% 100

User comments

Share your experience with using Healthchecks.io and NewRelic. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Healthchecks.io and NewRelic

Healthchecks.io Reviews

Comparison of Cron Monitoring Services (November 2023)
Healthchecks.io launched in 2015, is registered in Latvia and runs on Hetzner (Germany). Healthchecks.io is a bootstrapped company, run by a solo founder. Healthchecks.io focuses on doing one thing and doing it well: alerting when something does not happen on time. Healthchecks.io is open source (source on GitHub), users can use the hosted service, or run a self-hosted...
Comparison of Cron Monitoring Services (January 2020)
Site24x7 is the oldest company in the group with 13 years in business. Dead Man’s Snitch and PushMon are the second oldest, dating from 2011-2012. Cronitor, Healthchecks.io and CronAlarm were founded in 2014-2015. Cronhub is the youngest with 2 full years in business.

NewRelic Reviews

New Relic vs. Scout: Which Is The Right APM For You?
The top portion of the page is similar between New Relic and Scout: a breakdown of time spent by category (ex: Ruby, Database, External HTTP services, etc) over time. You can view data across similar timeframes in both Scout and New Relic (New Relic offers three months of data in their Pro package and Scout can do the same in their custom plans).
Source: scoutapm.com
Best New Relic Alternatives for Application Performance Monitoring (Cloud & SaaS)
Pingdom Server Monitor, which was formerly Scout Server Monitoring App which was acquired by Pingdom, has superior performance to New Relic, in particular when comparing response times, as seen in comparisons below. Ping Server Monitor comes ahead of New Relic in almost every single Response Time test and benchmark, beating it by almost 20x in terms of overhead.
10 Best Application Monitoring Tools for all Platforms
The NewRelic is a one of the best application performance management and monitoring software that gives you a deep analysis to the app stack. New Relic offers a real-time status checking of the app’s availability. It also gives email alerts and real-time notification.
Source: www.technig.com
Best DataDog Alternatives, Replacements & Competitors for Application & Log Monitoring
New Relic is an application/infrastructure performance management software designed for DevOps. The basic platform gives you real-time insights on the full stack of your cloud apps and infrastructure. New Relic can keep track of your apps whether is on-premises, on the cloud, or in hybrid environments.
Source: www.pcwdld.com
Top 15 Website Monitoring Tools
New Relic is very well known in the performance and developer community for providing a lot of different features and has been around since 2008. New Relic gives you deep performance analytics for every part of your software environment. You can easily view and analyze massive amounts of data, and gain actionable insights in real time. They do provide uptime alerts and...
Source: www.keycdn.com

Social recommendations and mentions

Based on our record, Healthchecks.io should be more popular than NewRelic. It has been mentiond 154 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Healthchecks.io mentions (154)

  • Show HN: I built a self-hosted status page and monitoring tool for my projects
    Hey mate, I'm using https://healthchecks.io/ for heartbeat monitoring my crons. It's been working flawlessly for quite some time now. The UI is super clean and easy to navigate. It's also free up to 20 monitored jobs. Note - I'm not in any way related to that project. - Source: Hacker News / 9 days ago
  • Webhooks suck, but here are alternatives
    In fact, your platform (https://healthchecks.io/) is a prime example of where running customer wasm would be really excellent. Instead of sending webhooks out to customer configured URLs, you could run a Wasm environment to execute customer code. Off hand, a good use case here is to do further inspection of the event before it gets sent off to some other system - maybe there are cases where you send... - Source: Hacker News / 2 months ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Healthchecks.io — Monitor your cron jobs and background tasks. Free for up to 20 checks. - Source: dev.to / 3 months ago
  • What do you use for external monitoring?
    I use healthchecks.io and have been very happy. Source: 5 months ago
  • What do you use for external monitoring?
    With Uptime Kuma and healthchecks.io, you can do everything. Uptime Kuma to monitor "services" (web server, database), and healthchecks to monitor punctual jobs (backup jobs, etc). Source: 5 months ago
View more

NewRelic mentions (80)

  • Caching in depth
    Tip: You can use tools like DataDog, perf (Linux), New Relic etc. To monitor cache performance. - Source: dev.to / 24 days ago
  • How to Handle N+1 Queries for Optimal Database Performance in Django?
    Using APM tools like NewRelic, Sentry, Datadog, etc to monitor the performance of your application and while you're on it, they can help you identify N+1 queries. - Source: dev.to / about 1 month ago
  • How to improve page load speed and response times: A comprehensive guide
    These tools track server and underlying infrastructure and backend performance. They monitor several metrics, like disk I/O, CPU and memory usage, network traffic, and more. Some examples of these tools include New Relic, Datadog, and AppDynamics. Web administrators can use them to see what's causing slow SRT, like high CPU usage or network traffic. Server-side monitoring tools also provide real-time alerts to... - Source: dev.to / 2 months ago
  • Experience Continuous Integration with Jenkins | Ansible | Artifactory | SonarQube | PHP
    11 Application performance: Before we even perform a deployment, we should configure monitoring tools like Retrace, DataDog, New Relic, or AppDynamics to look for performance problems, hidden errors, and other issues. During and after the deployment, we should also look for any changes in overall application performance and establish some benchmarks to know when things deviate from the norm. - Source: dev.to / 2 months ago
  • Breaking the 300 barrier
    Recently, we have been experiencing some Latency issues. The reason being the increase in our userbase as more companies are adopting our platform to do their procurement efficiently. Our core product is a monolith rails application served on AWS servers. We use AWS ELB's Application load balancer to swiftly balance the load on multiple servers and increase them when needed. So, these sudden latency issues caused... - Source: dev.to / 2 months ago
View more

What are some alternatives?

When comparing Healthchecks.io and NewRelic, you can also consider the following products

Cronitor - Monitor cron jobs, micro-services, daemons and almost anything else, no setup required. Easier cron troubleshooting and no more silent failures.

Datadog - See metrics from all of your apps, tools & services in one place with Datadog's cloud monitoring as a service solution. Try it for free.

Cronhub - Cronhub helps you to easily monitor all your cron jobs in a beautiful dashboard. It alerts you when your cron job doesn't run on time or it fails.

Zabbix - Track, record, alert and visualize performance and availability of IT resources

Dead Man's Snitch - Monitor Cron Jobs and Windows Scheduled Tasks with ease.

Dynatrace - Cloud-based quality testing, performance monitoring and analytics for mobile apps and websites. Get started with Keynote today!