ATR Server Status free WordPress plugin
Description
Important notice In version 1.5.0 I initially accidently commited a version with some missing mandatory files, if your site gives you a white screen or goes down because of this, please remove/re-install the plugin from the repository. 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; } ); Shortcode Examples Displays all servers entered in wp-admin [server-status] Display server by certain id [server-status id=”X”] Display servers by multiple id’s [server-status id=”X,X,X”] Excludes certain posts from display, only works if ‘id’ is not set. [server-status exclude=”X”] Features Supports most common protocols (TCP, UDP, HTTP, HTTPS) (FTP is on the todo) Define a human friendly readable name for display Define hostname Define port Define timeout in seconds Define protocol Drag’n’drop ordering Edit and delete servers/services Shortcodes for checking one or more servers frontend Simple, clear and well explained settings page Filter available configurations Settings page with various configrations to suit your needs Possible to disable/enable servers and services Includes a widget for displaying servers in sidebars Is this plugin for you? If you’re looking for a
Features
Cost:
Free
Provider:
Allan Thue Rehhoff
Popularity:
Low
WPMarket

