# The configuration file for the NSI server ## Name of program to be displayed. programName = "CISN-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 = "/home/tnw/cisnNSI/" ## turn off dynamic station detection: noDynStationsFlag = "true" ## Length of wait between initial request for static parameters from the ## collection agent and beginning beginning submitting requests for ## specific stations. staticParamsNap = 60 ## Total length of time spent collecting information about static parameters ## from the collection agent(s). gatherSPTimeout = 300 ## Client inactivity timeout, in seconds. inactivityTimeout = 300 ## Number of hours of parameter history data to save historyLengthHours = 180 ## The name of the redirected console output file consoleRedirectFileName = "NSI_console.txt" ## The name of the global NSI log file. Default location: ## [baseDir]/log/NSI.log globalLogFileName = "NSI.cisn.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" logfileLogLevel = "DEBUG" consoleLogLevel = "ERROR" ## 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.log" ## The name of the ruleset configuration file. Default is 'ruleset.ini' rulesetFileName = "ruleset.ini" ## The name of the stations information file. Default is 'stations_info.ini' stationsFileName = "new_sta_info.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 = "/home/web/tnw/atlantic/gui_acceptor_ior.ref" guiAcceptorIORFile = "/home/tnw/public_html/cisn/gui_acceptor_ior.ref" ## 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 = "cisn-a" orbPortNum = 10056 ## 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/snw/docs/gui_help.html" ## Names of subsets to be tracked for when all of the member stations of any ## of the possible subsets have the same performance (status) level. sameStatusSubsets = "Group, Network" ## Delay between polls of subsets tracked for same performance (status) level. sameStatusPollDelay = 2 # the next option governs how the server deals with the archive files # that persistently store the parameter values... keepArchiveFilesOpenFlag = "true" # for testing purposes threadLogIntervalSecs=600 memoryLogIntervalSecs=600 archivePollTime=60