Plugin info

Total downloads: 1,359
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/25/2012 (5076 days ago)
Added to WordPress: 3/22/2012 (13 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5076 days ago

20/100

Is Media Temple Server Status abandoned?

Possibly abandoned (last update 5076 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.3.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Do you use mediatemple and wish you could view your server status directly from your WordPress installation? This plugin adds a widget to your admin dashboard which gives you the ability to see your memory and CPU usage as well as the
number of processes currently running on your server (more to be added soon). It displays these statistics using the
Google Charts API to present them in the most friendly way possible.

Installation

  1. Upload the mediatemple-server-status folder to wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the options panel (located under Settings) and input your (mt) API key and select a service

To find your API key (or create one) visit https://ac.mediatemple.net/api/ when logged into your mediatemple account.

Frequently Asked Questions

When will you be adding more data points (e.g. loads, different date ranges, etc.)

The goal is to have plenty more data available in the next version. The mediatemple API gives access to plenty more
data but the Google Charts API makes it difficult to display all this data with the correct units. Once I figure
out what the best way to handle them are, I will add in the extra data points. I am also planning to add in multiple date ranges as well.

Review feed

No reviews available

Screenshots

  1. A view of an example chart generated from the plugin showing the three different data points.

    A view of an example chart generated from the plugin showing the three different data points.

  2. A view of the options page where the API key and service are managed.

    A view of the options page where the API key and service are managed.

Changelog

1.2

  • Deleted actual API wrapper file.

1.1

  • Removed external API wrapper and all cURL dependency since it’s not enabled on all servers. Now uses file_get_contents() which will work on more/all servers and much faster with less memory usage.

1.0.1

  • Added a check to see if cURL is installed on the server since it is used for the (mt) API.

1.0

  • First Release