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.server.config
 Default:
${alarms.dir}/logback-server.xmlThe logback configuration for the alarm server.
- alarms.store.db.type
 Default:
xmlDefines what kind of database (either XML or PostgreSQL). Set
alarms.store.db.type=rdbmsto use PostgreSQL.- alarms.store.db.changelog
 Default:
org/dcache/alarms/db/sql/alarms.changelog-master.xmlLiquibase master changelog.
- alarms.store.path
 Default:
${alarms.dir}/alarms.xmlThe path of the
alarms.xml. Used ifalarms.store.db.type=xml.- alarms.store.db.rdbms
 Default:
postgresqlIf this value is changed from its default the
alarms.store.db.driverproperty must also be changed.- alarms.store.db.driver
 Default:
org.postgresql.DriverThis property should give the correct namespace for the RDBMS set by the property
alarms.store.db.rdbms.- alarms.store.db.host
 Default:
localhostRDBMS/JDBC Database host name.
- alarms.store.db.user
 Default:
RDBMS/JDBC Database user name.
- alarms.store.db.pass
 Default:
no passwordRDBMS/JDBC Database user password.
- alarms.store.db.properties
 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.
- webadmin.alarm.cleaner.enabled
 Default:
trueIf set to true a thread which automatically removes closed alarms older than a given threshold will run.
- webadmin.alarm.cleaner.timeout
 Default:
168(24 x 7 hours)Wait interval between successive sweeps of the cleanup daemon.
- webadmin.alarm.cleaner.delete-threshold
 Default:
336(24 X 14 hours)Closed alarms will be deleted after this time.