🍜 SUSURU FOREVER, SUSURU ANYWHERE 🍜
menstagram-monitorはMenstagramのモニタリングのためのリポジトリです。
$ git clone https://github.com/uyupun/menstagram-monitor.git
$ cd menstagram-monitor
$ docker network create menstagram // すでに作成している場合は実行しなくて良い
$ cp Makefile.mac Makefile // macOS環境
$ cp Makefile.win Makefile // Windows環境
$ cp Makefile.linux Makefile // Linux環境
$ make init
$ make up // コンテナの起動
$ make down // コンテナの終了
$ make ps // コンテナの状態(プロセス)の確認
$ make grafana // Grafanaの起動
$ make prometheus // Prometheusの起動
$ make cadvisor // cAdvisorの起動
初期状態の認証情報は以下の通り.
username: admin
password: admin
- http://localhost:3001/datasources/new を開く
- Add data source画面からPrometheusをSelectする
- Data Sources / Prometheus-2画面からHTTP > URLにhttp://localhost:9090, AccessにBrowserを設定し, Save & Testを押して保存する
- http://localhost:3001/dashboard/import を開く
- Upload .json fileを押す
- menstagram-monitorのプロジェクトルートにあるgrafana.jsonを開いてLoadを押す
- http://localhost:3001/ を開く
- DashboardsからDocker Container & Host Metricsを開く