PHPackages                             dieterholvoet/oc-uptimerobot-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dieterholvoet/oc-uptimerobot-plugin

ActiveOctober-plugin[Logging &amp; Monitoring](/categories/logging)

dieterholvoet/oc-uptimerobot-plugin
===================================

Provides dashboard widgets with Uptime Robot statistics

1.0.2(6y ago)1281[1 PRs](https://github.com/DieterHolvoet/oc-uptimerobot-plugin/pulls)MITPHPPHP &gt;=7.0.8

Since Apr 26Pushed 5y agoCompare

[ Source](https://github.com/DieterHolvoet/oc-uptimerobot-plugin)[ Packagist](https://packagist.org/packages/dieterholvoet/oc-uptimerobot-plugin)[ RSS](/packages/dieterholvoet-oc-uptimerobot-plugin/feed)WikiDiscussions release/v1 Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

oc-uptimerobot-plugin
=====================

[](#oc-uptimerobot-plugin)

[![Latest Stable Version](https://camo.githubusercontent.com/0b09552735dab4d26a20056d0c5c0f076899a84a7a9eed0d258ab4bf27a3709c/68747470733a2f2f706f7365722e707567782e6f72672f646965746572686f6c766f65742f6f632d757074696d65726f626f742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/dieterholvoet/oc-uptimerobot-plugin)[![Total Downloads](https://camo.githubusercontent.com/04206ea8200db21bd294c0494e6ab103819964830aa8e6ddc955073fa578a531/68747470733a2f2f706f7365722e707567782e6f72672f646965746572686f6c766f65742f6f632d757074696d65726f626f742d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/dieterholvoet/oc-uptimerobot-plugin)[![License](https://camo.githubusercontent.com/79324548c39e93993bde77f2db06de0341e5167317a06485d18c9a7339f8f2d7/68747470733a2f2f706f7365722e707567782e6f72672f646965746572686f6c766f65742f6f632d757074696d65726f626f742d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/dieterholvoet/oc-uptimerobot-plugin)

> Provides dashboard widgets with Uptime Robot statistics

[![Screenshot](https://camo.githubusercontent.com/4aabcb5c2f94b77f6f30c24a5e799137cdbabe31fb55c119360c7e2fcd62dce3/68747470733a2f2f692e696d6775722e636f6d2f3758545a3263442e706e67)](https://camo.githubusercontent.com/4aabcb5c2f94b77f6f30c24a5e799137cdbabe31fb55c119360c7e2fcd62dce3/68747470733a2f2f692e696d6775722e636f6d2f3758545a3263442e706e67)

Installation
------------

[](#installation)

This OctoberCMS plugin requires PHP 7.0.8 or higher. It can be installed using Composer:

```
 composer require dieterholvoet/oc-uptimerobot-plugin
```

How does it work?
-----------------

[](#how-does-it-work)

This plugin provides two dashboard widgets showing statistics collected through the free [Uptime Robot](https://uptimerobot.com) service:

- **Overall uptime**: Shows a percentage indicating the overall uptime of your website.
- **Response time**: Shows a line graph with response times, collected every 30 minutes

To prevent reaching API rate limits, the displayed data is refreshed every 5 minutes.

### Configuration

[](#configuration)

To configure the plugin, go to the settings page in the backend. This plugin's settings can be found under the System section.

Configuration can also be provided through code by creating a configuration file `config/dieterholvoet/uptimerobot/config.php`, or `config/dieterholvoet/uptimerobot/dev/config.php` for environment-specific configuration. Inside the overridden configuration file you can return only values you want to override.

```
