このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
mae3xx_tips:setup_influxdb:start [2015/07/01 16:40] – admin | mae3xx_tips:setup_influxdb:start [2015/07/01 16:57] (現在) – admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== InfluxDB を使う ====== | ||
+ | |||
+ | [[mae3xx_tips: | ||
+ | ここでは [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ====== インストール ====== | ||
+ | |||
+ | ===== Ubuntu(armhf) 用パッケージの作成 ===== | ||
+ | |||
+ | 最新のリポジトリには、パッケージ化スクリプトが同梱されていますので、.deb のパッケージ化をしておきます。\\ | ||
+ | |||
+ | ^ File ^ Stat ^ SHA1SUM | ||
+ | |{{: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== パッケージのインストール ===== | ||
+ | |||
+ | **dpkg** コマンドでインストールします。 | ||
+ | |||
+ | < | ||
+ | root@plum:/ | ||
+ | Selecting previously unselected package influxdb. | ||
+ | (Reading database ... 20604 files and directories currently installed.) | ||
+ | Preparing to unpack influxdb_0.9.1_armhf.deb ... | ||
+ | Unpacking influxdb (0.9.1) ... | ||
+ | Setting up influxdb (0.9.1) ... | ||
+ | | ||
+ | | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | root@plum:/ | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 動作確認 ===== | ||
+ | |||
+ | 起動してみます。 | ||
+ | |||
+ | < | ||
+ | root@plum:/ | ||
+ | Starting the process influxd [ OK ] | ||
+ | influxd process was started [ OK ] | ||
+ | root@plum:/ | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 起動できたようなので、**influx** というコマンドラインツールで接続してみます。 | ||
+ | |||
+ | < | ||
+ | root@plum:/ | ||
+ | Connected to http:// | ||
+ | InfluxDB shell 0.9.1 | ||
+ | > CREATE DATABASE nyankoshisho | ||
+ | > SHOW DATABASES | ||
+ | name: databases | ||
+ | --------------- | ||
+ | name | ||
+ | nyankoshisho | ||
+ | |||
+ | > | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | Dashboard に接続することもできます。 | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | [[http:// | ||