#!/bin/sh
# Obligatory functions to process on start of every monitoring.

. _inq-config-global
. $SHARE_DIR/functions
. $SHARE_DIR/communication

MONITORING_NAME=`basename $0`
MONITORING_ID=`sed -ne '/^# ID=/ { s/^# ID=//; p }' <$0`
