{"id":37117443,"url":"https://github.com/devopsext/telegraf","last_synced_at":"2026-01-14T13:44:39.769Z","repository":{"id":36131273,"uuid":"229759441","full_name":"devopsext/telegraf","owner":"devopsext","description":"The plugin-driven server agent for collecting \u0026 reporting metrics.","archived":false,"fork":true,"pushed_at":"2025-09-29T02:30:08.000Z","size":84269,"stargazers_count":3,"open_issues_count":31,"forks_count":1,"subscribers_count":0,"default_branch":"metrics_1_35_1","last_synced_at":"2025-09-29T05:49:01.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"influxdata/telegraf","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devopsext.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2019-12-23T13:37:52.000Z","updated_at":"2025-07-18T04:43:10.000Z","dependencies_parsed_at":"2024-06-10T04:15:06.814Z","dependency_job_id":null,"html_url":"https://github.com/devopsext/telegraf","commit_stats":null,"previous_names":[],"tags_count":334,"template":false,"template_full_name":null,"purl":"pkg:github/devopsext/telegraf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsext%2Ftelegraf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsext%2Ftelegraf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsext%2Ftelegraf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsext%2Ftelegraf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devopsext","download_url":"https://codeload.github.com/devopsext/telegraf/tar.gz/refs/heads/metrics_1_35_1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsext%2Ftelegraf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T13:44:39.004Z","updated_at":"2026-01-14T13:44:39.756Z","avatar_url":"https://github.com/devopsext.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![tiger](assets/TelegrafTigerSmall.png \"tiger\") Telegraf\n\n[![GoDoc](https://img.shields.io/badge/doc-reference-00ADD8.svg?logo=go)](https://godoc.org/github.com/influxdata/telegraf)\n[![Docker pulls](https://img.shields.io/docker/pulls/library/telegraf.svg)](https://hub.docker.com/_/telegraf/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/influxdata/telegraf)](https://goreportcard.com/report/github.com/influxdata/telegraf)\n[![Circle CI](https://circleci.com/gh/influxdata/telegraf.svg?style=svg)](https://circleci.com/gh/influxdata/telegraf)\n\nTelegraf is an agent for collecting, processing, aggregating, and writing\nmetrics, logs, and other arbitrary data.\n\n* Offers a comprehensive suite of over 300 plugins, covering a wide range of\n  functionalities including system monitoring, cloud services, and message\n  passing\n* Enables the integration of user-defined code to collect, transform, and\n  transmit data efficiently\n* Compiles into a standalone static binary without any external dependencies,\n  ensuring a streamlined deployment process\n* Utilizes TOML for configuration, providing a user-friendly and unambiguous\n  setup experience\n* Developed with contributions from a diverse community of over 1,200\n  contributors\n\nUsers can choose plugins from a wide range of topics, including but not limited\nto:\n\n* Devices: [OPC UA][], [Modbus][]\n* Logs: [File][], [Tail][], [Directory Monitor][]\n* Messaging: [AMQP][], [Kafka][], [MQTT][]\n* Monitoring: [OpenTelemetry][], [Prometheus][]\n* Networking: [Cisco TelemetryMDT][], [gNMI][]\n* System monitoring: [CPU][], [Memory][], [Disk][], [Network][], [SMART][],\n  [Docker][], [Nvidia SMI][], etc.\n* Universal: [Exec][], [HTTP][], [HTTP Listener][], [SNMP][], [SQL][]\n* Windows: [Event Log][], [Management Instrumentation][],\n  [Performance Counters][]\n\n## 🔨 Installation\n\nFor binary builds, Docker images, RPM \u0026 DEB packages, and other builds of\nTelegraf, please see the [install guide](/docs/INSTALL_GUIDE.md).\n\nSee the [releases documentation](/docs/RELEASES.md) for details on versioning\nand when releases are made.\n\n## 💻 Usage\n\nUsers define a TOML configuration with the plugins and settings they wish to\nuse, then pass that configuration to Telegraf. The Telegraf agent then\ncollects data from inputs at each interval and sends data to outputs at each\nflush interval.\n\nFor a basic walkthrough see [quick start](/docs/QUICK_START.md).\n\n## 📖 Documentation\n\nFor a full list of documentation including tutorials, reference and other\nmaterial, start with the [/docs directory](/docs/README.md).\n\nAdditionally, each plugin has its own README that includes details about how to\nconfigure, use, and sometimes debug or troubleshoot. Look under the\n[/plugins directory](/plugins/) for specific plugins.\n\nHere are some commonly used documents:\n\n* [Changelog](/CHANGELOG.md)\n* [Configuration](/docs/CONFIGURATION.md)\n* [FAQ](/docs/FAQ.md)\n* [Releases](https://github.com/influxdata/telegraf/releases)\n* [Security](/SECURITY.md)\n\n## ❤️ Contribute\n\n[![Contribute](https://img.shields.io/badge/contribute-to_telegraf-blue.svg?logo=influxdb)](https://github.com/influxdata/telegraf/blob/master/CONTRIBUTING.md)\n\nWe love our community of over 1,200 contributors! Many of the plugins included\nin Telegraf were originally contributed by community members. Check out\nour [contributing guide](CONTRIBUTING.md) if you are interested in helping out.\nAlso, join us on our [Community Slack](https://influxdata.com/slack) or\n[Community Forums](https://community.influxdata.com/) if you have questions or\ncomments for our engineering teams.\n\nIf you are completely new to Telegraf and InfluxDB, you can also enroll for free\nat [InfluxDB university](https://www.influxdata.com/university/) to take courses\nto learn more.\n\n## ℹ️ Support\n\n[![Slack](https://img.shields.io/badge/slack-join_chat-blue.svg?logo=slack)](https://www.influxdata.com/slack)\n[![Forums](https://img.shields.io/badge/discourse-join_forums-blue.svg?logo=discourse)](https://community.influxdata.com/)\n[![Slack](https://img.shields.io/badge/slack-join_chat-blue.svg?logo=slack)](https://www.influxdata.com/slack) [![Forums](https://img.shields.io/badge/discourse-join_forums-blue.svg?logo=discourse)](https://community.influxdata.com/)\n\nPlease use the [Community Slack](https://influxdata.com/slack) or\n[Community Forums](https://community.influxdata.com/) if you have questions or\ncomments for our engineering teams. GitHub issues are limited to actual issues\nand feature requests only.\n\n## 📜 License\n\n[![MIT](https://img.shields.io/badge/license-MIT-blue)](https://github.com/influxdata/telegraf/blob/master/LICENSE)\n\n[OPC UA]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/opcua\n[Modbus]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/modbus\n[File]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/file\n[Tail]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/tail\n[Directory Monitor]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/directory_monitor\n[AMQP]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/amqp_consumer\n[Kafka]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kafka_consumer\n[MQTT]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mqtt_consumer\n[OpenTelemetry]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/opentelemetry\n[Prometheus]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/prometheus\n[Cisco TelemetryMDT]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cisco_telemetry_mdt\n[gNMI]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/gnmi\n[CPU]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cpu\n[Memory]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mem\n[Disk]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/disk\n[Network]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/net\n[SMART]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/smartctl\n[Docker]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker\n[Nvidia SMI]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nvidia_smi\n[Exec]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec\n[HTTP]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/http\n[HTTP Listener]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/http_listener_v2\n[SNMP]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/snmp\n[SQL]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/sql\n[Event Log]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_eventlog\n[Management Instrumentation]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_wmi\n[Performance Counters]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_perf_counters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopsext%2Ftelegraf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevopsext%2Ftelegraf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopsext%2Ftelegraf/lists"}