[influxdb] Re: Deadman problem - ignores new points

2016-06-16 Thread nathaniel
Some basic trouble shooting steps/questions 1. How are you sending data to Kapacitor? Over UDP subcriptions? Is it possible that while InfluxDB has the data it was dropped before it made it to Kapacitor? 2. Can you share the `kapacitor show` output of your task? On Thursday, June 16, 2016 at

[influxdb] Re: Deadman problem - ignores new points

2016-06-15 Thread elad . talby
For reference - Here's the *DERIVATIVE* example I've configured, but still sending alerts for existing/new points: - stream |from() .measurement('delaware:last_completed') .where(lambda: "name" == 'exchange_hourly') |stats(1m) |derivative('emitted')