#!/bin/sh --
# 
# tests something via nrpe to an intermediate host
# takes via-host final-host test
# define in nrpe on intermediate host as test_final-host

/usr/local/nagios/libexec/check_nrpe -H $1 -c "${3}_$2" -to 20

