Subversion Repositories SmartDukaan

Rev

Rev 7231 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7231 Rev 11452
Line 110... Line 110...
110
				echo "${VALUE} for ${NAME} is varied by ${DIFF_PERC}%">>${ALERT_FILE}
110
				echo "${VALUE} for ${NAME} is varied by ${DIFF_PERC}%">>${ALERT_FILE}
111
			fi
111
			fi
112
		fi
112
		fi
113
	done
113
	done
114
	if [ $ALERT -ne 0 ]; then
114
	if [ $ALERT -ne 0 ]; then
115
		sendEmail -f build@shop2020.in -t rajveer.singh@shop2020.in amit.gupta@shop2020.in -u "Alert: At least one parameter exceeded their threshold value" -s smtp.gmail.com:587  -xu build@shop2020.in  -xp cafe@nes -a ${OUT_FILE} ${OUT_FILE_OLD} -o tls=yes message-file=${ALERT_FILE}
115
		sendEmail -f build@shop2020.in -t anikendra.das@shop2020.in amit.gupta@shop2020.in -u "Alert: At least one parameter exceeded their threshold value" -s smtp.gmail.com:587  -xu build@shop2020.in  -xp cafe@nes -a ${OUT_FILE} ${OUT_FILE_OLD} -o tls=yes message-file=${ALERT_FILE}
116
		exit 1
116
		exit 1
117
	fi
117
	fi
118
fi
118
fi
119
 
119
 
120
 
120