Skip to main content

Monitoring for Elrond Network nodes

Project description

vilya

This is Flying Stone's unofficial monitoring (and soon management) tool for Elrond Network nodes. This package is the agent running on the same machine as the node or nodes being monitored.

Features

Compared to other monitoring solutions, vilya is:

  1. secure: all data is sent to a remote machine through the local machine's ssh client, so no need for opening any firewall port, no answering to any requests, no extra software
  2. easily auditable: the code is short and with very few dependencies (and they will go away over time), so you can read and understand the code for yourself before installing or updating it
  3. easy to use: it was written from scratch for the job, so configuration is minimal and adding new measurements is easy and fast (you need to write a little python, but it looks almost like a configuration file)
  4. lightweight but powerful: it uses less than 1% of th cpu when remotely logging:
  • cpu, memory, disk and network usage every second, plus
  • the node/status API route every round, plus
  • node/p2pstatus, node/heartbeatstatus, validator/statistics every 5-10 minutes, plus
  • the full *:DEBUG log stream
  • more, just read records.py
  1. synchronized to the Elrond Network, so it waits until each block has been signed and sent before doing most of its job
  2. MIT licensed, because it is the shortest and most permissive of all popular license
  3. named after Vilya, Elrond's ring and the mightiest of the Three of course :^)

Status

I've been running it without problem on 3 machines each with 2 to 4 of the flying-... nodes over the last few weeks without issues. Its companion dashboard application nodeview is still a work in progress so vilya changing a bit so the two work well with each other.

to install: $ pip3 install vilya

NOTE: as I'm still developing it, some of the configuration is still hardcoded so installing with pip won't work out of the box for now. But if you know a little pythin you can find your way. The only other required configuration is to setup the ssh client for accessing the remote machine. More instruction will follow with the first realease. I'll soon upload to github, but the code of course is already on this page too.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vilya-0.1.0.dev9-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

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