Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Feb 16, 2024
1 parent 0651f08 commit 428f5ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/bareboat-os.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,16 @@ sudo systemctl start influxdb

. Initialize database and connect to it (for example) from SignalK barograph plugin.

Chronograf and Kapasitor also come pre-installed.
Chronograf and Kapacitor also come pre-installed. To enable:

[source, shell]
----
sudo systemctl enable kapacitor
sudo systemctl start kapacitor
sudo systemctl enable chronograf
sudo systemctl start chronograf
----

=== Power consumption

Expand Down

0 comments on commit 428f5ae

Please sign in to comment.