0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

NewRelicのmysqlプラグインが起動しない

Posted at

問題

# ./npi list com.newrelic.plugins.mysql.instance
- com.newrelic.plugins.mysql.instance:
  - State:
      Downloaded   [x]
      Prepared     [x]
      Installed    [x]
      Running      [ ]

# ./npi start com.newrelic.plugins.mysql.instance
[19:40:23] [DEBUG] npi - Params: ["com.newrelic.plugins.mysql.instance"]
[19:40:23] [DEBUG] npi - Flags: {"_":["com.newrelic.plugins.mysql.instance"]}
[19:40:23] [INFO] operations - Starting plugin 'com.newrelic.plugins.mysql.instance' in background...
[19:40:23] [INFO] operations - Please visit https://rpm.newrelic.com to verify that the plugin is successfully reporting to your account. It may take a few minutes to become visible.
[19:40:23] [INFO] platform_helpers - Attempting to start service for 'com.newrelic.plugins.mysql.instance'...
Starting newrelic_plugin_com.newrelic.plugins.mysql.instance

解決方法

javaが入っていなかったのでインストールした。

結果

# ./npi list com.newrelic.plugins.mysql.instance
[22:10:55] [DEBUG] npi - Params: ["com.newrelic.plugins.mysql.instance"]
[22:10:55] [DEBUG] npi - Flags: {"_":["com.newrelic.plugins.mysql.instance"]}
- com.newrelic.plugins.mysql.instance:
  - State:
      Downloaded   [x]
      Prepared     [x]
      Installed    [x]
      Running      [x]
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?