|
1 | | -## check_sensorProbe2plus ## |
2 | | - |
3 | | -### Description ### |
| 1 | +# check_sensorProbe2plus |
4 | 2 |
|
5 | 3 | This plugin serves the purpose of receiving data from the SensorProbe2+ and checking its state. |
6 | 4 |
|
7 | | - |
8 | | -### Dependencies ### |
| 5 | +## Dependencies |
9 | 6 |
|
10 | 7 | + [PySNMP](https://github.com/etingof/pysnmp) |
11 | | -+ [enum34](https://pypi.org/project/enum34) |
12 | 8 |
|
13 | | -### Usage ### |
| 9 | +## Usage |
14 | 10 |
|
15 | 11 | ``` |
16 | | -check_sensorProbe2plus.py -H -C [-p] [-V] [-v] [-h] |
17 | | -``` |
| 12 | +usage: check_sensorProbe2plus.py [-h] [-V] [-v] [-p PORT] -H HOSTNAME -C COMMUNITY |
18 | 13 |
|
19 | | -#### required arguments: #### |
| 14 | +Check plugin for AKCP SensorProbe2+ |
20 | 15 |
|
21 | | -+ **HOSTNAME:** host of the SensorProbe2+ |
22 | | - `` -H, --hostname `` |
23 | | -+ **COMMUNITY:** read community of the SensorProbe2+ |
24 | | - `` -C, --community `` |
| 16 | +options: |
| 17 | + -h, --help show this help message and exit |
| 18 | + -V, --version |
| 19 | + -v, --verbose increase output verbosity (-v or -vv) |
| 20 | + -p, --port PORT port of the sensors to check (shows all if not set) |
25 | 21 |
|
26 | | -#### optional arguments: #### |
27 | | - |
28 | | -+ **HELP** show the help message and exit |
29 | | - `` -h, --help `` |
30 | | -+ **VERSION** shows the current version of the check plugin |
31 | | - `` -V, --version `` |
32 | | -+ **VERBOSE** increases output verbosity (-v or -vv) |
33 | | - `` -v, --verbose `` |
34 | | -+ **PORT** port of the sensor to check (shows all if not set) |
35 | | - `` -p, --port `` |
| 22 | +required arguments: |
| 23 | + -H, --hostname HOSTNAME |
| 24 | + host of the sensor probe |
| 25 | + -C, --community COMMUNITY |
| 26 | + read community of the sensor probe |
| 27 | +``` |
0 commit comments