Open joelittlejohn opened 8 years ago
I think I have seen this before as well.
After some further investigation I've found that I can still update the alert using kapacitor define
followed by kapacitor enable
. I just can't delete or disable the alert, because it seems that Kapacitor does not think this alert exists.
@joelittlejohn Is this still a problem?
@docmerlin Hi. Sorry I have no idea (I haven't used Kapacitor in a couple of years now). Feel free to close this if you like.
@joelittlejohn Is this still a problem?
Yes, it is, I have same problem with kapacitor 1.5.7
Kapacitor 1.1.0 (git: master 939fdf670b028c142944977dcfcb045cac2343ed) Ubuntu 14.04.5 LTS
When I define a kapacitor task like:
and then delete it like:
the task seems to become a 'zombie'. It is not shown when running
kapacitor list tasks
, but runningkapacitor show healthcheck_alert
shows:I now can't seem to delete, define, enable or disable this task. These kapacitor commands run without error but the task remains in exactly the same state. It can't be updated, deleted or disabled and is still sending alerts. I've tried to disable and delete this task, but
kapacitor show
still shows it.