项目作者: NETWAYS

项目描述 :
Check Knuerr RMS devices and probes
高级语言: Perl
项目地址: git://github.com/NETWAYS/check_knuerr_rms.git
创建时间: 2017-05-31T13:39:06Z
项目社区:https://github.com/NETWAYS/check_knuerr_rms

开源协议:GNU General Public License v2.0

下载


check_knuerr_rms

check_knuerr_rms.pl recieves the data from the knuerr_rms devices. It can check thresholds of
the connected probes(temperature,humidity,analogue,contact) or the state of connected contacts.

http://www.netways.de/en/de/produkte/icinga_and_nagios_plugins/knuerr/

Requirements

  • Perl libraries: Net::SNMP

Usage

  1. check_knuerr_rms.pl -h
  2. check_knuerr_rms.pl --man
  3. check_knuerr_rms.pl -H <host> -I <input> | --clamp <port> [-w <warning>]
  4. [-c <critical>]

Options:

  1. -h Display this helpmessage
  2. -H The hostname or ipaddress of the knuerr_rms device.
  3. -C The snmp community of the knuerr_rms device.
  4. -I The input where the probe is connected to.
  5. --clamp The port where the clamp is connected to.
  6. -w The warning threshold.
  7. -c The critical threshold.
  8. --man Displays the complete perldoc manpage.