influxdata / kapacitor

Open source framework for processing, monitoring, and alerting on time series data
MIT License
2.31k stars 493 forks source link

Is it a bug? #1135

Open zhangwangjin opened 7 years ago

zhangwangjin commented 7 years ago

i am running kapacitor,but no reponse, i don't know why,please help me !

kapacitor record stream -task cpu_alert -duration 20s

no relay The database is new one,

kapacitor define cpu_alert   -type stream   -tick cpu_usage_idle1.tick -dbrp xinmi_login.autogen
kapacitor record stream -task cpu_alert -duration 20s
5768d0b2-0e06-4cb2-9a0a-5e0f0384963d

but ..

kapacitor define cpu_alert   -type stream   -tick cpu_usage_idle1.tick -dbrp xinmi_admin.autogen
kapacitor record stream -task cpu_alert -duration 20s

no relplay xinmi_login is olad one which is created several day ago, and xinmi_admin is new one which is created at moment.

rossmcdonald commented 7 years ago

@zhangwangjin What version of Kapacitor are you running? Also what is the output to a kapacitor stats ingress? It sounds like Kapacitor may not be receiving data for the xinmi_admin database.

Can you also provide output to the query SHOW SUBSCRIPTIONS run from the InfluxDB CLI?