Skip to content

Commit 6176637

Browse files
committed
Update README and requirements.txt
1 parent 164927f commit 6176637

2 files changed

Lines changed: 17 additions & 25 deletions

File tree

README.md

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
1-
## check_sensorProbe2plus ##
2-
3-
### Description ###
1+
# check_sensorProbe2plus
42

53
This plugin serves the purpose of receiving data from the SensorProbe2+ and checking its state.
64

7-
8-
### Dependencies ###
5+
## Dependencies
96

107
+ [PySNMP](https://github.com/etingof/pysnmp)
11-
+ [enum34](https://pypi.org/project/enum34)
128

13-
### Usage ###
9+
## Usage
1410

1511
```
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
1813
19-
#### required arguments: ####
14+
Check plugin for AKCP SensorProbe2+
2015
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)
2521
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+
```

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pysnmp==7.0.0
1+
pysnmp==7.1.26

0 commit comments

Comments
 (0)