cmsdaq / DAQAggregator

Aggregate monitoring data from the CMS DAQ system
0 stars 3 forks source link

support for retrieving HLT cpu load from F3mon #101

Closed andreh12 closed 6 years ago

andreh12 commented 6 years ago
gladky commented 6 years ago

feature/fu-crashing has been merged to dev

andreh12 commented 6 years ago

rebased on current dev (c61a545), resolved conflicts with respect to branch feature/fu-crashing.

test reports:

Ready to merge.

andreh12 commented 6 years ago

resolved conflicts and added missing code to actually dispatch the results to the DAQ object...

mvn test and mvn integration-test do not report any failed tests

gladky commented 6 years ago

Released as 1.17.8, available in dev repository. Can be used as:

<dependency>
    <groupId>ch.cern</groupId>
    <artifactId>DAQAggregator</artifactId>
    <version>1.17.8</version>
</dependency>