Nagios check for T-Rex miner
Find a file
Julien Riou 4c633e47aa
Release 1.0.0
Signed-off-by: Julien Riou <julien@riou.xyz>
2022-05-14 01:04:49 +02:00
.gitignore Initial commit 2022-05-14 00:39:58 +02:00
.pre-commit-config.yaml Release 1.0.0 2022-05-14 01:04:49 +02:00
check_trex.py Release 1.0.0 2022-05-14 01:04:49 +02:00
LICENSE Initial commit 2022-05-14 00:39:58 +02:00
README.md Release 1.0.0 2022-05-14 01:04:49 +02:00
requirements.txt Release 1.0.0 2022-05-14 01:04:49 +02:00

check_trex

Nagios check for T-Rex miner.

Installation

Using pip:

python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt

Using debian package manager:

sudo apt-get install python3-nagiosplugin python3-requests

Usage

./check_trex --help

Contributing

pip install pre-commit
pre-commit run --files check_trex.py