Ubuntu デスクトップに Grafanaを入れていく
$ sudo apt update -y && sudo apt upgrade -y
port-https software-properties-common wget
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
software-properties-common はすでに最新バージョン (0.99.48) です。
software-properties-common は手動でインストールしたと設定されました。
wget はすでに最新バージョン (1.21.4-1ubuntu4.1) です。
wget は手動でインストールしたと設定されました。
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
mailcap
これを削除するには 'sudo apt autoremove' を利用してください。
以下のパッケージが新たにインストールされます:
apt-transport-https
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 3 個。
3,974 B のアーカイブを取得する必要があります。
この操作後に追加で 35.8 kB のディスク容量が消費されます。
取得:1 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 apt-transport-https all 2.7.14build2 [3,974 B]
3,974 B を 1秒 で取得しました (3,556 B/s)
以前に未選択のパッケージ apt-transport-https を選択しています。
(データベースを読み込んでいます ... 現在 212034 個のファイルとディレクトリがイン
ストールされています。)
.../apt-transport-https_2.7.14build2_all.deb を展開する準備をしています ...
apt-transport-https (2.7.14build2) を展開しています...
apt-transport-https (2.7.14build2) を設定しています ...
$ sudo mkdir -p /etc/apt/keyrings/
$ wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null
$ echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
$ sudo apt update
取得:1 https://apt.grafana.com stable InRelease [7,661 B]
取得:2 https://apt.grafana.com stable/main amd64 Packages [313 kB]
ヒット:3 http://jp.archive.ubuntu.com/ubuntu noble InRelease
ヒット:4 http://security.ubuntu.com/ubuntu noble-security InRelease
ヒット:5 http://jp.archive.ubuntu.com/ubuntu noble-updates InRelease
ヒット:6 http://jp.archive.ubuntu.com/ubuntu noble-backports InRelease
321 kB を 2秒 で取得しました (159 kB/s)
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
アップグレードできるパッケージが 3 個あります。表示するには 'apt list --upgradable' を実行してください。
$ sudo apt install grafana
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
mailcap
これを削除するには 'sudo apt autoremove' を利用してください。
以下の追加パッケージがインストールされます:
musl
以下のパッケージが新たにインストールされます:
grafana musl
アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 3 個。
127 MB のアーカイブを取得する必要があります。
この操作後に追加で 470 MB のディスク容量が消費されます。
続行しますか? [Y/n] y
取得:1 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
取得:2 https://apt.grafana.com stable/main amd64 grafana amd64 11.3.0-01 [126 MB]
127 MB を 38秒 で取得しました (3,336 kB/s)
以前に未選択のパッケージ musl:amd64 を選択しています。
(データベースを読み込んでいます ... 現在 212038 個のファイルとディレクトリがイン
ストールされています。)
.../musl_1.2.4-2_amd64.deb を展開する準備をしています ...
musl:amd64 (1.2.4-2) を展開しています...
以前に未選択のパッケージ grafana を選択しています。
.../grafana_11.3.0-01_amd64.deb を展開する準備をしています ...
grafana (11.3.0-01) を展開しています...
musl:amd64 (1.2.4-2) を設定しています ...
grafana (11.3.0-01) を設定しています ...
info: 100 から 999 の範囲でユーザーID を選択しています...
info: システムユーザ `grafana' (UID 110) を追加しています...
info: 新しいユーザ `grafana' (UID 110) をグループ `grafana' に追加しています...
info: ホームディレクトリ `/usr/share/grafana' は作成しません。
### NOT starting on installation, please execute the following statements to con
figure grafana to start automatically using systemd
sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable grafana-server
### You can start grafana-server by executing
sudo /bin/systemctl start grafana-server
man-db (2.12.0-4build2) のトリガを処理しています ...
$ sudo grafana-server -v
Version 11.3.0+security-01 (commit: 5ddc329279bb66e3fd584812b8a4e16751eeecd0, branch: HEAD)
$ sudo systemctl enable grafana-server
Synchronizing state of grafana-server.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable grafana-server
Created symlink /etc/systemd/system/multi-user.target.wants/grafana-server.service → /usr/lib/systemd/system/grafana-server.service.
$ sudo systemctl start grafana-server
$ sudo systemctl status grafana-server
● grafana-server.service - Grafana instance
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; enabled; p>
Active: active (running) since Sun 2024-11-17 17:06:27 JST; 41s ago
Docs: http://docs.grafana.org
Main PID: 9387 (grafana)
Tasks: 18 (limit: 9350)
Memory: 75.7M (peak: 76.2M)
CPU: 11.291s
CGroup: /system.slice/grafana-server.service
└─9387 /usr/share/grafana/bin/grafana server --config=/etc/grafana>
11月 17 17:06:43 shigeyuki-dynabook-R63-D grafana[9387]: logger=grafana.update.>
11月 17 17:06:43 shigeyuki-dynabook-R63-D grafana[9387]: logger=plugins.update.>
11月 17 17:06:43 shigeyuki-dynabook-R63-D grafana[9387]: logger=grafana-apiserv>
11月 17 17:06:43 shigeyuki-dynabook-R63-D grafana[9387]: logger=grafana-apiserv>
11月 17 17:06:43 shigeyuki-dynabook-R63-D grafana[9387]: logger=grafana-apiserv>
11月 17 17:06:43 shigeyuki-dynabook-R63-D grafana[9387]: logger=plugin.angulard>
11月 17 17:06:44 shigeyuki-dynabook-R63-D grafana[9387]: logger=plugin.installe>
11月 17 17:06:45 shigeyuki-dynabook-R63-D grafana[9387]: logger=installer.fs t=>
11月 17 17:06:45 shigeyuki-dynabook-R63-D grafana[9387]: logger=plugins.registr>
11月 17 17:06:45 shigeyuki-dynabook-R63-D grafana[9387]: logger=plugin.backgrou>
続いてPrometheusをインストール
$ sudo apt -y install prometheus prometheus-node-exporter
[sudo] shigeyuki のパスワード:
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
mailcap
これを削除するには 'sudo apt autoremove' を利用してください。
以下の追加パッケージがインストールされます:
fonts-glyphicons-halflings freeipmi-common ipmitool javascript-common
libfreeipmi17 libio-pty-perl libipc-run-perl libjs-bootstrap
libjs-bootstrap4 libjs-d3 libjs-eonasdan-bootstrap-datetimepicker
libjs-jquery libjs-jquery-hotkeys libjs-moment libjs-moment-timezone
libjs-mustache libjs-popper.js libjs-rickshaw libjs-sizzle libopenipmi0t64
libtime-duration-perl moreutils node-jquery nvme-cli openipmi
prometheus-node-exporter-collectors python3-decorator
python3-prometheus-client smartmontools
提案パッケージ:
freeipmi-tools gsmartcontrol smart-notifier mailx | mailutils
以下のパッケージが新たにインストールされます:
fonts-glyphicons-halflings freeipmi-common ipmitool javascript-common
libfreeipmi17 libio-pty-perl libipc-run-perl libjs-bootstrap
libjs-bootstrap4 libjs-d3 libjs-eonasdan-bootstrap-datetimepicker
libjs-jquery libjs-jquery-hotkeys libjs-moment libjs-moment-timezone
libjs-mustache libjs-popper.js libjs-rickshaw libjs-sizzle libopenipmi0t64
libtime-duration-perl moreutils node-jquery nvme-cli openipmi prometheus
prometheus-node-exporter prometheus-node-exporter-collectors
python3-decorator python3-prometheus-client smartmontools
アップグレード: 0 個、新規インストール: 31 個、削除: 0 個、保留: 3 個。
36.5 MB のアーカイブを取得する必要があります。
この操作後に追加で 366 MB のディスク容量が消費されます。
取得:1 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 freeipmi-common all 1.6.13-3 [182 kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libfreeipmi17 amd64 1.6.13-3 [942 kB]
取得:3 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 ipmitool amd64 1.8.19-7build2 [2,030 kB]
取得:4 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB]
取得:5 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-jquery-hotkeys all 0~20130707+git2d51e3a9+dfsg-2ubuntu2 [11.5 kB]
取得:6 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [118 kB]
取得:7 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 javascript-common all 11+nmu1 [5,936 B]
取得:8 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-popper.js all 1.16.1+ds-6 [54.1 kB]
取得:9 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-bootstrap4 all 4.6.1+dfsg1-4 [537 kB]
取得:10 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-bootstrap all 3.4.1+dfsg-3 [129 kB]
取得:11 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-moment all 2.29.4+ds-1 [147 kB]
取得:12 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-eonasdan-bootstrap-datetimepicker all 4.17.47-6 [28.0 kB]
取得:13 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-moment-timezone all 0.5.40+dfsg-2~ubuntu2+2022g [931 kB]
取得:14 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-mustache all 3.0.1-1 [20.9 kB]
取得:15 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-d3 all 3.5.17-4 [132 kB]
取得:16 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-rickshaw all 1.5.1.dfsg-5 [646 kB]
取得:17 http://jp.archive.ubuntu.com/ubuntu noble-updates/universe amd64 prometheus amd64 2.45.3+ds-2ubuntu0.2 [23.3 MB]
取得:18 http://jp.archive.ubuntu.com/ubuntu noble-updates/universe amd64 prometheus-node-exporter amd64 1.7.0-1ubuntu0.2 [4,550 kB]
取得:19 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libio-pty-perl amd64 1:1.20-1build2 [31.2 kB]
取得:20 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libipc-run-perl all 20231003.0-1 [92.1 kB]
取得:21 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 libjs-sizzle all 2.3.10+ds+~2.3.6-1 [32.7 kB]
取得:22 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libopenipmi0t64 amd64 2.0.33-1.1build3 [502 kB]
取得:23 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
取得:24 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
取得:25 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 node-jquery all 3.6.1+dfsg+~3.5.14-1 [160 kB]
取得:26 http://jp.archive.ubuntu.com/ubuntu noble-updates/main amd64 nvme-cli amd64 2.8-1ubuntu0.1 [680 kB]
取得:27 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 openipmi amd64 2.0.33-1.1build3 [172 kB]
取得:28 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 python3-decorator all 5.1.1-5 [10.1 kB]
取得:29 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 python3-prometheus-client all 0.19.0+ds1-1 [41.7 kB]
取得:30 http://jp.archive.ubuntu.com/ubuntu noble/universe amd64 prometheus-node-exporter-collectors all 0.0~git20231018.f5c56e7-1 [32.6 kB]
取得:31 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 smartmontools amd64 7.4-2build1 [643 kB]
36.5 MB を 12秒 で取得しました (3,031 kB/s)
パッケージからテンプレートを展開しています: 100%
以前に未選択のパッケージ freeipmi-common を選択しています。
(データベースを読み込んでいます ... 現在 222056 個のファイルとディレクトリがイン
ストールされています。)
.../00-freeipmi-common_1.6.13-3_all.deb を展開する準備をしています ...
freeipmi-common (1.6.13-3) を展開しています...
以前に未選択のパッケージ libfreeipmi17 を選択しています。
.../01-libfreeipmi17_1.6.13-3_amd64.deb を展開する準備をしています ...
libfreeipmi17 (1.6.13-3) を展開しています...
以前に未選択のパッケージ ipmitool を選択しています。
.../02-ipmitool_1.8.19-7build2_amd64.deb を展開する準備をしています ...
ipmitool (1.8.19-7build2) を展開しています...
以前に未選択のパッケージ libjs-jquery を選択しています。
.../03-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb を展開する準備をしています ...
libjs-jquery (3.6.1+dfsg+~3.5.14-1) を展開しています...
以前に未選択のパッケージ libjs-jquery-hotkeys を選択しています。
.../04-libjs-jquery-hotkeys_0~20130707+git2d51e3a9+dfsg-2ubuntu2_all.deb を展開
する準備をしています ...
libjs-jquery-hotkeys (0~20130707+git2d51e3a9+dfsg-2ubuntu2) を展開しています...
以前に未選択のパッケージ fonts-glyphicons-halflings を選択しています。
.../05-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb を展開する準備をし
ています ...
fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) を展開しています...
以前に未選択のパッケージ javascript-common を選択しています。
.../06-javascript-common_11+nmu1_all.deb を展開する準備をしています ...
javascript-common (11+nmu1) を展開しています...
以前に未選択のパッケージ libjs-popper.js を選択しています。
.../07-libjs-popper.js_1.16.1+ds-6_all.deb を展開する準備をしています ...
libjs-popper.js (1.16.1+ds-6) を展開しています...
以前に未選択のパッケージ libjs-bootstrap4 を選択しています。
.../08-libjs-bootstrap4_4.6.1+dfsg1-4_all.deb を展開する準備をしています ...
libjs-bootstrap4 (4.6.1+dfsg1-4) を展開しています...
以前に未選択のパッケージ libjs-bootstrap を選択しています。
.../09-libjs-bootstrap_3.4.1+dfsg-3_all.deb を展開する準備をしています ...
libjs-bootstrap (3.4.1+dfsg-3) を展開しています...
以前に未選択のパッケージ libjs-moment を選択しています。
.../10-libjs-moment_2.29.4+ds-1_all.deb を展開する準備をしています ...
libjs-moment (2.29.4+ds-1) を展開しています...
以前に未選択のパッケージ libjs-eonasdan-bootstrap-datetimepicker を選択していま
す。
.../11-libjs-eonasdan-bootstrap-datetimepicker_4.17.47-6_all.deb を展開する準備
をしています ...
libjs-eonasdan-bootstrap-datetimepicker (4.17.47-6) を展開しています...
以前に未選択のパッケージ libjs-moment-timezone を選択しています。
.../12-libjs-moment-timezone_0.5.40+dfsg-2~ubuntu2+2022g_all.deb を展開する準備
をしています ...
libjs-moment-timezone (0.5.40+dfsg-2~ubuntu2+2022g) を展開しています...
以前に未選択のパッケージ libjs-mustache を選択しています。
.../13-libjs-mustache_3.0.1-1_all.deb を展開する準備をしています ...
libjs-mustache (3.0.1-1) を展開しています...
以前に未選択のパッケージ libjs-d3 を選択しています。
.../14-libjs-d3_3.5.17-4_all.deb を展開する準備をしています ...
libjs-d3 (3.5.17-4) を展開しています...
以前に未選択のパッケージ libjs-rickshaw を選択しています。
.../15-libjs-rickshaw_1.5.1.dfsg-5_all.deb を展開する準備をしています ...
libjs-rickshaw (1.5.1.dfsg-5) を展開しています...
以前に未選択のパッケージ prometheus を選択しています。
.../16-prometheus_2.45.3+ds-2ubuntu0.2_amd64.deb を展開する準備をしています ...
prometheus (2.45.3+ds-2ubuntu0.2) を展開しています...
以前に未選択のパッケージ prometheus-node-exporter を選択しています。
.../17-prometheus-node-exporter_1.7.0-1ubuntu0.2_amd64.deb を展開する準備をして
います ...
prometheus-node-exporter (1.7.0-1ubuntu0.2) を展開しています...
以前に未選択のパッケージ libio-pty-perl を選択しています。
.../18-libio-pty-perl_1%3a1.20-1build2_amd64.deb を展開する準備をしています ...
libio-pty-perl (1:1.20-1build2) を展開しています...
以前に未選択のパッケージ libipc-run-perl を選択しています。
.../19-libipc-run-perl_20231003.0-1_all.deb を展開する準備をしています ...
libipc-run-perl (20231003.0-1) を展開しています...
以前に未選択のパッケージ libjs-sizzle を選択しています。
.../20-libjs-sizzle_2.3.10+ds+~2.3.6-1_all.deb を展開する準備をしています ...
libjs-sizzle (2.3.10+ds+~2.3.6-1) を展開しています...
以前に未選択のパッケージ libopenipmi0t64 を選択しています。
.../21-libopenipmi0t64_2.0.33-1.1build3_amd64.deb を展開する準備をしています ...
libopenipmi0t64 (2.0.33-1.1build3) を展開しています...
以前に未選択のパッケージ libtime-duration-perl を選択しています。
.../22-libtime-duration-perl_1.21-2_all.deb を展開する準備をしています ...
libtime-duration-perl (1.21-2) を展開しています...
以前に未選択のパッケージ moreutils を選択しています。
.../23-moreutils_0.69-1_amd64.deb を展開する準備をしています ...
moreutils (0.69-1) を展開しています...
以前に未選択のパッケージ node-jquery を選択しています。
.../24-node-jquery_3.6.1+dfsg+~3.5.14-1_all.deb を展開する準備をしています ...
node-jquery (3.6.1+dfsg+~3.5.14-1) を展開しています...
以前に未選択のパッケージ nvme-cli を選択しています。
.../25-nvme-cli_2.8-1ubuntu0.1_amd64.deb を展開する準備をしています ...
nvme-cli (2.8-1ubuntu0.1) を展開しています...
以前に未選択のパッケージ openipmi を選択しています。
.../26-openipmi_2.0.33-1.1build3_amd64.deb を展開する準備をしています ...
openipmi (2.0.33-1.1build3) を展開しています...
以前に未選択のパッケージ python3-decorator を選択しています。
.../27-python3-decorator_5.1.1-5_all.deb を展開する準備をしています ...
python3-decorator (5.1.1-5) を展開しています...
以前に未選択のパッケージ python3-prometheus-client を選択しています。
.../28-python3-prometheus-client_0.19.0+ds1-1_all.deb を展開する準備をしています
...
python3-prometheus-client (0.19.0+ds1-1) を展開しています...
以前に未選択のパッケージ prometheus-node-exporter-collectors を選択しています。
.../29-prometheus-node-exporter-collectors_0.0~git20231018.f5c56e7-1_all.deb を
展開する準備をしています ...
prometheus-node-exporter-collectors (0.0~git20231018.f5c56e7-1) を展開しています
...
以前に未選択のパッケージ smartmontools を選択しています。
.../30-smartmontools_7.4-2build1_amd64.deb を展開する準備をしています ...
smartmontools (7.4-2build1) を展開しています...
smartmontools (7.4-2build1) を設定しています ...
/var/lib/smartmontools/drivedb/drivedb.h 7.3/5528 newly installed (NOT VERIFIED)
Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /us
r/lib/systemd/system/smartd.service.
Created symlink /etc/systemd/system/smartd.service → /usr/lib/systemd/system/sma
rtmontools.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.servic
e → /usr/lib/systemd/system/smartmontools.service.
smartd.service is a disabled or a static unit, not starting it.
javascript-common (11+nmu1) を設定しています ...
apache2_invoke: Enable configuration javascript-common
nvme-cli (2.8-1ubuntu0.1) を設定しています ...
Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections
.service → /usr/lib/systemd/system/nvmefc-boot-connections.service.
Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.servic
e → /usr/lib/systemd/system/nvmf-autoconnect.service.
nvmf-connect-nbft.service is a disabled or a static unit, not starting it.
nvmf-connect.target is a disabled or a static unit, not starting it.
libjs-popper.js (1.16.1+ds-6) を設定しています ...
libio-pty-perl (1:1.20-1build2) を設定しています ...
freeipmi-common (1.6.13-3) を設定しています ...
fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) を設定しています ...
libopenipmi0t64 (2.0.33-1.1build3) を設定しています ...
libjs-moment (2.29.4+ds-1) を設定しています ...
libjs-sizzle (2.3.10+ds+~2.3.6-1) を設定しています ...
prometheus-node-exporter (1.7.0-1ubuntu0.2) を設定しています ...
Created symlink /etc/systemd/system/multi-user.target.wants/prometheus-node-expo
rter.service → /usr/lib/systemd/system/prometheus-node-exporter.service.
python3-decorator (5.1.1-5) を設定しています ...
libjs-d3 (3.5.17-4) を設定しています ...
libjs-moment-timezone (0.5.40+dfsg-2~ubuntu2+2022g) を設定しています ...
libipc-run-perl (20231003.0-1) を設定しています ...
libtime-duration-perl (1.21-2) を設定しています ...
libfreeipmi17 (1.6.13-3) を設定しています ...
openipmi (2.0.33-1.1build3) を設定しています ...
libjs-bootstrap4 (4.6.1+dfsg1-4) を設定しています ...
libjs-jquery (3.6.1+dfsg+~3.5.14-1) を設定しています ...
libjs-mustache (3.0.1-1) を設定しています ...
libjs-jquery-hotkeys (0~20130707+git2d51e3a9+dfsg-2ubuntu2) を設定しています ...
ipmitool (1.8.19-7build2) を設定しています ...
ipmievd.service is a disabled or a static unit, not starting it.
node-jquery (3.6.1+dfsg+~3.5.14-1) を設定しています ...
libjs-bootstrap (3.4.1+dfsg-3) を設定しています ...
libjs-eonasdan-bootstrap-datetimepicker (4.17.47-6) を設定しています ...
moreutils (0.69-1) を設定しています ...
python3-prometheus-client (0.19.0+ds1-1) を設定しています ...
libjs-rickshaw (1.5.1.dfsg-5) を設定しています ...
prometheus-node-exporter-collectors (0.0~git20231018.f5c56e7-1) を設定しています
...
Created symlink /etc/systemd/system/timers.target.wants/prometheus-node-exporter
-apt.timer → /usr/lib/systemd/system/prometheus-node-exporter-apt.timer.
Created symlink /etc/systemd/system/timers.target.wants/prometheus-node-exporter
-ipmitool-sensor.timer → /usr/lib/systemd/system/prometheus-node-exporter-ipmito
ol-sensor.timer.
Created symlink /etc/systemd/system/timers.target.wants/prometheus-node-exporter
-mellanox-hca-temp.timer → /usr/lib/systemd/system/prometheus-node-exporter-mell
anox-hca-temp.timer.
Created symlink /etc/systemd/system/timers.target.wants/prometheus-node-exporter
-nvme.timer → /usr/lib/systemd/system/prometheus-node-exporter-nvme.timer.
Created symlink /etc/systemd/system/timers.target.wants/prometheus-node-exporter
-smartmon.timer → /usr/lib/systemd/system/prometheus-node-exporter-smartmon.time
r.
prometheus (2.45.3+ds-2ubuntu0.2) を設定しています ...
Created symlink /etc/systemd/system/multi-user.target.wants/prometheus.service →
/usr/lib/systemd/system/prometheus.service.
man-db (2.12.0-4build2) のトリガを処理しています ...
install-info (7.1-3build2) のトリガを処理しています ...
fontconfig (2.15.0-1.1ubuntu2) のトリガを処理しています ...
libc-bin (2.39-0ubuntu8.3) のトリガを処理しています ...
$ sudo vi /etc/prometheus/prometheus.yml
snmp
$ sudo apt install -y snmp
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
mailcap
これを削除するには 'sudo apt autoremove' を利用してください。
以下のパッケージが新たにインストールされます:
snmp
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 3 個。
180 kB のアーカイブを取得する必要があります。
この操作後に追加で 729 kB のディスク容量が消費されます。
取得:1 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 snmp amd64 5.9.4+dfsg-1.1ubuntu3 [180 kB]
180 kB を 2秒 で取得しました (106 kB/s)
以前に未選択のパッケージ snmp を選択しています。
(データベースを読み込んでいます ... 現在 223726 個のファイルとディレクトリがイン
ストールされています。)
.../snmp_5.9.4+dfsg-1.1ubuntu3_amd64.deb を展開する準備をしています ...
snmp (5.9.4+dfsg-1.1ubuntu3) を展開しています...
snmp (5.9.4+dfsg-1.1ubuntu3) を設定しています ...
man-db (2.12.0-4build2) のトリガを処理しています ...
$ sudo apt install -y snmpd
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
mailcap
これを削除するには 'sudo apt autoremove' を利用してください。
提案パッケージ:
snmptrapd
以下のパッケージが新たにインストールされます:
snmpd
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 3 個。
59.6 kB のアーカイブを取得する必要があります。
この操作後に追加で 156 kB のディスク容量が消費されます。
取得:1 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 snmpd amd64 5.9.4+dfsg-1.1ubuntu3 [59.6 kB]
59.6 kB を 2秒 で取得しました (38.1 kB/s)
パッケージを事前設定しています ...
以前に未選択のパッケージ snmpd を選択しています。
(データベースを読み込んでいます ... 現在 223856 個のファイルとディレクトリがイン
ストールされています。)
.../snmpd_5.9.4+dfsg-1.1ubuntu3_amd64.deb を展開する準備をしています ...
snmpd (5.9.4+dfsg-1.1ubuntu3) を展開しています...
snmpd (5.9.4+dfsg-1.1ubuntu3) を設定しています ...
warn: The home directory `/var/lib/snmp' already exists. Not touching this dire
ctory.
warn: Warning: The home directory `/var/lib/snmp' does not belong to the user yo
u are currently creating.
Created symlink /etc/systemd/system/multi-user.target.wants/snmpd.service → /usr
/lib/systemd/system/snmpd.service.
man-db (2.12.0-4build2) のトリガを処理しています ...
$ sudo systemctl status snmpd
● snmpd.service - Simple Network Management Protocol (SNMP) Daemon.
Loaded: loaded (/usr/lib/systemd/system/snmpd.service; enabled; preset: en>
Active: active (running) since Sun 2024-11-24 15:53:35 JST; 2min 55s ago
Main PID: 35712 (snmpd)
Tasks: 1 (limit: 9350)
Memory: 5.8M (peak: 6.3M)
CPU: 340ms
CGroup: /system.slice/snmpd.service
└─35712 /usr/sbin/snmpd -LOw -u Debian-snmp -g Debian-snmp -I -smu>
11月 24 15:53:34 shigeyuki-dynabook-R63-D systemd[1]: Starting snmpd.service - >
11月 24 15:53:34 shigeyuki-dynabook-R63-D snmpd[35712]: systemstats_linux: unex>
11月 24 15:53:34 shigeyuki-dynabook-R63-D snmpd[35712]: systemstats_linux: unex>
11月 24 15:53:34 shigeyuki-dynabook-R63-D snmpd[35712]: systemstats_linux: unex>
11月 24 15:53:35 shigeyuki-dynabook-R63-D systemd[1]: Started snmpd.service - S>
11月 24 15:54:34 shigeyuki-dynabook-R63-D snmpd[35712]: systemstats_linux: unex>
11月 24 15:55:35 shigeyuki-dynabook-R63-D snmpd[35712]: systemstats_linux: unex>
$ snmpwalk -v 1 -c public localhost
iso.3.6.1.2.1.1.1.0 = STRING: "Linux shigeyuki-dynabook-R63-D 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64"
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.8072.3.2.10
iso.3.6.1.2.1.1.3.0 = Timeticks: (15361) 0:02:33.61
iso.3.6.1.2.1.1.4.0 = STRING: "Me <me@example.org>"
iso.3.6.1.2.1.1.5.0 = STRING: "shigeyuki-dynabook-R63-D"
iso.3.6.1.2.1.1.6.0 = STRING: "Sitting on the Dock of the Bay"
iso.3.6.1.2.1.1.7.0 = INTEGER: 72
iso.3.6.1.2.1.1.8.0 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.2.1 = OID: iso.3.6.1.6.3.10.3.1.1
iso.3.6.1.2.1.1.9.1.2.2 = OID: iso.3.6.1.6.3.11.3.1.1
iso.3.6.1.2.1.1.9.1.2.3 = OID: iso.3.6.1.6.3.15.2.1.1
iso.3.6.1.2.1.1.9.1.2.4 = OID: iso.3.6.1.6.3.1
iso.3.6.1.2.1.1.9.1.2.5 = OID: iso.3.6.1.6.3.16.2.2.1
iso.3.6.1.2.1.1.9.1.2.6 = OID: iso.3.6.1.2.1.49
iso.3.6.1.2.1.1.9.1.2.7 = OID: iso.3.6.1.2.1.50
iso.3.6.1.2.1.1.9.1.2.8 = OID: iso.3.6.1.2.1.4
iso.3.6.1.2.1.1.9.1.2.9 = OID: iso.3.6.1.6.3.13.3.1.3
iso.3.6.1.2.1.1.9.1.2.10 = OID: iso.3.6.1.2.1.92
iso.3.6.1.2.1.1.9.1.3.1 = STRING: "The SNMP Management Architecture MIB."
iso.3.6.1.2.1.1.9.1.3.2 = STRING: "The MIB for Message Processing and Dispatching."
iso.3.6.1.2.1.1.9.1.3.3 = STRING: "The management information definitions for the SNMP User-based Security Model."
iso.3.6.1.2.1.1.9.1.3.4 = STRING: "The MIB module for SNMPv2 entities"
iso.3.6.1.2.1.1.9.1.3.5 = STRING: "View-based Access Control Model for SNMP."
iso.3.6.1.2.1.1.9.1.3.6 = STRING: "The MIB module for managing TCP implementations"
iso.3.6.1.2.1.1.9.1.3.7 = STRING: "The MIB module for managing UDP implementations"
iso.3.6.1.2.1.1.9.1.3.8 = STRING: "The MIB module for managing IP and ICMP implementations"
iso.3.6.1.2.1.1.9.1.3.9 = STRING: "The MIB modules for managing SNMP Notification, plus filtering."
iso.3.6.1.2.1.1.9.1.3.10 = STRING: "The MIB module for logging SNMP Notifications."
iso.3.6.1.2.1.1.9.1.4.1 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.2 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.3 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.4 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.5 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.6 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.7 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.8 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.9 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.1.9.1.4.10 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.25.1.1.0 = Timeticks: (61907920) 7 days, 3:57:59.20
iso.3.6.1.2.1.25.1.2.0 = Hex-STRING: 07 E8 0B 18 0F 38 09 00 2B 09 00
iso.3.6.1.2.1.25.1.3.0 = INTEGER: 393216
iso.3.6.1.2.1.25.1.4.0 = STRING: "BOOT_IMAGE=/boot/vmlinuz-6.8.0-48-generic root=UUID=f441051c-4042-4374-895e-cc25a9f9ad51 ro quiet splash vt.handoff=7
"
iso.3.6.1.2.1.25.1.5.0 = Gauge32: 2
iso.3.6.1.2.1.25.1.6.0 = Gauge32: 264
iso.3.6.1.2.1.25.1.7.0 = INTEGER: 0
End of MIB
Screen
$ sudo apt install screen
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
mailcap
これを削除するには 'sudo apt autoremove' を利用してください。
以下の追加パッケージがインストールされます:
libutempter0
提案パッケージ:
byobu | screenie | iselect
以下のパッケージが新たにインストールされます:
libutempter0 screen
アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 3 個。
665 kB のアーカイブを取得する必要があります。
この操作後に追加で 1,072 kB のディスク容量が消費されます。
続行しますか? [Y/n] y
取得:1 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 libutempter0 amd64 1.2.1-3build1 [9,606 B]
取得:2 http://jp.archive.ubuntu.com/ubuntu noble/main amd64 screen amd64 4.9.1-1build1 [655 kB]
665 kB を 3秒 で取得しました (255 kB/s)
以前に未選択のパッケージ libutempter0:amd64 を選択しています。
(データベースを読み込んでいます ... 現在 223788 個のファイルとディレクトリがイン
ストールされています。)
.../libutempter0_1.2.1-3build1_amd64.deb を展開する準備をしています ...
libutempter0:amd64 (1.2.1-3build1) を展開しています...
以前に未選択のパッケージ screen を選択しています。
.../screen_4.9.1-1build1_amd64.deb を展開する準備をしています ...
screen (4.9.1-1build1) を展開しています...
libutempter0:amd64 (1.2.1-3build1) を設定しています ...
screen (4.9.1-1build1) を設定しています ...
debianutils (5.17build1) のトリガを処理しています ...
install-info (7.1-3build2) のトリガを処理しています ...
libc-bin (2.39-0ubuntu8.3) のトリガを処理しています ...
man-db (2.12.0-4build2) のトリガを処理しています ...