質問編集履歴
2
jnchito さんの追加の質問への回答
test
CHANGED
File without changes
|
test
CHANGED
@@ -407,3 +407,45 @@
|
|
407
407
|
|
408
408
|
|
409
409
|
[https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/#linux-install](https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/#linux-install)
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
|
414
|
+
|
415
|
+
jnchito さん、追加の質問コメントありがとうございます。
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
# 追記(2)
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
jnchito さんの追加の質問への回答です。
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
> エラーメッセージに"Check the install log for more details: /root/.newrelic/newrelic-cli.log"とあります。このログの中身を記載してもらうことは可能でしょうか?
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
はい、下記がログの中身になります。
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
```
|
438
|
+
|
439
|
+
time="2021-06-23T14:33:43+09:00" level=info msg="Validating connectivity to the New Relic platform..."
|
440
|
+
|
441
|
+
time="2021-06-23T14:35:51+09:00" level=fatal msg="We encountered an error during the installation: exit status 2: [Error]: Provided credentials have no access to mysql. See https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration#config for more info.. If this problem persists please visit the documentation and support page for additional help here: https://one.newrelic.com/-/06vjAeZLKjP"
|
442
|
+
|
443
|
+
```
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
> あと、mysql-config.ymlのhostnameをlocalhostではなく、127.0.0.1にしたらどうなるか(引き続きエラーになる場合はメッセージが変わらないかどうか)も教えてください。
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
mysql-config.ymlのhostnameをlocalhostではなく、127.0.0.1にする、も試してみたのですが、同じエラーメッセージが出てしまいます。
|
1
jnchito さんからいただいたコメントへの回答を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -323,3 +323,87 @@
|
|
323
323
|
|
324
324
|
|
325
325
|
どなたかわかる方助けてくださーい!
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
# 追記(1)
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
jnchito さんからいただいたコメントに回答いたします。
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
> 「MySQL integrationインストール用のコマンドを実行」で書かれているコマンドがどこに載っているのかわからなかったので、記載箇所を教えてください。
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
ログイン後の管理画面の「データ追加」ボタンから「MySQL」を選択して出てきたコマンドを取得しました。具体的には下記の画面になります。
|
342
|
+
|
343
|
+
|
344
|
+
|
345
|
+
![イメージ説明](e10fa58e95a2b94aeceb75603d23ef3e.png)
|
346
|
+
|
347
|
+
右上の[Add more data]をクリックする
|
348
|
+
|
349
|
+
|
350
|
+
|
351
|
+
![イメージ説明](d8c914c5160c0dd5d4b7f8ac79325d72.png)
|
352
|
+
|
353
|
+
MySQLを選択します。
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
![イメージ説明](693294129dd474138be342ffd15a91ae.png)
|
358
|
+
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
※非ログインページですと、公式ドキュメントの下記URL部分になるかと思います。
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
[https://docs.newrelic.com/docs/full-stack-observability/observe-everything/get-started/new-relic-guided-install-overview/#ohi-recipes](https://docs.newrelic.com/docs/full-stack-observability/observe-everything/get-started/new-relic-guided-install-overview/#ohi-recipes)
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
---
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
> また、 https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/ のInstall and activate > Linuxを読むと最後は「Restart the infrastructure agent.」と書いてあるのですが、この手順は試されましたか?
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
はい、全ての手順を終えた後で
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
```
|
386
|
+
|
387
|
+
$ sudo systemctl restart newrelic-infra
|
388
|
+
|
389
|
+
```
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
を試しました。
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
---
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
> kamiokanさんが参考にしている手順書がいまいちハッキリしないので、「このドキュメントの通りに進めようとしています」と、URLを明記してもらえるとこちらも回答しやすいかもしれません。( https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/ でしょうか?)
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
はい、ご推察いただいたページのLinux部分のドキュメントの通り進めようとしています。具体的には下記URLです。
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
[https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/#linux-install](https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/#linux-install)
|