Easy monitoring for scheduled scripts, cron jobs and batches.
Unlike other hosted monitoring systems, PushMon is designed to receive signals from applications, scripts and background jobs. All you need is to call a URL on success. If we do not receive the URL “ping” by the time specified, you will receive an alert.
Start monitoring your scheduled tasks in 10 minutes. It’s that easy!
PushMon keeps you updated on the status of your services.
Manage your PushMon URLs in your account dashboard. The dashboard works on your computer, smartphone or tablet.
Alerts
Get notified by email, GoogleTalk, IFTTT, and Twitter if your websites, applications, scripts, or batch and cron jobs are not running as expected.
Phone, SMS, URL Notifications
For critical system, get notified by SMS or phone call. Easy integration and customization with URL alerts.
Comprehensive Schedules
Support for day, weekday, weekend, endOfMonth, hour, 15 minutes, 30 minutes, 6 hours, 12 hours, Mon-Sun, 1st-31st schedules, multiples and ranges. Daily schedules can be checked on the time you specify.
Push Automation
Accessing the PushMon URL on a regular schedule is easy and convenient. You can create a simple code or script to call the URL and your done!
GET SAMPLE CODE#!/bin/bash set -e # if command fails, exit and do not ping urlstring="http://pshmn.com/eaFnY" curl -L "${urlstring}"
App Market Places for PushMon
PushMon is available on several Market Places as a Software-as-a-Service. If you like PushMon, give us a thumbs up by submitting a review!
Make sure your whole system is running smoothly.
Processes that run regularly in the background are often unmonitored or send emails regardless of success or failure. This makes it hard for you to notice when things go wrong. Make sure your servers are up, even if they are not accessible from the internet. Make sure your cron jobs or scheduled tasks run on time. Make sure your backup scripts are running as expected. Make sure your hourly scripts are running continuously. Get notified when they don't.
Making sure that the different parts of your system is running fine is easy to do. Just create a PushMon URL and call that URL on the schedule you specify. If we don't hear from you, you will hear from us. We have sample code to get you started quickly.