Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.8 KB

README.md

File metadata and controls

76 lines (47 loc) · 1.8 KB

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 git@github.com: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
$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