Project

General

Profile

task #8635

Updated by Andreas Kohlbecker over 4 years ago

We will use collectd + facette for now: 

 https://www.21x9.org/de/serverueberwachung-mit-collectd-und-facette.html 
 https://www.tecmint.com/configure-collectd-as-central-monitoring-server-for-clients/2/ 

 Test installation on edit-test as client and edit-staging as master to collect the time series data 

 **edit-staging:** 

 ~~~ 
 apt-get install build-essential golang-go librrd-dev pkg-config pandoc yarn 
 ~~~ 

 install node_js:  

 https://github.com/nodesource/distributions/blob/master/README.md#deb 

 ~~~ 
 curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - 
 sudo apt-get install -y nodejs 
 npm install yarn -g 
 ~~~ 

 installing facette: 

 https://docs.facette.io/latest/installing/ 

Back