An open API service indexing awesome lists of open source software.

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+

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 ``