-
Notifications
You must be signed in to change notification settings - Fork 11
Dashboard properties
pierre edited this page Mar 14, 2012
·
3 revisions
System property | Description | Required? | Default value | Corresponding MBean attribute |
---|---|---|---|---|
arecibo.dashboard.serviceLocatorKlass | ServiceLocator implementation for announcements and discovery | No | com.ning.arecibo.util.service.DummyServiceLocator | |
arecibo.dashboard.serviceName | Arecibo service name, used for announcements and discovery | No | AreciboDashboardService | |
arecibo.dashboard.extraGuiceModules | Extra Guice modules to be installed | No | "" | |
arecibo.dashboard.galaxy.updateInterval | Refresh interval for the list of galaxy cores | No | 5m | |
arecibo.dashboard.alertHostOverride | No | null | ||
arecibo.dashboard.alertManagerEnabled | Whether the dashboard is integrated with the alert core | No | false |
System property | Description | Required? | Default value | Corresponding MBean attribute |
---|---|---|---|---|
arecibo.collectorClient.collectorFinderKlass | Collector finder for the collector (by default, location is determined by fixed uri) | No | com.ning.arecibo.collector.discovery.DefaultCollectorFinder | |
arecibo.collectorClient.collectorUri | Collector core location, if fixed (only used by DefaultCollectorFinder) | No | http://127.0.0.1:8080 |