-
Notifications
You must be signed in to change notification settings - Fork 11
Alert properties
pierre edited this page Mar 14, 2012
·
1 revision
System property | Description | Required? | Default value | Corresponding MBean attribute |
---|---|---|---|---|
arecibo.udp.port | UDP port to listen on (auto means it will find a random available port) | No | auto | |
arecibo.udp.numThreads | Number of UDP acceptor threads | No | 50 | |
arecibo.host | Jetty ip/hostname | No | 0.0.0.0 | |
arecibo.jetty.port | Jetty port | No | 8088 | |
arecibo.jetty.threads.min | Jetty min threads | No | 1 | |
arecibo.jetty.threads.max | Jetty max threads | No | 200 | |
arecibo.jetty.accept-queue | Jetty accept queue size | No | 200 | |
arecibo.jetty.resourceBase | Jetty resource base path | No | src/main/webapp | |
arecibo.alert.conf.db.url | JDBC url connection string | Yes | ||
arecibo.alert.conf.db.user | Database username | No | ||
arecibo.alert.conf.db.password | Database password | No | ||
arecibo.alert.conf.db.minIdleConnections | Jetty resource base path | No | 1 | |
arecibo.alert.conf.db.maxActiveConnections | Jetty resource base path | No | 50 | |
arecibo.alert.serviceLocatorKlass | ServiceLocator implementation for announcements and discovery | No | com.ning.arecibo.util.service.DummyServiceLocator | |
arecibo.alert.serviceName | Arecibo service name, used for announcements and discovery | No | AreciboAlertService | |
arecibo.alertmanager.extraGuiceModules | Extra Guice modules to be installed | No | "" | |
arecibo.alert.configUpdateInterval | How often to update the alerting configuration | No | 5m | |
arecibo.alert.eventHandlerBufferSize | No | 1024 | ||
arecibo.alert.eventHandlerNumThreads | No | 25 | ||
arecibo.alert.smtpHost | No | smtp | ||
arecibo.alert.fromEmailAddress | No | [email protected] |