Scheduling Java tasks with Quartz Scheduler

Photo by Imonki72 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 There are specific cases that require a greater level of control and detail in scheduling tasks. Of course this is possible with Java’s TimerTask, but the work would be a … Read More

Windows Batch File Tips and Tricks

PushMon - Windows Batch File Tips and Tricks

Batch files have been around since the early Windows operating system. These are plain text files with .bat|.cmd|.btm file extensions, and when executed, the commands are interpreted by the Windows command-line interface. While Microsoft released a more advanced command-line tool called PowerShell (this is not installed by default), the native windows command line remains a popular choice for scripting. Here are … Read More

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

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

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