Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

node_exporter_textfile_dir doesn't enable corresponding collector #241

Closed
sfuerte opened this issue Sep 2, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@sfuerte
Copy link

sfuerte commented Sep 2, 2021

What happened?
Using the variable doesn't enable textfile collector in systemd service file.

Did you expect to see some different?
Using the subject variable should automatically enable collector.textfile.directory param

  • Variables:
      ansible.builtin.include_role:
        name: cloudalchemy.node_exporter
      vars:
        node_exporter_version: "1.2.2"
        node_exporter_web_listen_address: "127.0.0.1:9100"
        node_exporter_enabled_collectors: []
        node_exporter_disabled_collectors:
          - "bonding"
          - "fibrechannel"
          - "infiniband"
          - "nfs"
          - "nfsd"
          - "pressure"
          - "rapl"
          - "thermal_zone"
          - "uname"
        node_exporter_textfile_dir: "/var/lib/prometheus"
@sfuerte sfuerte added the bug Something isn't working label Sep 2, 2021
@SuperQ
Copy link
Collaborator

SuperQ commented Mar 6, 2023

This role has been deprecated in favor of a the prometheus-community/ansible collection.

@SuperQ SuperQ closed this as completed Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants