Authored by qinchao

短信告警添加源

... ... @@ -33,7 +33,8 @@ public class MonitorAlarmMapperImpl implements MonitorAlarmMapper {
.addField("sms_content", snsContent)
.addField("result", result)
.addField("mobile", mobile)
.addField("alarm_info", alarmInfo).build();
.addField("alarm_info", alarmInfo)
.addField("idc","yohops_aws").build();
influxDataReporter.report(influxDBName,InfluxDBContants.YOHO_MONITOR,point);
/* BatchPoints batchPoints = BatchPoints
... ...