1 """Dashboard monitoring services based on MSG.
2
3 DashboardMS contains an abstract monitoring service base class.
4 LCGAthenaMS etc. contain concrete backend/application-specific monitoring service classes.
5 LCGAthenaUtil etc. contain utility functions for retrieving meta-data specific to a monitoring service class.
6
7 N.B. This code is under development and should not generally be used or relied upon.
8
9 N.B. The class structure should be reviewed and refactored when a second combination of backend/application is implemented.
10
11 """
12