From 16c0f33b9ea22a80c273fc46b009a7b7e60a2573 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 14 May 2022 01:22:51 +0200 Subject: [PATCH] doc: Add NRPE example Signed-off-by: Julien Riou --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 75cca6b..2718a0f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ sudo apt-get install python3-nagiosplugin python3-requests ./check_trex --help ``` +# Examples + +Nagios NRPE: + +``` +command[check_trex]=/opt/check_trex/check_trex.py --hashrate-warning 60000000 --hashrate-critical 50000000 --uptime-critical 300 --uptime-warning 600 +``` + # Contributing ```