https://github.com/netways/check_sensorprobe2plus
Icinga check plugin for AKCP SensorProbe2+
https://github.com/netways/check_sensorprobe2plus
akcp icinga monitoring plugin
Last synced: 2 days ago
JSON representation
Icinga check plugin for AKCP SensorProbe2+
- Host: GitHub
- URL: https://github.com/netways/check_sensorprobe2plus
- Owner: NETWAYS
- License: gpl-2.0
- Created: 2017-04-13T13:51:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T12:42:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T04:22:44.650Z (4 months ago)
- Topics: akcp, icinga, monitoring, plugin
- Language: Python
- Homepage: https://shop.netways.de
- Size: 27.3 KB
- Stars: 0
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## check_sensorProbe2plus ##
### Description ###
This plugin serves the purpose of receiving data from the SensorProbe2+ and checking its state.
### Dependencies ###
+ [PySNMP](https://github.com/etingof/pysnmp)
+ [enum34](https://pypi.org/project/enum34)### Usage ###
```
check_sensorProbe2plus.py -H -C [-p] [-V] [-v] [-h]
```#### required arguments: ####
+ **HOSTNAME:** host of the SensorProbe2+
`` -H, --hostname ``
+ **COMMUNITY:** read community of the SensorProbe2+
`` -C, --community ``#### optional arguments: ####
+ **HELP** show the help message and exit
`` -h, --help ``
+ **VERSION** shows the current version of the check plugin
`` -V, --version ``
+ **VERBOSE** increases output verbosity (-v or -vv)
`` -v, --verbose ``
+ **PORT** port of the sensor to check (shows all if not set)
`` -p, --port ``