{"id":13580551,"url":"https://github.com/rycus86/docker-prometheus-node-exporter","last_synced_at":"2026-01-04T04:37:09.893Z","repository":{"id":66144734,"uuid":"100308068","full_name":"rycus86/docker-prometheus-node-exporter","owner":"rycus86","description":"Exporter for machine metrics https://prometheus.io/ (on ARM)","archived":false,"fork":false,"pushed_at":"2018-12-04T10:33:20.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T18:15:37.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rycus86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-14T20:45:24.000Z","updated_at":"2021-08-05T02:27:40.000Z","dependencies_parsed_at":"2023-02-22T01:16:25.219Z","dependency_job_id":null,"html_url":"https://github.com/rycus86/docker-prometheus-node-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/rycus86%2Fdocker-prometheus-node-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus-node-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus-node-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus-node-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycus86","download_url":"https://codeload.github.com/rycus86/docker-prometheus-node-exporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004138,"owners_count":20382330,"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":[],"created_at":"2024-08-01T15:01:52.977Z","updated_at":"2026-01-04T04:37:09.852Z","avatar_url":"https://github.com/rycus86.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Prometheus node exporter on ARM\n\nThis project produces [Node exporter](https://github.com/prometheus/node_exporter)\nDocker images for [Prometheus](https://prometheus.io) on *ARM* hosts.\n\nThe available tags are:\n\n- `armhf`: for *32-bits ARM* hosts (built on [Travis](https://travis-ci.org/rycus86/docker-prometheus-node-exporter))  \n  [![Layers](https://images.microbadger.com/badges/image/rycus86/prometheus-node-exporter:armhf.svg)](https://microbadger.com/images/rycus86/prometheus-node-exporter:armhf \"Get your own image badge on microbadger.com\")\n- `aarch64`: for *64-bits ARM* hosts (also built on Travis)  \n  [![Layers](https://images.microbadger.com/badges/image/rycus86/prometheus-node-exporter:aarch64.svg)](https://microbadger.com/images/rycus86/prometheus-node-exporter:aarch64 \"Get your own image badge on microbadger.com\")\n\nThe images are all based on *Alpine Linux* with the *ARM* images having a\nsmall *QEMU* binary to be able to build them on *x64* hosts.\n\n## Usage\n\nThe image uses a similar startup command to the offical\n[prom/node-exporter](https://hub.docker.com/r/prom/node-exporter/) image's.\nTo run it, use:\n\n```shell\ndocker run -d -p 9100:9100 \\\n  -v \"/proc:/host/proc:ro\" \\\n  -v \"/sys:/host/sys:ro\" \\\n  -v \"/:/rootfs:ro\" \\\n  --net=\"host\" \\\n  rycus86/prometheus-node-exporter:aarch64 \\\n    --path.procfs /host/proc \\\n    --path.sysfs /host/sys \\\n    --collector.filesystem.ignored-mount-points \"^/(sys|proc|dev|host|etc)($|/)\"\n```\n\nThis will start the exporter on port *9100* on *64-bits ARM* hosts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-prometheus-node-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycus86%2Fdocker-prometheus-node-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-prometheus-node-exporter/lists"}