Chronograf

Aus xinux.net
Zur Navigation springen Zur Suche springen

Install

Setup

  • sudo systemctl start chronograf

Access

SSL-Connection

  • Zertifikate nach /etc/ssl kopieren
  • vi /etc/systemd/system/multi-user.target.wants/chronograf.service (--cert=my-cert.crt --key=my-key.key muss bei ExecStart hinzugefügt werden)
[Service]
User=chronograf
Group=chronograf
ExecStart=/usr/bin/chronograf --host 0.0.0.0 --port 8888 -b /var/lib/chronograf/chronograf-v1.db -c /usr/share/chronograf/canned --cert=my-cert.crt --key=my-key.key
KillMode=control-group
Restart=on-failure
  • systemctl restart chronograf.service

Access

Links