{"id":17779498,"url":"https://github.com/b0ch3nski/telegraf-playground","last_synced_at":"2026-05-09T14:03:05.688Z","repository":{"id":259065908,"uuid":"871226598","full_name":"b0ch3nski/telegraf-playground","owner":"b0ch3nski","description":"A bunch of scripts to produce and test customized Telegraf build tailored for my needs.","archived":false,"fork":false,"pushed_at":"2025-01-29T15:45:01.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T11:52:31.583Z","etag":null,"topics":["grafana","influxdb","iot","metrics","monitoring","mqtt","openwrt","prometheus","telegraf"],"latest_commit_sha":null,"homepage":"","language":"Go","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/b0ch3nski.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}},"created_at":"2024-10-11T14:16:19.000Z","updated_at":"2025-01-29T15:45:05.000Z","dependencies_parsed_at":"2025-02-07T11:44:27.030Z","dependency_job_id":"30b42e10-6b6e-4b85-a446-1b7768e9e4c1","html_url":"https://github.com/b0ch3nski/telegraf-playground","commit_stats":null,"previous_names":["b0ch3nski/telegraf-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Ftelegraf-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Ftelegraf-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Ftelegraf-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Ftelegraf-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b0ch3nski","download_url":"https://codeload.github.com/b0ch3nski/telegraf-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246685750,"owners_count":20817672,"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":["grafana","influxdb","iot","metrics","monitoring","mqtt","openwrt","prometheus","telegraf"],"created_at":"2024-10-27T01:04:18.377Z","updated_at":"2026-05-09T14:03:00.650Z","avatar_url":"https://github.com/b0ch3nski.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telegraf-playground\n\nA bunch of scripts to produce and test customized [Telegraf][telegraf] build tailored for my needs (mostly related to\nrunning on OpenWRT based routers and Raspberry Pi). Also consists of my out of the tree plugins for scraping data from\n[DNSMasq][dnsmasq] and [SpaceX Starlink][starlink] dish.\n\n## OpenWRT\n\nIn my network setup, I'm using a bunch of [Xiaomi Mi WiFi R3G][mir3g] routers which have 256 MB RAM, 128 MB flash and\nMediaTek MT7621 CPU (MIPS little endian architecture).\n\nThere is a dedicated Make target for building **OpenWRT** package for MIR3G (using Docker): `make build-mir3g` \\\nResulting package will require around ~10 MB of disk space on a router.\n\nFor a build procedure details, see included [Makefile](Makefile).\n\n### install\n\n```sh\n# add support for SCP and optionally `softflowd` for collecting NetFlow data\n$ opkg update\n$ opkg install openssh-sftp-server softflowd\n\n# transfer ipk file to router using SCP and install it\n$ opkg install /tmp/telegraf_\u003cdate\u003e_\u003carch\u003e.ipk\n\n# package provides init.d script to manage service\n$ PROCD_DEBUG=1 /etc/init.d/telegraf {start,stop,status,enable}\n\n# service logs should be visible in logd\n$ logread -f\n```\n\n### example\n\nSee [telegraf.conf](telegraf.conf) and [telegraf-openwrt.conf](telegraf-openwrt.conf).\n\n\n[telegraf]: https://github.com/influxdata/telegraf\n[dnsmasq]: https://github.com/b0ch3nski/go-dnsmasq-utils\n[starlink]: https://github.com/b0ch3nski/go-starlink\n[mir3g]: https://openwrt.org/toh/xiaomi/mir3g\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0ch3nski%2Ftelegraf-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb0ch3nski%2Ftelegraf-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0ch3nski%2Ftelegraf-playground/lists"}