Skip to content

Commit

Permalink
回退超时
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Oct 17, 2024
1 parent d7a7e8c commit 298fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pve_exporter/collector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
def collect_pve(config, host, cluster, node, options: CollectorsOptions):
"""Scrape a host and return prometheus text format for it"""

pve = ProxmoxAPI(host, timeout=15, **config)
pve = ProxmoxAPI(host, **config)

registry = CollectorRegistry()
if cluster and options.status:
Expand Down

0 comments on commit 298fb3c

Please sign in to comment.