Resetting extra_plugins doesn't remove them
Bug #1984057 reported by
Giuseppe Petralia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Telegraf Charm |
New
|
Undecided
|
Unassigned |
Bug Description
Using charm telegraf I configured some manual plugins with:
juju config telegraf extra_plugins=
those are rendered in /etc/telegraf/
Then I wanted to remove them and I run:
juju config telegraf --reset extra_plugins
but the content of /etc/telegraf/
As a workaround I had to remove it manually and restart telegraf with:
juju status | grep telegraf/ | awk '{print $1}' | tr -d "*" | xargs -I{} juju ssh {} "sudo rm /etc/telegraf/
To post a comment you must log in.