I’m trying to create a custom Telegraf RPM that works with my own custom plugin. The plugin itself works properly. My goal is to deploy Telegraf with my Plugin across multiple servers.
I build the RPM by running:
./scripts/build.py --package --platform=linux
When I try to install this RPM on a server, the default plugins work but my custom plugin doesn’t. It doesn’t cause any errors such as “Unrecognized Plugin” but it still doesn’t do what my plugin should be doing. My plugin configuration file just gets ignored.
Thanks @daniel
When I check this file ./telegraf/etc/telegraf/telegraf.conf (Created by Extracting telegraf-1.9.0~91741bd_linux_amd64.tar.gz), I can’t see my custom changes config of my plugin.
I changed Aerospike plugin for my custom expetation