This is a set of properties you might want to modify. Check
the files
/opt/d-cache/share/alarms.properties
and
/opt/d-cache/share/httpd.properties
for the
complete list.
Default: /opt/d-cache/alarms
The main alarms area.
Default: 60001
The port on which the alarm server will listen.
Default: localhost
The host on which the alarms
service is running.
Default: ${alarms.dir}/logback-server.xml
The logback configuration for the alarm server.
Default: xml
Defines what kind of database (either XML or
PostgreSQL). Set
httpd.alarms.db.type
=rdbms
to use PostgreSQL.
Default: ${alarms.dir}/alarms.xml
The path of the alarms.xml
. Used if
httpd.alarms.db.type
=xml
.
Default: postgresql
If this value is changed from its default the
httpd.alarms.db.driver
property must
also be changed.
Default: org.postgresql.Driver
This property should give the correct namespace for the
RDBMS set by the property
alarms.db.rdbms.type
.
Default: localhost
RDBMS/JDBC Database host name.
Default:
RDBMS/JDBC Database user name.
Default: no password
RDBMS/JDBC Database user password.
Default: ${alarms.dir}/datanucleus.properties
Path for overriding the internally set DAO (DataNucleus) properties for alarm storage, for instance, to configure an RDBMS database; will be used only if the URL does not point to the XML default.
Default: true
If set to true a thread which automatically removes closed alarms older than a given threshold will run.
Default: 168
(24 x 7 hours)
Wait interval between successive sweeps of the cleanup daemon.
Default: 336
(24 X 14 hours)
Closed alarms will be deleted after this time.