-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
52 lines (34 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=== Uptime Robot ===
Contributors: scottnelle
Tags: uptime, monitoring, server
Requires at least: 3.5
Tested up to: 4.0
Stable tag: 0.1.3
License: GPLv2 or later
A dashboard widget for monitoring your uptimerobot.com log messages
== Description ==
Uptime Robot uses the uptimerobot.com API to display log messages relating to a site's uptime. You must have a free uptimerobot.com account to get any use from this plugin.
== Installation ==
1. Upload Uptime Robot to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Add your API Key under Settings > Uptime Robot
== Frequently Asked Questions ==
= Where do I get an account? =
http://uptimerobot.com/
= Where do I get an API Key? =
Log in to your uptimerobot.com account and go to My Settings.
= Which API Key do I use? =
You can use either your Main API Key to pull in all Monitors, or a Monitor-Specific API Key to pull in data for a single monitor.
== Screenshots ==
1. Dashboard Widget
== Changelog ==
= 0.1.3 =
* Updating dashboard widget with more subdued colors
= 0.1.2 =
* Deleting cache data when settings are updated
= 0.1.1 =
* Data now pulls via AJAX to keep the dashboard speedy
* Prevented failed calls from caching
* Removed some debug code
= 0.1.0 =
* Initial Release