public void Send(string msgTitle, List <MonitoringItem> lstMonitoringItem) { string msgContent = new AlarmMsg(lstMonitoringItem).MakeMessage(); SendJandi(this.WebHookUrl, "사이트 모니터링", this.MsgColor, msgTitle, msgContent); }
public void Send(string msgTitle, List <MonitoringItem> lstMonitoringItem) { string msgContent = new AlarmMsg(lstMonitoringItem).MakeMessage(); Send(msgTitle, msgContent); }