Skip to content

ipsecguy/esxi_smartmon_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esxi_smartmon_exporter

Prometheus exporter for disk S.M.A.R.T data gathered from devices in an ESXi (VMware hypervisor environment).

The script logs in to the ESXi hosts, iterates through all devices using core storage and tries to gather S.M.A.R.T. data from them using the ported smartmontools on ESXi.

Based on:

Major differences to the original Node Exporter textcollector:

  • instead of the textcollector script on the node_exporter I am using the pushgateway
  • script is logging in to ESXi machine remotely via SSH (timeout bound, password or key-based login)
  • using core storage to find all local devices (esxcli storage core device list) instead of smartctl
  • changed metric (I do not know whether that is smart) to have a single metric with label value/worst/threshold/raw_value

About

Smartmontools on ESXi Exporter for Prometheus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages