Exemplo n.º 1
0
        public void Send(string msgTitle, List <MonitoringItem> lstMonitoringItem)
        {
            string msgContent = new AlarmMsg(lstMonitoringItem).MakeMessage();

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

            Send(msgTitle, msgContent);
        }