MrJ
MrJ

Reputation: 1514

Get Newrelic alert when app not reporting

Background

I have a forever-running scrape-script that I monitor with Newrelic. 

Goal

I want to get an email when the script is not reporting to Newrelic.

How do I do that?

Upvotes: 2

Views: 42

Answers (1)

Christian Pekeler
Christian Pekeler

Reputation: 1070

I don't think NewRelic is the right kind of tool for this type of monitoring. You'd want to use a service that gets pinged by your scripts on a regular basis, and that informs you if the pings stop coming. One service that can do this is wdt.io with an inbound timer.

Upvotes: 1

Related Questions