Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

NETWAYS/check_knuerr_cooltherm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

check_knuerr_cooltherm

This plugin monitors Knürr CoolTherm Server Cabinet sensors

MIB file is not required, OIDs are hardcoded. Knürr Cooltherm Server Cabinet manual is to be found here:

http://www.knuerr.com/web/zip-pdf/manuals/CoolTherm_Index_M.pdf

You can fetch the entire MIB file directly from the cabinet itself, it's filename should be "KNUERR-COOLCON-MIB-Vx.mib".

There is no need to configure any threshold values, they are retrieved automagically from your server cabinet. Supported sensors are temperature, humidity, smoke, water, fan and humidity. Temperature and humidity values are also available as trend data.

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

Requirements

  • Perl libraries: Net::SNMP

Usage

check_knuerr_cooltherm -h

check_knuerr_cooltherm --man

check_knuerr_cooltherm -H <hostname> [<SNMP community>]

Options:

-H  Hostname
-C  Community string (default is "public")
-h|--help
    Show help page
--man
    Show manual
-v--|verbose
    Be verbose
-V  Show plugin name and version

# ./check_kentix_multisensor -h HOST [-s COMMUNITY] [-t THRESHOLDS] [-w WARNING] [-c CRITICAL]