Telegraf install

Aus Xinux Wiki
Version vom 10. Oktober 2019, 07:54 Uhr von Thomas.will (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Add the influxdata Key (if not already done)

Add the influxdata repository (if not already done)

Now update the repository and install the 'telegraf' ackage using the apt command below

  • sudo apt update
  • sudo apt install telegraf -y

Enable and start

  • sudo systemctl start telegraf
  • sudo systemctl enable telegraf

Check

  • sudo systemctl status telegraf