Skip to content
/ f3mon Public

Web interface for the HLT file-based filter farm monitoring system of the CMS Detector based on Elasticsearch engine.

Notifications You must be signed in to change notification settings

zazasa/f3mon

Repository files navigation

F3 Monitor Web Interface

Web interface for F3 infrastructure based on Elasticsearch engine.

##Development notes Requirements: node.js, bower, grunt

#install DEV enviroment npm install bower install

Notes:

  • At present time, highchart-ng lib need to be updated manually: cd bower_components/highchart-ng/dist wget https://rawgithub.com/pablojim/highcharts-ng/master/src/highcharts-ng.js mv highcharts-ng.js highcharts-ng.js.old mv highcharts-ng.js.1 highcharts-ng.js

  • The Highstock library doesnt load the drilldown module as default, so add the "modules/drilldown.js", in bower_components/highstock-release/bower.json

#Run Dev server: grunt serve (note: If it returns no errors but server doesnt start, try again and again )

#Build grunt build (note: Disabled the uglify process due to some conflict with angular )

##Optionals:

#Install external library bower install --save

#Install node.js component sudo node install -g (this will install globally for usage in every project, need sudo priviledges) node install (for install locally)

#highchart installation bower install highstock-release --save

About

Web interface for the HLT file-based filter farm monitoring system of the CMS Detector based on Elasticsearch engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published