{"id":31977650,"url":"https://github.com/eterline/fstmon","last_synced_at":"2026-06-06T00:31:25.802Z","repository":{"id":317126113,"uuid":"1007822945","full_name":"eterline/fstmon","owner":"eterline","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-15T11:42:30.000Z","size":17218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-18T12:54:28.498Z","etag":null,"topics":["go","homepage","self-hosted","utils"],"latest_commit_sha":null,"homepage":"","language":"Go","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/eterline.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-24T15:26:30.000Z","updated_at":"2025-12-15T11:42:34.000Z","dependencies_parsed_at":"2025-09-29T03:15:15.001Z","dependency_job_id":"37304c70-a1cf-4eee-b2dc-debbc61d50a9","html_url":"https://github.com/eterline/fstmon","commit_stats":null,"previous_names":["eterline/fstmon"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/eterline/fstmon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterline%2Ffstmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterline%2Ffstmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterline%2Ffstmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterline%2Ffstmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eterline","download_url":"https://codeload.github.com/eterline/fstmon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterline%2Ffstmon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33965591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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":["go","homepage","self-hosted","utils"],"created_at":"2025-10-14T21:48:38.876Z","updated_at":"2026-06-06T00:31:25.797Z","avatar_url":"https://github.com/eterline.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# fstmon\n\nMonitoing microservice for [homepage](https://gethomepage.dev) or another. Written in ![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge\u0026logo=go\u0026logoColor=white)\n\n## In Action\n\n![screen_1](./screenshots/1.png)\n![screen_2](./screenshots/2.png)\n\n## Build\n\nTo build project in full prod variant\n```sh\ntask build\n```\n\nFor testing build\n```sh\ntask run # builds anyway\n```\n\n## Arguments\n\n## Command-line Options\n\n| Option                               | Alias | Description                                             | Default     |\n|--------------------------------------|-------|---------------------------------------------------------|-------------|\n| `--log-level LOG-LEVEL`              |       | Logging level: `debug` \\| `info` \\| `warn` \\| `error`   | `info`      |\n| `--log-json`                         | `-j`  | Output logs in JSON format                              | `false`     |\n| `--access-log ACCESS-LOG`            |       | Path to access log file: `file` \\| `stdout` \\| `none`   | `none`      |\n| `--listen LISTEN`                    | `-l`  | Server listen address                                   | `:3000`     |\n| `--certfile CERTFILE`                | `-c`  | TLS certificate file                                    | *(none)*    |\n| `--keyfile KEYFILE`                  | `-k`  | TLS private key file                                    | *(none)*    |\n| `--sni SNI`                          | `-h`  | Allowed request hosts (SNI)                             | `[]`        |\n| `--subnets SUBNETS`                  | `-s`  | Allowed source subnets/IP addresses                     | `[]`        |\n| `--token TOKEN`                      | `-t`  | Authentication token (env: `TOKEN`)                     | `[]`        |\n| `--ip-header`                        |       | Enable parsing of reverse proxy IP headers              | `false`     |\n| `--cpu-loop CPU-LOOP`                |       | CPU metrics update interval (seconds)                   | `10`        |\n| `--memory-loop MEMORY-LOOP`          |       | Memory metrics update interval (seconds)                | `10`        |\n| `--system-loop SYSTEM-LOOP`          |       | System metrics update interval (seconds)                | `20`        |\n| `--thermal-loop THERMAL-LOOP`        |       | Thermal metrics update interval (seconds)               | `20`        |\n| `--network-loop NETWORK-LOOP`        |       | Network I/O metrics update interval (seconds)           | `10`        |\n| `--partitions-loop PARTITIONS-LOOP`  |       | Disk I/O metrics update interval (seconds)              | `10`        |\n| `--help`                             | `-h`  | Display help and exit                                   | —           |\n\n## Running\n\nHomepage config:\n```yml\n// There will be your service config\n          - type: customapi\n            url: http://\u003chost\u003e:3300/monitoring/system\n            method: GET\n            refreshInterval: 10000\n            mappings:\n             - field: data.ram\n               label: ram\n               format: text\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feterline%2Ffstmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feterline%2Ffstmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feterline%2Ffstmon/lists"}