#!/usr/bin/env bash # Nagios Exit Codes OK=0 WARNING=1 CRITICAL=2 UNKNOWN=3 # init exit code: final_exit_code=$OK usage() { cat <