ユーザ用ツール

サイト用ツール


serverapps:monitor:grafana

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
serverapps:monitor:grafana [2022/05/16 18:22]
hayashi
serverapps:monitor:grafana [2022/05/19 20:11] (現在)
hayashi
行 10: 行 10:
  
 <code> <code>
 +# The ip address to bind to, empty will bind to all interfaces
 +;http_addr =
 +http_addr = XXX.XXX.XXX.XXX
 +
 +................
 +
 # Log web requests # Log web requests
 ;router_logging = false ;router_logging = false
行 25: 行 31:
 allow_org_create = false allow_org_create = false
 </code> </code>
 +===== 起動 =====
 +  
 +  sudo service grafana start
 +
 +===== アクセス =====
 +
 +  http://XXX.XXX.XXX.XXX:3000
 +  ID:admin
 +  Pass:admin
 +
 +
 +===== タイムゾーン =====
 +
 +標準だと**UTC**として扱われてしまうため、DBのColumnには**with TZ**を指定する
 +
 +また、grafana側では、configuration -> preferences -> Timezone で設定する
  
 ===== メモ ===== ===== メモ =====
serverapps/monitor/grafana.1652692935.txt.gz · 最終更新: 2022/05/16 18:22 by hayashi