Simple server uptime monitor
With uptimey you can easily monitor your server's uptime. It will output usefull data that you might need during your day, while you intereact with your server. Don't believe me, check out the screenshot bellow.
Import note: it works on systems that run macOS, Linux and Windows.
You will need the following things properly installed on your computer.
git clone [email protected]:stefanbc/uptimey.git
this repositorycd uptimey
npm install
bower install
Alternatively you can use the sh script inside the repo, after you've cloned it. Make sure it has execution permissions.
Eg. ./uptimey.sh init
or ./uptimey.sh help
npm start
- Open http://localhost:3000 and behold uptimey in all it's simple glory.
You'll need to have Grunt and Sass installed. Use these commands:
npm install -g grunt-cli
gem install sass
grunt test
grunt dev
(development)grunt
(production)
Stefan Cosma – @stefanbc – [email protected]
Distributed under the MIT license. See LICENSE
for more information.