Linux 软件免费装

Strictly System Check

开发者 Strictly Software
更新时间 2016年4月15日 19:39
捐献地址: 去捐款
PHP版本: 2.0.2 及以上
WordPress版本: 3.8.1

标签

HTTP Database Site Monitoring Uptime Load Repair Overload

下载

1.0.3 1.0.5 1.0.6

详情介绍:

Strictly System Check is a site monitoring tool that allows website administrators who may not have access to professional monitoring tools the ability to regularly check the status of their site and to be notified if the site goes down or becomes overloaded. I created this plugin initially for my own use as on one of my sites I regularly import content from XML feeds and I noticed that occasionally after a large update my site would suffer problems such as: * Error establishing a database connection, error appearing when I tried to access the site even though the configuration was correct. * All my articles and other content disappearing from the site. * A high server load that didn't reduce quick enough after the import had finished I soon realised that this was down to one or more of the MyISAM database tables in the MySQL database becoming corrupted which meant that the tables were out of action, data couldn't be retrieved and requests to the system were quickly building up. Running a REPAIR statement on the database always seemed to fix the problem. Therefore as I wasn't always able to catch this problem when it occurred I thought I would automate a process that would check the homepage at regular intervals and on finding the database connection error it would then check the database for corrupt tables and automatically repair them. This was the primary reason for the plugin and I soon extended it to offer some more features such as The site administrator can specify their own threshold limits for the webserver and database loads and a report will be emailed out whenever these limits are reached or if the site is inaccessible. The report will return details of the response time it took to load the page, the current server load, the current database load and whether or not there were connection problems, issues with corrupt tables that needed repairing or fragmented indexes that were optimized. Whilst not a replacement for professional server monitoring tools it is a nice easy to use plugin that can help notify you when your site is down as well as rescuing your system from corrupt database tables before you even realise there has been an issue.

安装:

This section describes how to install the plugin and get it working.
  1. Download the plugin.
  2. Unzip the strictly-system-check compressed file.
  3. Upload the directory strictly-system-check to the /wp-content/plugins directory on your WordPress blog.
  4. Activate the plugin through the 'Plugins' menu in WordPress.
  5. Use the newly created Admin option within Wordpress titled Strictly System Check to set the configuration options for the plugin.
  6. Use the Test Configuration button to ensure that your plugin will work correctly.
  7. Set up a CRON job or WebCron job to run the system checker at intervals of your choice. The plugin will display the correct code and URL's to use for any CRON job.
Help
  1. You may need to grant write/execute permission for the plugin folder to the website so that the configuration file and report can be written out correctly. The plugin will give you the correct CHMOD code to run to grant these permissions.
  2. To access the current webserver load averages the website will need to be able to run system functions such as e.g shell_exec, system, passthru. If you are running you own server or virutal server this shouldn't be a problem but if you are on a shared server you might have to ask your systme administrator to set the relevant permissions for you to be able to do this. The Test Configuration button will tell you whether or not this is a problem. Even if you cannot run system functions the plugin will still be able to report on key info such as whether the site is up or down and whether the database is overloaded or not.

更新日志:

1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6