Skip to content

piku/piku-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic load monitoring and diagnosis tool for Piku.

Screencast of Piku Monitoring in action

Deploy

Deploy Piku Monitoring on your box and set a domain name as follows:

git remote add piku piku@HOSTNAME:piku-monitoring
git push piku main
piku config:set NGINX_SERVER_NAME=...

By default it uses a local sqlite database but you can change that by setting the DATABASE variable:

DATABASE_URL=postgres://someuser:somepassword@somehost:5432/somedatabase