rverchere / vmware_exporter

VMWare VCenter Exporter for Prometheus
BSD 3-Clause "New" or "Revised" License
50 stars 31 forks source link

added additional error logging and handling #14

Closed wtip closed 7 years ago

wtip commented 7 years ago

Failed vmware connection attempts now return 500 response code so that prometheus knows that the vmware server is down.

rverchere commented 7 years ago

Thanks!