uptimey
uptimey copied to clipboard
Simple server uptime monitor
uptimey
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.

Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone [email protected]:stefanbc/uptimey.gitthis repositorycd uptimeynpm installbower 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
Running
npm start- Open http://localhost:3000 and behold uptimey in all it's simple glory.
Development
You'll need to have Grunt and Sass installed. Use these commands:
npm install -g grunt-cligem install sass
Running Tests
grunt test
Building
grunt dev(development)grunt(production)
Meta
Stefan Cosma – @stefanbc – [email protected]
Distributed under the MIT license. See LICENSE for more information.