This is an old revision of the document!
Table of Contents
Everything to know about CBSNet
CBSNet is the database computer for the Brewer log form, Brewer Data, Straylight processing and etc.
crontab
The list below shows the different sections used in the crontab a crontab jobs are setup so that they runs a command at is specific time. The format for the crontab job are as follows.
m h dom mon dow command m - minutes h- hours dom - day of month mon - month dow - day of week
a * can be used as a wild card.
Below is a list of crontab jobs setup on cbsnet
Brewer Log Form
The Brewer log form's back end deals with hosting the admin section adding/removing/editing operators, Brewers and stations.
These can be access via the following links,
Manage Operators
Manage Stations
Manage Instruments
The log form backend is running off cbsnet via pm2.
Metabase
Metabase is an open source program that is able to read from a database and plot/display it in a friendly interface. The CBSN version can be found here.
