Kapacitor seems to just want to make me upset.

Relevant config:

[smtp]
enabled = true
host = "localhost"
port = 25
username = ""
password = ""
from = "my email"
to = "my email"
no-verify = true (but also tried this with false)
idle-timeout = "30s"
global = false
state-changes-only = true

Relevant tick:

stream
  |from().measurement('cpu')
  |alert()
    .crit(lambda: "usage_idle" < 99)
    .log('/tmp/alerts.log')
    .email()

Relevant Kapactior log:

**boot up stuff**
Starting SMTP service
**other messages**
E! smtp service not enabled, cannot send email.

I haven't a clue how to get this to work. I'm trying to just get Kapactior to 
send mail to the local user.

Using Kapacitor 1.0.0 along with influxDB and Telegraf 1.0.0
CentOS 7

Help!

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/fb2fa01b-5bef-4e3e-ae6f-e7740dd66440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to