Skip to content

📈 One Pager To Monitor Uptime With The Uptime Robot API

License

Notifications You must be signed in to change notification settings

born-slippy/uptime-robot

 
 

Repository files navigation

Uptime Robot One Pager

Check out the demo http://up-monitor.com/

All Your Monitors In 1 Place

Alt text

View Graphs Of Response Times

Alt text

Installation:

  1. Clone the repository
git clone [email protected]:HeadTalker/uptime-robot.git
  1. Copy config-sample.php name it config.php
cd uptime-robot && cp config-sample.php config.php
  1. Edit config.php and put an Uptime Robot API key ( must be account specific )
$UP_ACCOUNT_API_KEY = "replace_with_yours";
  1. Launch the app
# This may vary depending where you installed the app and/or your environment
http://localhost/uptime-robot/main/

Usage

This is a simple one page application to monior uptime. It is powered by the Uptime Robot API. Uptime Robot can notify you about downtime. They offer up to 50 Monitors, Checked Every 5 Minutes, Totally Free.

Building/Making Edits

We use NPM, Bower, and Grunt. We recommend you use these tools to make changes to the app.

Node Modules Install:
npm install
Bower Components Install:
bower install
Running Grunt Tasks:
grunt

Bugs and issues

You can report them here

Contributing

Anyone is welcome to contribute. You can contribute in a few ways.

  1. Submitting a pull request with fixes, improvements, or new features
  2. Reporting bugs or issues here
  3. Providing feedback or suggestions

About

📈 One Pager To Monitor Uptime With The Uptime Robot API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.8%
  • JavaScript 19.3%
  • CSS 8.9%