{"id":15374128,"url":"https://github.com/io-developer/disk-exporter","last_synced_at":"2025-04-15T15:10:36.215Z","repository":{"id":79581152,"uuid":"166490139","full_name":"io-developer/disk-exporter","owner":"io-developer","description":"Prometheus Disk Exporter to expose S.M.A.R.T. health metrics.","archived":false,"fork":false,"pushed_at":"2023-09-05T20:24:19.000Z","size":9,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:37:46.604Z","etag":null,"topics":["disk","hdd-health","prometheus","prometheus-exporter","smart","temp","temperature"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/io-developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-01-19T00:37:56.000Z","updated_at":"2024-03-29T13:09:27.000Z","dependencies_parsed_at":"2024-02-10T11:45:18.774Z","dependency_job_id":null,"html_url":"https://github.com/io-developer/disk-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fdisk-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fdisk-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fdisk-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fdisk-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/io-developer","download_url":"https://codeload.github.com/io-developer/disk-exporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094932,"owners_count":21211837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["disk","hdd-health","prometheus","prometheus-exporter","smart","temp","temperature"],"created_at":"2024-10-01T13:57:21.062Z","updated_at":"2025-04-15T15:10:36.197Z","avatar_url":"https://github.com/io-developer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disk-Exporter\n\nDisk-Exporter exports Prometheus metrics about the health of your system's\nphysical disks. It uses smartctl to do this.\n\nThis was written for a specific environment and therefore makes some assumptions.\n\n## Disk metrics\n\nThe exporter detects disks using 'lsblk'. It assumes they follow the pattern\n`^sd([a-z])\\s`. The following key metrics are exported, but the script allows\nfor adding more if required, with relative ease.\n\nSome may not be available depending on your drive.\n\n* Overall disk health (Smartctl self-check \"Passed\" or not) \n* Disk reallocated sector count  \n* Disk temperature \n* Disk reallocated event count  \n* Disk offline uncorrectable count\n\n## RAID metrics\nPrevious code was removed. Use **prom/node-exporter** for this purpose (node_md_* metrics)\n\n## Installation\n\nDocker hub - https://hub.docker.com/r/iodeveloper/prom_diskexporter\n\nExample for **docker-compose.yml**\n```yaml\nversion: '3.4'\nservices:\n  diskexporter:\n    image: iodeveloper/prom_diskexporter:latest\n    user: root\n    privileged: true\n    restart: unless-stopped\n    ports:\n      - \"9009:9009\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fio-developer%2Fdisk-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fio-developer%2Fdisk-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fio-developer%2Fdisk-exporter/lists"}