Nagios check for TeamRedMiner
Find a file
Julien Riou 7b0fe22b73
chore: Typo in README
Signed-off-by: Julien Riou <julien@riou.xyz>
2022-05-17 10:42:13 +02:00
.gitignore Initial commit 2022-05-17 10:34:35 +02:00
.pre-commit-config.yaml feat: Version 1.0.0 2022-05-17 10:40:05 +02:00
check_teamredminer.py feat: Version 1.0.0 2022-05-17 10:40:05 +02:00
LICENSE Initial commit 2022-05-17 10:34:35 +02:00
README.md chore: Typo in README 2022-05-17 10:42:13 +02:00
requirements.txt feat: Version 1.0.0 2022-05-17 10:40:05 +02:00

check_teamredminer

Nagios check for TeamRedMiner 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

Usage

./check_teamredminer.py --help

Examples

Nagios NRPE:

command[check_teamredminer]=/opt/check_teamredminer/check_teamredminer.py --hashrate-warning 100 --hashrate-critical 90 --uptime-critical 300 --uptime-warning 600

Limitations

This check has been tested on GPUs mining ethash algorithm. If you need this check to support more type of hardware mining more algorithms, feel free to contribute.

Contributing

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