doc: Add NRPE example
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
024d00c22d
commit
16c0f33b9e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue