Hello @tracel Alert command allow to check some condition and inform user when that condition is false. For read alert documentation input command: *help alert* Alert register some listener that print in log if alert condition failed. F.e. command enable listening of event when count of active jobs on the node more than 15:
*alert -r -t=3 -aj=gt15 * Allerts are not printed when log is disabled. To enable log use command: *log -l* Additional documentation for log command available by input command: *help log* Now available only printing of log in file. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-setup-alert-recipients-in-visor-cli-tp3732p3765.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
