Skip to content

alexrochas/monitoring-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring ncurses

Minor tool to monitoring services in terminal

demo

How-to

Create a config.yml with the same structure as bellow:

services:
  - name: Google
    url: https://www.google.com.br
  - name: Twitter
    url: https://twitter.com
  - name: Failed API
    url: https://mustfail.com

Now, run it!

~$ python3 ./main.py

Roadmap

  • color tips
  • asynchronous hits to apis
  • python 2.7 support
  • reduce retry in requests package

Meta

Alex Rocha - about.me -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages