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

Add option to specify port of vSphere host #359

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andreasDalsgaard
Copy link

@andreasDalsgaard andreasDalsgaard commented Feb 13, 2023

Add option to specify port of vSphere host. This makes it easy to test exporter in combination with vmware/vcsim, e.g.:

services:
  vcmock:
    image: vmware/vcsim
    ports:
      - "8989:8989"
  pryoda:
    image: pryorda_vmware_exporter_local
    environment:
      VSPHERE_USER: "user"
      VSPHERE_PASSWORD: "pass"
      VSPHERE_HOST: vcmock
      VSPHERE_PORT: 8989
      VSPHERE_SPECS_SIZE: "200"
      VSPHERE_IGNORE_SSL: "True"
    ports:
      - "9272:9272"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant