#!/bin/bash
#
# (c) Copyright 2002 Hewlett-Packard Development Company, L.P.
#
# init file for Threshold agent
#
# processname: cmathreshd

NAME="Threshold agent"
PNAME="cmathreshd"
PFLAGS="-p 5 -s OK -l /var/log/hp-snmp-agents/cma.log"

if [ "x$CMAINCLUDE" = "x" ]; then
   if [ -d /opt/hp/hp-snmp-agents ]; then
        CMAINCLUDE=/opt/hp/hp-snmp-agents/server/etc/cmad
   else
	CMAINCLUDE=/opt/compaq/foundation/etc/cmad
   fi
fi

. $CMAINCLUDE
