rwky / uchiwa-papirus

Gets status from uchiwa and displays on a raspberry pi with a papirus hat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple script which uses a Pi Supply PaPiRus to update the screen with the status from uchiwa.

It just requires python3 and the PaPiRus library installed.

Configuration can be done through environment variables an example would be

export AUTH_USER=user
export AUTH_PASSWD=password
export AUTH_REALM=realm
export URL='https://domain.com/events?token=api-token'

I put sensu behind nginx with basic auth hence the AUTH_* variables.

I use a Pi2 with a large hat, it looks like this:

OK image Problem image

About

Gets status from uchiwa and displays on a raspberry pi with a papirus hat

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%