Cronograf Install

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Install curl

  • apt install curl -y

Add the influxdata Key

Add the influxdata repository

Ubuntu

  • source /etc/lsb-release

Debian

  • export DISTRIB_ID=debian
  • export DISTRIB_CODENAME=stretch

Add repo

Now update the repository and install the 'chronograf' package using the apt command below

  • sudo apt update
  • sudo apt install chronograf -y