mateothegreat.prometheus_exporter_node

prometheus 用の node_exporter Ansible ロール

このロールは、prometheus のために node exporter をインストールして設定します。

変数

prometheus_exporter_node:
  version: "0.18.1"
  user: "exporters"
  group: "exporters"
  install_path: "/usr/local/bin"
  install_binary_name: "prometheus-exporter-node"
  listen_address: "0.0.0.0:9100"

使用例

playbook.yaml のようなファイルに以下を追加します:

- hosts: monitoring
  roles:
    - role: "mateothegreat.prometheus"
      var:
        prometheus_exporter_node:
          version: "0.18.1"
          user: "exporters"
          group: "exporters"
          install_path: "/usr/local/bin"
          install_binary_name: "prometheus-exporter-node"
          listen_address: "0.0.0.0:9100"

ansible-playbook -i <あなたのインベントリファイル> playbook.yaml で実行します。

プロジェクトについて

Install & configure the prometheus node exporter.

インストール
ansible-galaxy install mateothegreat.prometheus_exporter_node
ライセンス
Unknown
ダウンロード
125
所有者
🚀 ☞ Senior Software Architect, Cloud Engineer & DevOps Advocate. ✌