#!/bin/sh
#Wrapper script to call Arbiter instead of Nagios bin

DIR=`/usr/bin/dirname $0`
$DIR/shinken-arbiter.py $*
