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
Contrary to other monitoring solutions, vilya is:
- 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
- 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
- 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)
- 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
- synchronized to the Elrond Network, so it waits until each block has been signed and sent before doing most of its job
- MIT licensed, because it is the shortest and most permissive of all popular license
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for vilya-0.1.0.dev7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9e3c4d09639b7ecfd1198ca40da2f798c835c8bac0a57be897c4536a730a140 |
|
MD5 | 72010b2f1c14d1568dca0b6b6be07ff1 |
|
BLAKE2b-256 | 204a791fa3be74a9fa469b3497f078016e49f34c6539906945c651785e3b1910 |