#! /bin/csh
#
# STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP
#
# this file was set up during installation
# NEVER change it except by re-installing the package
#
#

set path=(/usr/ucb /bin /usr/bin /usr/etc /usr/local)
set HOST=chang1
#	under which directory the report generater is located
set ROOT=/export/DIST/snmp/report
#	where all the SNMP applications are
set SNMP=/etc
set CONFIG=$ROOT/config
#	whoever wants to know what happens
unset OPERATER
#	where the data generated by snmppoll goes
set POLLDATASRC=$ROOT/data/today
#	where the compressed data goes
set RAWDATASRC=$ROOT/data
#	We may want to know the disk usage by the report generater
unset PARTITION
#	I want the weekly report (set) or not (unset)
set DOWEEKLY
#	The day I want the weekly report generated very week.
set GENWEEKLY = 0
#	how many days of compressed data kept in RAWDATASRC
@ RECORDAGE = 7
#	Where the daily report should be stored
set DAILYREPORTS=$ROOT/daily/report
#	Where the weekly report should be stored
set WEEKLYREPORTS=$ROOT/weekly/report
#	where is the snmppoll.cf file
set SNMPPOLLCF=$ROOT/config
#	where is the snmptrapd.cf file
set SNMPTRAPDCF=$ROOT/config
#	the full path name and file name of snmptrapd log file
set TRAPLOG=$ROOT/data/snmptrapd.log
#	user may want to copy or move the daily reports somewhere else
unset MVDAILYRPT
unset CPDAILYRPT
#	where to copy or move the daily reports
unset DAILYREPORTDIR
#	user may want to copy or move the weekly reports somewhere else
unset MVWEEKLYRPT
unset CPWEEKLYRPT
#	where to copy or move the weekly reports
unset WEEKLYREPORTDIR
set path=($path $ROOT/daily/bin $ROOT/weekly/bin)
set FLATDIR
#	generate printer ready plots of daily data
unset GRAPHDAILY
