http://e26whn2524322mkxb3cbyk27ev2ihhq2biz35hty7gzgsyrwrygq27yd.onion/posts/documentation/general/monitoring-i2pd-with-telegraf.html
Installing and Configuring the plugin I've got i2pd configured to expose it's web interface on port 7070 (the default), so I just needed to put a copy of my plugin onto the server (into /usr/local/bin ) git clone
[email protected]:bentasker/telegraf-plugins.git
cp i2pd-statistics/i2pd-statistics.py /usr/local/bin And then configured Telegraf to run the plugin - I added the following TOML to /etc/telegraf/telegraf.conf [[inputs.exec]]
commands =...