# The configuration file for the NSI server ## Name of program to be displayed. programName = "SeisNetWatch" ## In baseDir there will be the directories bin, classes, conf, and log. ## Respectively, they hold executables, compiled java classes, program ## configuration files, and log files. baseDir = "../" ## Whether the program should just act like a daemon process and go about its ## work behind the scenes. daemon = false ## Length of wait between initial request for static parameters from the ## collection agent and beginning beginning submitting requests for ## specific stations (seconds). staticParamsNap = 30 ## Total length of time spent collecting information about static parameters ## from the collection agent(s) (seconds). gatherSPTimeout = 300 ## Client inactivity timeout, in seconds. inactivityTimeout = 300 ## Number of hours of parameter history data to save historyLengthHours = 2 ## The name of the global NSI log file. Default location: ## [baseDir]/log/NSI.log globalLogFileName = "NSI_sim.log" ## The desired level of message information. Choices include: NO_MSGS, INFO, ## WARNING, ERROR, DEBUG and ALL_MSGS. The default is ERROR for both the ## logfile and console. logfileLogLevel = "ALL_MSGS" consoleLogLevel = "ALL_MSGS" ## Used for debugging. If true a logfile will be produced in the log ## directory. The default is false. configFileParsingLogFlag = true ## Used for debugging. The name of the logfile to use when debugging the ## config file parsing routines. The default is 'NSIparsing.log' configFileParsingLogfile = "NSIparsing_sim.log" ## The name of the ruleset configuration file. Default is 'ruleset.ini' rulesetFileName = "ruleset_sim.ini" ## The name of the stations information file. Default is 'stations_info.ini' stationsFileName = "stations_info_none.ini" ## This is the file in which the IOR for the GUIAcceptor is placed. The entire ## path must be included. It will need to go in the somewhere in the web ## servers html or web directory (ie. where all the web documents are located). guiAcceptorIORFile = "../conf/gui_acceptor_ior.ref" ## The port number used by the CORBA services orbPortNum = 1045 ## This is the name of the orb configuration file. It is needed so the event ## channels will work correctly. orbConfig = "orb.config" ## Here we find the name of the server which this NSI server is representing. serverName = "SNW_Simulator" ## A general help string will generally be a URL to which the user can refer ## for help concerning the system. generalHelpString = "http://www.isti.com/trinet/gui_help.html"