Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.32 KB

Shepherd-thermo-QE

Log parsing and forwarding to an InfluxDB database for logs from Q Exactive Mass Spectrometer using Telegraf.

Motivation

The goal is to have real-time and historical monitoring of the QE's logbook and temperature logs so that machine performance and status can be evaluated.

Screenshots

Tech used

Telegraf

Installation

  1. Download the telegraf distribution for windows.

  2. Either download the telegraf.conf configuration file from the github repo for the lab system you wish to setup or grab the telegraf.conf file you created in the Config File Setup.

  3. Create the directory C:\Program Files\Telegraf

  4. Place both the telegraf.exe that was downloaded in step 1 and the config file downloaded in step 2 into C:\Program Files\Telegraf

  5. As administrator run powershell and run the command C:\"Program Files"\Telegraf\telegraf.exe --service install

  6. To start telegraf run the command net start telegraf

References