Skip to main content

monitor trustlines cluster with riemann

Project description

Build Status Code style: black

trustlines-watch

trustlines-watch helps monitoring the trustlines cluster. It watches a running parity or geth client via the JSONRPC interface and pushes information to a riemann instance.

Installation

trustlines watch requires python 3.6 or up. It also needs the postgresql development files. On a debian based system these can be installed with

apt install libpq-dev

Please run the following command in a python 3 virtualenv:

pip install . -c constraints.txt

This will install a ‘tl-watch’ executable.

Usage

tl-watch etherscan

Watches etherscan for the current blockNumber. Run tl-watch etherscan --help for available command line options.

tl-watch jsonrpc

Watches a parity or geth client via the JSONRPC interface. Run tl-watch jsonrpc --help for available command line options.

tl-watch relay

Watches a trustlines relay server via the REST API. Run tl-watch relay --help for available command line options.

tl-watch psql

Queries a postgres database. Run tl-watch psql --help for available command line options. The sql query to run is given via the command line option --sqlquery. It must return at least the service and metric fields.

Here’s an example that would monitor the synchronization state of ethindex:

tl-watch psql --sqlquery "select 'sync.' || syncid || '.last_block' service, last_block_number metric from sync"

tl-watch get-website-hash

Calculates the hash of the relevant sources from a specific URL (--url). This is meant to be used in combination with tl-watch website to get the initial origin hash value. Relevant are sources which can change the content of the website. Therefore the hash gets calculated over the basic HTML and the first parity JS scripts. Stylesheets are not relevant for the content. External JavaScript can’t be ensured to not change and must not affect the content on its own. Run tl-watch get-website-hash --help for available command line options.

tl-watch website

Watches for changed code of a website. It continuously calculates the hash of the relevant sources to ensure they haven’t changed in comparison to an initially provided origin hash. That origin hash can be calculated with tl-watch get-website-hash. Run tl-watch website --help for available command line options.

Change log

See CHANGELOG.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trustlines-watch-0.5.6.tar.gz (12.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page