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

NETWAYS/check_wut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

check_wut

This plugin checks the status of a WuT WebIO Klima Appliance using SNMP

It doesn't require the MIB (the OID is hardcoded into the script)

If you have multiple sensors you can specify the warning, critical and unit options as a comma-separated list.

Requirements

  • Perl libraries: Net::SNMP

Usage

check_wut_health [options] <hostname> <SNMP community>

--warning
    warning levels (comma separated) - default 20

--critical
    critical levels (comma separated) - default 40

--unit
    sensor measuring units (comma separated) - default C

--timeout
    how long to wait for the reply (default 30s)

--type
    device type (as a number). Default is 0 (autodetect)