LoginSignup
0
0

More than 3 years have passed since last update.

Jetson Nanoでmackerel-agentを動かす

Last updated at Posted at 2020-10-17

(20201102追記)aptでarm64版がインストール可能になったようです。


大きくはこちらの記事(Raspberry Pi を Mackerel で監視する)と同様です。バイナリをarm64のものに変更するだけです。

wget https://github.com/mackerelio/mackerel-agent/releases/download/v0.69.2/mackerel-agent_0.69.2-1.systemd_arm64.deb
sudo apt install -y ./mackerel-agent_0.69.2-1.systemd_arm64.deb
sudo mackerel-agent init -apikey {your_api_key}
sudo systemctl start mackerel-agent

動作確認のため、Mackerelのサイトを見てみます。

メトリクス

無事に接続できているようですね。

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