IX WeMonit

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, 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 simple 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'); ?>
In the footer section of this page, you see WeMonit data inserted into the template file, using the template tags.
The following two images are created with shortcodes.
[ix_wemonit_getIp4LatencyImage id="2994"]

[ix_wemonit_getIp4UptimeImage id="2994"]
The shortcodes are really powerfull. You can use them in text i.e. to tell your visitors that your current latency is at [ix_wemonit_getCurrentLatency id="2994"] miliseconds and your uptime is at [ix_wemonit_getIp4UptimePercent id="2994"]% while the last [ix_wemonit_getTimespan id="2994"].