2020-05-05 02:09:10 +08:00
# External Plugins
2020-09-04 04:31:29 +08:00
This is a list of plugins that can be compiled outside of Telegraf and used via the `execd` [input ](plugins/inputs/execd ), [output ](plugins/outputs/execd ), or [processor ](plugins/processors/execd ).
Check out the [external plugin documentation ](/docs/EXTERNAL_PLUGINS.md ) for more information on writing and contributing a plugin.
2020-05-05 02:09:10 +08:00
Pull requests welcome.
2020-05-29 06:45:08 +08:00
## Inputs
2020-08-07 22:30:33 +08:00
- [awsalarms ](https://github.com/vipinvkmenon/awsalarms ) - Simple plugin to gather/monitor alarms generated in AWS.
2020-09-17 03:47:30 +08:00
- [octoprint ](https://github.com/BattleBas/octoprint-telegraf-plugin ) - Gather 3d print information from the octoprint API.
2021-01-06 03:02:32 +08:00
- [open-hardware-monitor ](https://github.com/marianob85/open_hardware_monitor-telegraf-plugin ) - Gather sensors data provided by [Open Hardware Monitor ](http://openhardwaremonitor.org )
- [rand ](https://github.com/ssoroka/rand ) - Generate random numbers
2020-10-15 00:25:41 +08:00
- [systemd-timings ](https://github.com/pdmorrow/telegraf-execd-systemd-timings ) - Gather systemd boot and unit timestamp metrics.
2021-01-06 03:02:32 +08:00
- [twitter ](https://github.com/inabagumi/twitter-telegraf-plugin ) - Gather account information from Twitter accounts
- [youtube ](https://github.com/inabagumi/youtube-telegraf-plugin ) - Gather account information from YouTube channels
2020-11-17 01:15:34 +08:00
## Outputs
- [kinesis ](https://github.com/morfien101/telegraf-output-kinesis ) - Aggregation and compression of metrics to send Amazon Kinesis.
2021-01-28 04:58:31 +08:00
## Processors
- [geoip ](https://github.com/a-bali/telegraf-geoip ) - Add GeoIP information to IP addresses.