Giter Club home page Giter Club logo

quarian's Introduction

quarian

control delinquent geth nodes

Quarian is a controller meant to shepherd Geth instances that are not performing properly, and alert/report on problems with a Geth instance. If Geth is not running properly, it will restart Geth with a command of your choosing.

Features:

  • Remote node monitoring via JSON-RPC: Can monitor remote nodes and issue HTTP requests to servers to cause geth restarts. Use the http-restarter on your Geth client side to easily restart them with the correct command.
  • Easy to read logs: Nice easy UTF-8 + color logging output to stdout
  • Multiple canonical sources for chain tip: Supports Etherscan, Etherchain, Infura, and your own geth nodes
  • Modular checks: Checks are easy to write classes. Turn on and off specific checks.

Configuration

Settings for Quarian are specified in settings.conf. Quarian will look here for settings, as well as:

  • /etc/quarian/settings.conf
  • /etc/quarian.conf
  • /etc/default/quarian.conf
  • /opt/quarian/settings.conf

in that order. The settings.conf file contains configuration information for Quarian.

You will want to decide what checks to use for your system, and then add the check modules you want Quarian to load as the checklist property, as a comma-delimited string (e.g. cron,chaintip). If you want to write your own checks for Quarian, see the README.md inside the quarian/checks folder.

Installation & Use

Quarian is alpha software and is not yet an egg. Quarian is written for Python 3. Download and run:

pip3 install -r requirements.txt
./quarian.py

There are also some argument flags. You can see these by using quarian.py -h.

License

GNU GPL v3.

quarian's People

Contributors

10a7 avatar

Stargazers

 avatar  avatar

Watchers

 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.