Git Product home page Git Product logo

raspotify-monitor's Introduction

Raspotify Status

A simple monitoring app for the awesome raspotify client on raspbian

Introduction

raspotify-monitor is not a very advanced application, it was written in a hurry, executes bash commands and does even worse things so all contributions are welcome. The motivation behind writing this was that librespot was crashing so often that it got annoying to restert raspotify manually.

Checks

✔ Service Running states that the service is active and running

✔ Listening states that the serivice is listening on one or more ports

✔ Connection Established states that the server has established one or more connections

Installation

Fast

Open a new ssh session to the raspotify host and navigate to your home directory then run the following command

⚠️ deletes existing installations ⚠️

wget -qO- https://github.com/manzari/raspotify-monitor/raw/master/install/install.sh | bash

Manual

Requirements

sudo apt-get install -y python3-pip nginx
sudo -H pip3 install -r requirements.txt

Copy config files

sudo cp nginx.conf /etc/nginx/nginx.conf
sudo cp gunicorn.service /etc/systemd/system/gunicorn.service

Start the services

sudo systemctl daemon-reload
sudo service gunicorn start
sudo service nginx start

raspotify-monitor's People

Contributors

manzari avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.