This is a set of properties you might want to modify. Check
the files
/usr/share/dcache/alarms.properties and
/usr/share/dcache/httpd.properties for the
complete list.
- alarms.dir
Default:
/var/lib/dcache/alarmsThe main alarms area.
- alarms.server.port
Default:
60001The port on which the alarm server will listen.
- alarms.server.host
Default:
localhostThe host on which the
alarmsservice is running.- alarms.log.config.path
Default:
${alarms.dir}/logback-server.xmlThe logback configuration for the alarm server.
- httpd.alarms.db.type
Default:
xmlDefines what kind of database (either XML or PostgreSQL). Set
httpd.alarms.db.type=rdbmsto use PostgreSQL.- httpd.alarms.db.xml.path
Default:
${alarms.dir}/alarms.xmlThe path of the
alarms.xml. Used ifhttpd.alarms.db.type=xml.- alarms.db.rdbms.type
Default:
postgresqlIf this value is changed from its default the
httpd.alarms.db.driverproperty must also be changed.- httpd.alarms.db.driver
Default:
org.postgresql.DriverThis property should give the correct namespace for the RDBMS set by the property
alarms.db.rdbms.type.- alarms.db.host
Default:
localhostRDBMS/JDBC Database host name.
- httpd.alarms.db.user
Default:
RDBMS/JDBC Database user name.
- httpd.alarms.db.password
Default:
no passwordRDBMS/JDBC Database user password.
- httpd.alarms.db.config.path
Default:
${alarms.dir}/datanucleus.propertiesPath 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.
- httpd.enable.alarm-cleaner
Default:
trueIf set to true a thread which automatically removes closed alarms older than a given threshold will run.
- httpd.alarm-cleaner.timeout
Default:
168(24 x 7 hours)Wait interval between successive sweeps of the cleanup daemon.
- httpd.alarm-cleaner.delete-entries-before
Default:
336(24 X 14 hours)Closed alarms will be deleted after this time.