Prometheus 2026年度版に更新#213
Open
hik-iij wants to merge 17 commits into
Open
Conversation
- `docker-compose.yml`を`compose.yaml`に変更 - `docker-compose --version`を`docker compose version`に変更
- wordpressのイメージで`php8.5-apache` を用いるように - vmstatの値を更新 - `yes > /tmp/yes.txt` を実行した際のvmstatの例を追加
- `compose.yaml`のファイル名を修正し、YAML形式での記述に変更 - Prometheusのイメージを`prom/prometheus`から最新のものに変更 - Grafanaのイメージを`grafana/grafana:7.5.7`から`grafana/grafana:main-distroless-slim`に変更 - WordPressのイメージを`wordpress:php8.0-apache`から`wordpress:php8.5-apache`に変更 - Node exporterのダウンロードリンクを更新し、バージョンを1.11.1に変更 - `compose.override.yml`の設定をYAML形式で修正
- README.md: 外部監視の手順を分かりやすくするために文言を整理した。 - 画像ファイル: blackbox_exporter, grafana_status, grafana_status_graph, http_status, http_status_error, probe_status, probe_success, probe_success_table, thresholdsの画像を更新した。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prometheusの資料を2026年度のものに更新しました
主な変更点: