#!/bin/sh # Exit-Codes: STATE_OK=0;STATE_WARNING=1;STATE_CRITICAL=2;STATE_UNKNOWN=3 usage() { cat <