Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pve_exporter #519

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: fix check-unused-variables
Signed-off-by: juju4 <juju4@users.noreply.github.com>
  • Loading branch information
juju4 committed Jan 19, 2025
commit 32575451389d71693753ddb30a334f224f1e165a
3 changes: 0 additions & 3 deletions roles/pve_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ pve_exporter_basic_auth_users: {}
# just for "prometheus.prometheus._common : Naive assertion of proper listen address" else not used
pve_exporter_web_listen_address: "127.0.0.1:9221"

pve_exporter_web_disable_exporter_metrics: false
pve_exporter_web_telemetry_path: "/metrics"

# cluster collectors
pve_exporter_enabled_collectors: []
# pve_exporter_enabled_collectors:
Expand Down
7 changes: 0 additions & 7 deletions roles/pve_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,9 @@ argument_specs:
pve_exporter_version:
description: "Proxmox VE Exporter package version. Also accepts latest as parameter."
default: "1.0.0"
pve_exporter_web_disable_exporter_metrics:
description: "Exclude metrics about the exporter itself (promhttp_*, process_*, go_*)."
type: bool
default: false
pve_exporter_web_listen_address:
description: "Address on which pve exporter will listen"
default: "0.0.0.0:15353"
pve_exporter_web_telemetry_path:
description: "Path under which to expose metrics"
default: "/metrics"
pve_exporter_enabled_collectors:
description:
- "List of dicts defining additionally enabled collectors and their configuration."
Expand Down
Loading