{"id":15587584,"url":"https://github.com/icyleaf/nerdhost-exporter","last_synced_at":"2026-02-09T04:32:23.457Z","repository":{"id":200137834,"uuid":"704872040","full_name":"icyleaf/nerdhost-exporter","owner":"icyleaf","description":"A Prometheus Exporter for NerdHost SolusVM v1.","archived":false,"fork":false,"pushed_at":"2024-09-23T01:16:06.000Z","size":141,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-27T06:52:19.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"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/icyleaf.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-14T11:04:19.000Z","updated_at":"2024-06-24T02:00:04.000Z","dependencies_parsed_at":"2023-11-27T03:25:18.326Z","dependency_job_id":"2de640da-2946-4efc-a293-0a8b15cabe68","html_url":"https://github.com/icyleaf/nerdhost-exporter","commit_stats":null,"previous_names":["icyleaf/nerdhost-exporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icyleaf/nerdhost-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fnerdhost-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fnerdhost-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fnerdhost-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fnerdhost-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyleaf","download_url":"https://codeload.github.com/icyleaf/nerdhost-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fnerdhost-exporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267998186,"owners_count":24178478,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-02T22:02:19.167Z","updated_at":"2026-02-09T04:32:23.377Z","avatar_url":"https://github.com/icyleaf.png","language":"Rust","readme":"# NerdHost exporter\n\nA Prometheus Exporter for NerdHost SolusVM v1.\n\n## Usage\n\nStart the binary with `-h` to get the complete syntax. The parameters are:\n\n| Parameter | Required | Valid values | Default | Description |\n| -- | -- | -- | -- | -- |\n| `-c`\u003cbr /\u003e`--config-path` | yes | *.json/yaml/toml | | Config path, see [examples](config/).\n| `-m`\u003cbr /\u003e`--metrics-server` | no | HOST:PORT | 0.0.0.0:9103 | Specify the serivce with port. This is the target your Prometheus instance should point to.\n| `--metrics-path` | no | URI Path | /metrics | This is the path of URI, must starts with `/` char.\n\nOnce started, the tool will listen on the specified port (or the default one, 9103, if not specified) and return a Prometheus valid response at the url `/metrics`. So to check if the tool is working properly simply browse the `http://0.0.0.0:9103` (or whichever address with port you choose).\n\n## Deopy\n\n### Docker\n\n```bash\ndocker run --name nerdhost-exporter \\\n  -p 9103:9103 \\\n  -v /etc/nerdhost/config.yml:/etc/nerdhost/config.yml \\\n  ghcr.io/icyleaf/bandwagon-exporter:snapshot \\\n  --config-path=/etc/nerdhost/config.yml\n```\n\n### Docker Compose\n\n```yaml\nversion: \"3\"\nservices:\n  nerdhost-exporter:\n    restart: unless-stopped\n    image: ghcr.io/icyleaf/nerdhost-exporter:snapshot\n    command:\n      - '--config-path=/etc/nerdhost/config.yml'\n    volumes:\n      - ./config/config.yml:/etc/nerdhost/config.yml\n    ports:\n      - \"9103:9103\"\n```\n\n## Prometheus Metrics\n\n```text\n# HELP nerdhost_bandwith Bandwith date information\n# TYPE nerdhost_bandwith gauge\nnerdhost_bandwith{free=\"4293772260560\",hostname=\"vm12345\",total=\"4294967296000\",used=\"1195035440\",used_percent=\"0\"} 1\n# HELP nerdhost_disk Disk information\n# TYPE nerdhost_disk gauge\nnerdhost_disk{free=\"26843545600\",hostname=\"vm12345\",total=\"26843545600\",used=\"0\",used_percent=\"0\"} 1\n# HELP nerdhost_server_status Server status information\n# TYPE nerdhost_server_status gauge\nnerdhost_server_status{hostname=\"vm12345\",ipaddress=\"1.2.3.4\",vm_status=\"online\"} 1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Fnerdhost-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyleaf%2Fnerdhost-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Fnerdhost-exporter/lists"}