Linux 软件免费装
Banner图

Cron Setup and Monitor - Get URL Cron

开发者 berkux
更新时间 2024年10月22日 03:17
PHP版本: 7.4 及以上
WordPress版本: 6.6.2
版权: GPLv3
版权网址: 版权信息

标签

scheduler cron check monitor alarm

下载

1.5.0 1.4.8 1.0 1.1 1.2 1.4.2 1.4.3 1.4.1 1.4.4 1.4.5 1.3 1.4.6 1.4 1.4.7 1.5.1 1.5.2 1.5.3

详情介绍:

Effortlessly define and manage cron jobs with execution URLs and WP-Shortcodes. The plugin monitors cron jobs, retries failed executions as needed, and sends status updates via email. With "Cron Setup and Monitor - Get URL Cron" you can: Usage
  1. Go to 'Basic Settings' in the plugin menu to set basic settings (like E-Mailadress for Statusmessages)
  2. Go to 'Set CronJobs' to manage the cron events: Set URL or Wordpress-Shortcode, interval, startdate etc.
  3. Store the defined CronJobs
  4. Manually execute a Cronjob by clicking on "execute job"
  5. Check plugin-menu 'Show CronJobs': There the scheduled CronJobs "geturlcron_event-" should be listed
  6. Check plugin-menu 'Show Logs': There should be at least one entry for the "try". And if the CronJob has been finished a entry for the result ("FAIL" or "OK")
  7. If a E-Mailadress is defined, two E-Mails are sent for trying and result.

安装:

Basis installation: For detailed installation instructions, please read the standard installation procedure for WordPress plugins. Configure "Cron Setup and Monitor - Get URL Cron": Select "Basic Settings" and set E-Mailadress for Statusmessages, Timeout for the http-URL- / Shortcode-requests and the expiration time of logfile-entries. Then define a cron job.

屏幕截图:

  • Overview of all running Cronjobs
  • Basic settings for E-Mail-Notification, Timeout. Logfile and uninstall
  • Logfile: See what's going on - try and success / failure

升级注意事项:

1.5.3
  • Mini Bugfix: Unneded "PHP Warning"
  • Plugin ok with WordPress 6.6.2
  • Plugin ok with "Plugin Check 1.2.0"

常见问题:

What's the use of the plugin?

  • Monitor websites / URLs on other Servers to check if the service is ok
  • Cron-Execute Wordpress-Shortcodes
  • Generate Custom Post Types with the Plugin JSON Content Importer

How to Start a Job at a Defined Time?

When setting up a Cron job, you specify a "first run date and time" along with a recurrence interval. The plugin then calculates subsequent execution times starting from this "first run date and time" by adding the recurrence interval. For example, if the "first run date and time" is set for today at 6:00 AM and the recurrence interval is 15 minutes, the Cron job will execute at 6:00 AM, 6:15 AM, 6:30 AM, and so on.

How to Receive Email Notifications Only for Failed Jobs?

To receive email notifications only for failed jobs, select the "Email only for failed jobs" option in the basic settings of the plugin.

What is the PluginCheckPlugin-Status?

  • No errors found

更新日志:

1.5.3 1.5.2 1.5.1 1.5.0 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3 1.2 Cronjob-Wordpress-Shortcode: Insert Shortcodes which will be executed 1.1 Relative Cronjob-URL: If a Cronjob-URL starts with "/" the domain is added ("home_url()") 1.0 Initial release on WordPress.org. Any comments and feature-requests are welcome!