William
William
`VolumeSize` is not part of `Attachments` http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.Client.describe_volumes The `volumes = sum(` section needs to be rewritten.
My scrape interval is 60 seconds and after my discovery yesterday I changed the timeout from 10s to 30s. Interestingly the average scrape duration also improved from around 3.5 seconds...
What is the above log file output from? The prometheus server or the vmware_exporter? If you are using ``` default: vmware_user: '[email protected]' vmware_password: 'Er4545' ignore_ssl: True esx: vmware_user: 'root' vmware_password:...
@smallfish01 yes you are using the `file_sd_configs:` prometheus configuration incorrectly. Have a look at https://prometheus.io/docs/operating/configuration/# and https://prometheus.io/blog/2015/06/01/advanced-service-discovery/#custom-service-discovery however it might be easier for you to use the first configuration example...
@smallfish01 After you start up the vmware exporter are you able to go to `http://192.168.100.22:9272/metrics?section=esx&target=esxiservername.company.com` and get a list of metrics? Please remember to change the IP address and server...
I'm not sure what the issue is. What version of esxi are you using? Do you have a config.yml in the same directory as the vmware_exporter.py? Is the username and...
@smallfish01 Very strange. You could try my fork that includes some additional error logging. https://github.com/wtip/vmware_exporter Maybe this will tell you what the problem is.