Skip to content

chengscott/arzela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arzela

Installation

pip install arzela

Model

  • Server
    • {arzela}*n
    • arzela proxy *1
  • Client
    • {arzela worker example}*m
    • or a customized one

Environment Variables:

  • INFLUX_USERNAME
  • INFLUX_PASSWORD

Grafana

InfluxDB

  • set auth-enabled = true in influxdb.conf
create database arzela
use arzela
# create user admin with password 'admin' with all PRIVILEGES
create user grafana with password 'grafana'
grant read on arzela to grafana
create user worker with password 'ascoli'
grant write on arzela to worker

About

Distributed System Monitor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages