Owner's Manual
122 Properties
Max Items Displayed
The
Max Items Displayed
field appears in the Resources, Alarm and Event History managers’
screens (and several others). By default, the most this maximum can be for Resources, Alarm, and
Event History is 5000 items. You can increase this maximum to as much as 10,000 by altering the
following properties:
com.dorado.redcell.manager.max.rows.AlarmManager=9999
com.dorado.redcell.manager.max.rows.ResourceManager=9999
com.dorado.redcell.manager.max.rows.EventHistoryManager=9999
NOTE:
The “9999” number indicates a maximum of 10,000 items.
CAUTION:
Selecting large max numbers can have adverse performance impacts.
These appear commented out in the
redcell.properties
file, but are best altered in
installed.properties
, to avoid losing any alteration on upgrade.
E-mail Settings
These entries can specify the SMTP host name and return address in
installed.properties.
The following describes an alternative to the graphic user interface described in SMTP / Email
Settings on page 119. The application uses this host name whenever it sends an e-mail; it uses the
return address when e-mailing alarms from the Alarm Window, for example.
#redcell.smtphost=(put SMTP server name or IP here)
#redcell.smtphost.authentication.enabled=true
#redcell.smtphost.username=(user name here)
#redcell.smtphost.password=(password here)
#redcell.returnaddress=(return address)
#redcell.notification.message=(default message subject)
# EXAMPLE values
#redcell.smtphost=postoffice.myserver.com
#redcell.smtphost.authentication.enabled=true
#redcell.smtphost.username=John
#redcell.smtphost.password=secret
#redcell.returnaddress=EMAIL@postoffice.myserver.com