Linux 软件免费装

ATR Server Status

开发者 Allan Thue Rehhoff
Nicklas Thomsen
更新时间 2024年10月8日 21:52
PHP版本: 5.6 及以上
WordPress版本: 5.8.1
版权: GPLv3

标签

server server status check server service status check service status check is it down server check check server status

下载

1.1.3 1.1.4 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.4 1.4.0 1.4.1 1.4.3 1.5.0 1.1.2 1.2.0 1.5.1

详情介绍:

Important notice This plugin is no longer in active development, do not use in high-availability environments. Simple, efficient, ad- and bloatfree plugin for testing whether or not a given server address is up for just you, or everyone else on a given port and protocol. Servers & services are checked in real-time whenever a user requests to view the page where the shortcode is inserted. Intuitive interface, makes is really easy to maintain servers & services to check. You have the ability to filter/hook the message displayed to the user through functions.php in your theme folder. ` add_filter( "atr_server_success_message", function($message, $server) { return $server->humanname." appears to be working alrstight."; }, 10, 2); add_filter( "atr_server_error_message", function($message, $server) { return $server->humanname." is down."; }, 10, 2); ` You can also use the filter "atr_perm_administer_servers" to alter the permission being used to check access rights. add_filter( "atr_perm_administer_servers", function( $permission ) { $permission = "editor"; return $permission; } );

安装:

  1. Install the plugin
  2. Configure the servers/services you want to check against in "Server Status" within wp-admin
  3. Insert one of the provided shortcodes on the desired page, and or post.

升级注意事项:

It is as always, recommended that you take a full backup of both your database and files, prior to updating plugins. I will do my best to maintain backwards compatibility, but please watch out for breaking changes in the changelog.

常见问题:

Does this plugin require anything special?

This plugin depends heavily on the curl_* and fsockopen(); PHP functions, however such functions are enabled by default on the majority of webhosts. Also check that you have "allow_url_fopen" set to 'On' or '1'

Server checks are stuck at "Checking server status"

It is important that you don't have the same server appearing twice on the same page, doing so WILL break the functionality for all server checks.

更新日志:

1.5.1 1.5.0 1.4.3 1.4.2 1.4.1 1.4.0 1.3.4 1.3.2 1.3.1 1.3.0 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.0