-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r16
- MonitoringSystem
- Dynamic Component Monitoring
- WMS history based on EL
- MQ connection client
- ElasticSearchDB connection
- ElasticSearch/RabbitMQ based monitoring of the job history
- New Accounting and Monitoring web applications
##DMS
Important change: The values for registration and third party protocols have to be moved from Resources to Operation, and new lists are needed :
DataManagement/RegistrationProtocols # Comes from Resources/FileCatalogs
DataManagement/ThirdPartyProtocols # Comes from Resources/FileCatalogs
DataManagement/AccessProtocols
DataManagement/WriteProtocols
For the extensions, the Resource Helpers getRegistrationProtocols and getThirdPartyProtocols are replaced with methods (same name) in the DMSHelpers class
These lists can be overwritten at the level of a StorageElement, and they should be if it is a special case. For example, for LHCb, the OnlineRunDB storageElements needs to have "http" as WriteProtocols
##Web
The AccountingPlot application is replaced by Accounting application, which allows to create more than one plots and to easy manage the plots. Monitoring application is for the new system.
Note: The google visualization framework is replaced to the ExtJS drawing packaged except one place.