6 ms·
Careful about installing Influxdb and Telegraf on the same system via RPM (maybe DEB too), they both share common paths and filenames, and cause one (or the oth
by johngd 11y ago
Careful about installing Influxdb and Telegraf on the same system via RPM (maybe DEB too), they both share common paths and filenames, and cause one (or the other) not to start.
https://github.com/influxdb/telegraf/issues/22 https://github.com/influxdb/telegraf/issues/22
https://github.com/influxdb/influxdb/issues/3123 https://github.com/influxdb/influxdb/issues/3123
Also, the changelog items for telegraf all point at influxdb issues.
https://github.com/influxdb/telegraf/blob/master/CHANGELOG.md#v012-2015-07-01 https://github.com/influxdb/telegraf/blob/master/CHANGELOG.m...
I am really excited about telegraf, but am worried about long term maintenance of yet another stats collector. It is very easy to setup, and seems like it will be quiet easy to extend.
- pauldix 11y agoWe'll have to fix the issues of installing on two systems. For the issue linked to InfluxDB I assume it was for the client tags. The tagging issue in Telegraf was actually a problem with the InfluxDB client. Anyway, we're committed to maintaining this and pushing it forward
- crymer11 11y agoThe dual-installation issue the grandparent mentioned also exists for DEB, which is what prompted my PR. Any way you can help with https://github.com/influxdb/telegraf/pull/23 https://github.com/influxdb/telegraf/pull/23? I really want to install InfluxDB and Telegraf on the same system, but I don't want to maintain a fork.
- pauldix 11y agoSure, will have a look tomorrow morning first thing