# # # configuration file for the fxsproxy # # # # maximum number of attempts to retreive information of a DCS board # (waiting one second between two attempts) TIMEOUT 10 # place for the temporary storage of the xml file TEMPDIR /data/fxsproxy_output_files/ #TEMPDIR /home/trdtester/fxsproxyTmpdir/ # Working directory of the program while collecting the xml WORKINGDIR /home/trd/ #WORKINGDIR /home/trdtester/fxsproxyWorkdir/ # script to copy the XML to the FXS FXSSCRIPT /etc/trd/dcsFES_putData.sh # wing_db tag for requesting the config information of the DCS boards FEETAG 10000 # name of the resulting xml file FILENAME trd_config_summary.xml # DIM_DNS_NODE - this is only read out if the program is running as a # background process, if the value is set to $DIM_DNS_NODE, them it # is read from the environmental variable DIM_DNS_NODE before forking #DIMDNSNODE alitrddimdns #DIMDNSNODE alitrdwn005 DIMDNSNODE $DIM_DNS_NODE # the number of previous xml files to keep around, so after FILESTACKSIZE+1 # runs the first will be deleted. FILESTACKSIZE 1000 # the name of the log file to which fxsproxy will write its output # (leave blank for none) LOGFILE /tmp/fxsproxy.log # log the output of fxsproxy to the syslog as well as other sources # this is a boolean value and can be set to either true or false, # default false after initial startup LOGTOSYSLOG true # set the id of the user as whom the process should run on USERID 501 # increase the verbosity by enabling the debug mode (true/false) DEBUG true