Uptime Robot One Pager
Check out the demo http://up-monitor.com/
All Your Monitors In 1 Place
View Graphs Of Response Times
Installation:
- Clone the repository
git clone https://github.com/HeadTalker/uptime-robot.git
- Copy config-sample.php name it config.php
cd uptime-robot && cp config-sample.php config.php
- Edit config.php and put an Uptime Robot API key
$UP_ACCOUNT_API_KEY = "replace_with_yours";
- 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 Continuously:
grunt
Running Grunt Tasks Once:
grunt build
Bugs and issues
You can report them here
Contributing
Anyone is welcome to contribute. You can contribute in a few ways.
- Submitting a pull request with fixes, improvements, or new features
- Reporting bugs or issues here
- Providing feedback or suggestions