christ0ph3r / uptime-cli

Monitor your websites uptime :chart_with_upwards_trend: and downtime :chart_with_downwards_trend: in the terminal with the Uptime Robot API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uptime CLI

Uptime CLI lets you monitor websites and track uptime/downtime through the command line. It uses the uptimerobot.com API to fetch data. Uptimerobot's free option allows you to monitor up to 50 websites free.

Uptime CLI

Features

General

  1. Command Line Interface
  2. Track Websites Uptime/Downtime

Monitor Data Table

  1. ID
  2. Name
  3. URL
  4. Status
  5. Type
  6. Interval
  7. Uptime %
  8. Date Created

Installation Instructions

  1. Git Clone the repo

    git clone https://github.com/christ0ph3r/uptime-cli/
    
  2. Enter the repository and copy the config file

    cd uptime-cli && cp config-sample.json config.json
    
  3. Install NPM packages

    npm install
    
  4. Edit config.json and put your uptime robot api key

    {
      "key": "xxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx"
    }
  5. Run

    npm start
    

Testing

npm test

Donations accepted

Coin Address
Bitcoin 1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc
Ethereum 0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE
Litecoin Lh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR

About

Monitor your websites uptime :chart_with_upwards_trend: and downtime :chart_with_downwards_trend: in the terminal with the Uptime Robot API

License:MIT License


Languages

Language:JavaScript 100.0%