-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packager: Influxdb and telegraf share same init.sh path #22
Comments
👍 |
can someone provide info on how to patch existing influxdb+telegraf installations. I just got my /opt/influxdb/init.sh overwritten. |
Ultimately I just did the following, and linked the influxdb init script directly to the absolute URL instead of the symlink in /opt/influxdb. ln -fs /opt/influxdb/versions/0.9.0/scripts/init.sh /etc/init.d/influxdb |
That helps. I suppose you have to do this, too:
with this final result:
|
This should be fixed by #23. |
Since influxdb and telegraf share the same ROOT DIR's, the init.sh file will get overwritten when both are installed via RPM.
Suggest changing the following
s/influxdb/telegraf/
so that telegraf is treated independent from influxdbThe text was updated successfully, but these errors were encountered: