All Projects → stefanbc → uptimey

stefanbc / uptimey

Licence: MIT license
Simple server uptime monitor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to uptimey

uptime.js
Uptime monitor in Node.js that send status changes to Chatbots
Stars: ✭ 52 (+20.93%)
Mutual labels:  uptime-monitor, uptime
apptime
⚡ Advanced FREE Website Monitoring Service. (Node.js & MongoDB) - Not lastest version of Apptime.
Stars: ✭ 3 (-93.02%)
Mutual labels:  uptime-monitor, uptime
upptime
⬆️ Free uptime monitor and status page powered by GitHub
Stars: ✭ 12,995 (+30120.93%)
Mutual labels:  uptime-monitor, uptime
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+118.6%)
Mutual labels:  uptime-monitor, uptime
netcheck
A shell script to check and log when your internet connection goes down.
Stars: ✭ 138 (+220.93%)
Mutual labels:  uptime-monitor, uptime
StatusPage
UptimeRobot 状态页
Stars: ✭ 58 (+34.88%)
Mutual labels:  uptime-monitor, uptime
Statping
Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment.
Stars: ✭ 5,806 (+13402.33%)
Mutual labels:  uptime
uptime-bot
A Discord uptime bot which keeps repl.it links up forever!!
Stars: ✭ 14 (-67.44%)
Mutual labels:  uptime
discord-uptime
Discord bot to monitor uptime of services using ping and http requests
Stars: ✭ 46 (+6.98%)
Mutual labels:  uptime
nova-ohdear-tool
A Nova tool to display downtime, broken links and mixed content
Stars: ✭ 29 (-32.56%)
Mutual labels:  uptime
web-status-monitor
🛸 Ping websites at regular intervals using just GitHub Actions!
Stars: ✭ 17 (-60.47%)
Mutual labels:  uptime-monitor
etna-uptime
Based on https://github.com/upptime/upptime.
Stars: ✭ 17 (-60.47%)
Mutual labels:  uptime-monitor
steamstatus
A quick and dirty POC website to view the status of Steam CM servers. Precursor to steamstat.us
Stars: ✭ 67 (+55.81%)
Mutual labels:  uptime-monitor
status
📈 Uptime monitor and status page for ORY
Stars: ✭ 22 (-48.84%)
Mutual labels:  uptime-monitor
lgsl
LGSL v6.2.0 for PHP 5.4-8.2.0dev (Live Game Server List): online status for Discord, FiveM, Rust, CS, SA:MP, GMOD, Minecraft, Source Query, etc.
Stars: ✭ 101 (+134.88%)
Mutual labels:  uptime
status-page
⬆️🌐 Static status page website for Upptime
Stars: ✭ 94 (+118.6%)
Mutual labels:  uptime-monitor
laravel-ohdear-webhooks
Handle Oh Dear webhooks with ease in a Laravel app
Stars: ✭ 18 (-58.14%)
Mutual labels:  uptime
graphs
⬆️📊 Generate response time chart images in Upptime
Stars: ✭ 31 (-27.91%)
Mutual labels:  uptime-monitor
uptime-kuma
A fancy self-hosted monitoring tool
Stars: ✭ 27,425 (+63679.07%)
Mutual labels:  uptime
nitter-instances
Automated uptime monitoring of Nitter instances.
Stars: ✭ 153 (+255.81%)
Mutual labels:  uptime-monitor

uptimey

Simple server uptime monitor

Build Status Dependency Status Code Climate

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.

Screenshot

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:stefanbc/uptimey.git this repository
  • cd 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

Running

Development

You'll need to have Grunt and Sass installed. Use these commands:

  • npm install -g grunt-cli
  • gem 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].