User Guide

NTI E-MNG-LC Environment Monitoring System Management Software
35
B. Edit Only (saving the values you already have in place without having to re-enter them)
1. Open the sems.conf file (will need to be done for the Server, and again for the Client)
2. Add the options below to the sems.conf file manually. (It would be easiest to copy from this document and paste them in.)
datalogRollPeriod=
alertslogRollPeriod=
syslogRollPeriod=
numSyslogsToKeep=
numDatalogsToKeep=
numAlertslogsToKeep=
3. Enter the desired values for the options using the instruction on pages 33 and 34.
4. Save the completed sems.conf file.
5. Close the Server/Client software.
6. Restart the Server/Client software. The options and values entered will now take effect.
Note: The syntax of the values entered is important for configuration to be successful (sems.conf file
content sample below):
The order the configuration options are listed in does not matter.
syslogEnabled=true
syslogLevel=ALL
syslogRollPeriod=DAY
numSyslogsToKeep=7
datalogEnabled=true
datalogRollPeriod=DAY
numDatalogsToKeep=7
alertslogEnabled=true
alertslogRollPeriod=DAY
numAlertslogsToKeep=7
devicePollRate=5000