Plugin / ATR Server Status

Allan Thue Rehhoff

Description

Description

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 full fledged server monitoring tool, no. Consider using thirdparty software such as zabbix instead

Otherwise, if you just want to provide a service, for your users/visitors to check whether or not one or more of your servers is running healthy then yes, this is for you.

Feature requests

Think this plugin is missing a feature? I’ll gladly discuss any feature requests sent to me either through the wordpress support forums, or via my contact formular.

Keep in mind, features must be able to fit seamlessly with the core wordpress UI, and must not be intrusive, or considered adware.

Got a question?

If you have any questions not answered here, do feel free to send me an email and I’ll do my best to answer you within 48 hours.

Response time is usually faster if you send me a mail, instead of using the wordpress support forums.

Ratings

4
8 reviews

Rating breakdown

Details Information

Version

1.4.3

First Released

26 Mar, 2017

Total Downloads

2,457

Wordpress Version

4.0 or higher

Tested up to:

5.3.1

Require PHP Version:

5.6 or higher

Tags

Contributors

This plugin has been closed.

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.