Scheduling tasks in Java with TimerTask

Image by Timisu from pixabay.com Want to make sure your daily backups are running? Take a look at PushMon, the easiest way to monitor your cron and scheduled tasks. Introduction The use of scheduled tasks is very common in large and medium-sized systems, mainly because they have several functionalities linked to the automation of tasks without human intervention. It is … Read More

How to Monitor your Linux Server using PushMon

NOTE: This is part 2 of a post on how to monitor your server. For pre-requisites and how to monitor a windows-based server, read this blog post. Quick Instructions Create a PushMon account if you have not signed up yet. Configure your PushMon URL to expect a ping every 15 minutes. Create a shell script on your Linux Server that … Read More

How to Monitor your Windows Server using PushMon

Windows Server using PushMon

PushMon is a powerful, easy-to-use service for monitoring resources and applications. You don’t have to be a technical IT professional to use it for your personal or professional projects. In this article, we will show how you can monitor your server and notify you when unexpected shutdowns happen. Quick Instructions Create a PushMon account if you have not signed up … Read More

Agile and DevOps: great union for IT

Agile and DevOps - great union for IT

Photo by diwou from pixabay.com Want to make sure your daily backups are running? Take a look at PushMon, the easiest way to monitor your cron and scheduled tasks. Introduction It’s been some time since devops and agile to walk side by side. Combining both has become the basic precept for any IT area, since that way you can get … Read More

Executing a Monthly cron.monthly on a Specific Date

Unix Systems

Cron is a powerful tool in linux-based operating systems to execute jobs at specified intervals. This easy hack makes monthly cron jobs execute at a specific date. The easiest way to execute a script as a scheduled job is to put your script executable file on cron folders: /etc/cron.hourly /etc/cron.daily /etc/cron.weekly /etc/cron.monthly And you’re all set. The only issue with this … Read More

6 Reasons to Start Monitoring the Performance of Your Applications

What are and how to Use Cron Jobs

Photo by pexels from pixabay.com Want to make sure your daily backups are running? Take a look at PushMon, the easiest way to monitor your cron and scheduled tasks.   It’s no use computerize your entire company and introducing a poor, slow, or difficult usability system. To effectively anticipate this type of scenario and avoid jobs and headaches for your … Read More

What are and how to use Cron Jobs?

What are and how to Use Cron Jobs

Photo by Pexels from pixabay.com Want to make sure your daily backups are running? Take a look at PushMon, the easiest way to monitor your cron and scheduled tasks. What are Cron Jobs? Cron job is a scheduling tool that allows you to control tasks to be performed at preconfigured times. Through it you can configure automatic tasks, that is, … Read More

PushMon wins the 2018 “Great User Experience” award for Task Management Software from FinancesOnline Reviews!

PushMon Wins

PushMon is delighted to announce winning the 2018 “Great User Experience” award along with “The Rising star” award from FinancesOnline! The year 2018 has been especially rewarding for all of us here at PushMon, and our latest honor gives us a big new reason to celebrate. PushMon was conferred with the prestigious 2018 “Great User Experience” Award and the 2018 … Read More

4 Steps to Monitor Your Cron Jobs Using PushMon

The Linux operating system provides a powerful feature for scheduling certain programs to run on a predefined frequency – this feature is popularly known as “Cron”. Developers create a “Shell Script” for running a Cron job. Cron jobs are used for several things and are a frequently used feature of the Linux operating system. It is imperative to keep a … Read More

Release 1.21 – Update Stripe Card Feature, Schedule Bug Fix

Release Notes

Modifications in PushMon 1.21 Release New Feature Update Credit Card For our paid subscribers, we have provided an interface so you can update your credit card information in Stripe. Simply go to the View Account page and the Update Credit Card button will be available. Note that PushMon does not store any of your card information. Bug Fix every lastXXXOfMonth schedule … Read More