This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

IX WeMonit

Description

WeMonit is a service, that monitors your server/webseite availability. They offer a free plan, where you can setup 5 services and you got notified by email and iOS-Push, when your server is down.

IX WeMonit helps you to display these monitor stats as text and image. The plugin comes with a typical sidebar widget with lots of options, and also shortcodes and template tags for the same options and to display data graphs.

On the plugins options page, you have to set up your API Key for your WeMonit account. After the plugin connected to WeMonit, it shows all available services and related shortcodes and template tags.
The widget will appear in the widget section of your theme.
As a “special feature”, the plugin adds shortcode ability to sidebar widgets. By installing this plugin, you can use all shortcodes in text widgtes, like you used to do in articles and pages.
So if you dont like the built in widget, you can easily create your own customized widget. i.e. you can even add the graphs to a wide footer widget.

The following data is available by the plugin, via shortcode and template tag

  • Age – The number of seconds the service is monitored by WeMonit
  • Timespan – A formatted Textsnippet to display the age as days and hours
  • CurrentLatency – The current latency of your WeMonit service
  • IP4 Uptime Percent – Your services uptime in %, in the IP4 network
  • IP4 Downtime – The number of downtimes of your service in the IP4 network
  • IP4 Downtime Percent – Your services downtime in %, in the IP4 network
  • IP6 Uptime Percent – Your services uptime in %, in the IP6 network
  • IP6 Downtime – The number of downtimes of your service in the IP6 network
  • IP6 Downtime Percent – Your services downtime in %, in the IP6 network

The graphs are only available with shortcodes and template tags

  • IP4 Latency – A latency graph with one week on the horizontal scale for the IP4 network
  • IP4 Uptime – An uptime graph with one week on the horizontal scale for the IP4 network
  • IP6 Latency – A latency graph with one week on the horizontal scale for the IP6 network
  • IP6 Uptime – An uptime graph with one week on the horizontal scale for the IP6 network

The shortcode and template tag names follow a simpe pattern and uses only one attribute/paramter, the service ID.

  • Example shortcode: [ix_wemonit_getIp4CurrentLatency id="1234"]
  • Example template tag: <?php echo ix_wemonit_getIp4CurrentLatency('1234'); ?>

Links

Use the following links to stay tuned with the plugin development.

Screenshots

  • The options page. Nothing but the apikey is required. Then it shows all available services with related shortcodes and template tags.
  • The build in widget control

Installation

  1. Upload the complete ix-wemonit folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress admin page.
  3. Create an account at WeMonit and setup minimum 1 service
  4. Generate an API Key in your WeMonit account and enter it or your WeMonit login data on the plugins options page
  5. Save Changes on the plugins options page
  6. Done

FAQ

Is it possible to retrieve detailed logs to generate own graphs

Not yet. You would need to extend the plugin and log the data by yourself. WeMonit shows more detailed graphs on their pages. Maybe they will add these to the API somewhen.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“IX WeMonit” is open source software. The following people have contributed to this plugin.

Contributors

Translate “IX WeMonit” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • July, 18th 2012
  • First public version

0.0.1

  • July, 18th 2012
  • I read about WeMonit the first time, found the API and my first thought was on a plugin.