Bosun: only first notification being sent
问题 I am experiencing strange behaviour with my first-time Bosun config. It seems I'm receiving mail only first time the alert is being called. I am surely misunderstanding something.. Here's my .conf file: smtpHost = ${env.BOSUN_MAIL_SERV} smtpUsername = ${env.BOSUN_MAIL_USER} smtpPassword = ${env.BOSUN_MAIL_PASS} emailFrom = ${env.BOSUN_MAIL_FROM} httpListen = :8070 timeAndDate = 31 stateFile = ../bosun.state ledisDir = ../ledis_data checkFrequency = 10s logstashElasticHosts = ${env.BOSUN_ES