This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.4.0 instead.
Reason given by maintainers: Wrong rns dependency version
RNMon - Reticulum Application Monitoring Daemon
RNMon is a simple monitoring daemon designed to monitor the status of multiple RNS applications and push the metrics over http using the influx line protocol.
Supported Applications
- Reticulum Transport Nodes (Also some metrics for non transport nodes)
- LXMF Propagation Nodes
Installing
Package
The package is available in PyPI, install it with your python package manager of choice.
I recommend using uv since it cleanly manages an environment if you run or install it as a tool:
Execute it simply: uvx rnmon
Install it globally (but in its own environment): uv tool install rnmon and run rnmon
Container
There is a container image available at ghcr.io/lbataha/rnmon.
You can use the latest tag, or specify the version matching the git tag you want, there are also image builds available in github actions.
The repo contains a Dockerfile and an example docker-compose.yml, but you can run it simply with:
docker run --name rnmon -v /path/to/config:/config ghcr.io/lbataha/rnmon:latest
Configuration
Configure the daemon via scraping.yaml, the example config has comments explaining the options.
The configuration for reticulum is auto-discovered, but you can specify the location of the configuration directory using the --rns-config argument.
Operational principles
The metric pusher and all targets are executed in their own thread. The main thread starts a new RNS instance, and closes it on exit.
A link is established for each scrape target to reduce network overhead. If a link is broken for any reason, the thread is terminated and restarted - this avoids having to deal with the built-in RNS link retry mechanisms, their associated timeouts and any edge cases caused by using shared RNS intances. This might be changed in the future if RNS fixes the issues particular to this use case.
Release files for rnmon 0.3.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rnmon-0.3.5.tar.gz | 37.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rnmon-0.3.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 46.2 kB
Release files / rnmon-0.3.5.tar.gz
| Download URL | rnmon-0.3.5.tar.gz |
|---|---|
| Size | 37.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3cedd79af8cdc89a0c385c7d6ca617699f73e79129ff3752d541b2cc59118497
|
|
BLAKE2b-256 checksum How to use checksums |
667792c5eb506f74d74f1fdbe67cb7a3c7023559b7d61ce603f0f9fc15a99acf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / rnmon-0.3.5-py3-none-any.whl
| Download URL | rnmon-0.3.5-py3-none-any.whl |
|---|---|
| Size | 9.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
79e3b93067096c321c87bfe5083c1ce62ea29170af5e4c8013ccf0fc29e02c9e
|
|
BLAKE2b-256 checksum How to use checksums |
7b98f91ea0a93b06490276d2382f62597608c49f7f68e7700bbaac20dca80bc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|