You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by tracel <tr...@gmail.com> on 2016/03/29 10:30:14 UTC

How to setup alert recipients in visor cli?

Hi,

I found in visor command line interface one can register alerts, but how can
I set the alert recipients?

thanks in advance!



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-setup-alert-recipients-in-visor-cli-tp3732.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to setup alert recipients in visor cli?

Posted by tracel <tr...@gmail.com>.
Thanks Vasiliy, problem solved.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-setup-alert-recipients-in-visor-cli-tp3732p3775.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to setup alert recipients in visor cli?

Posted by Vasiliy Sisko <vs...@gridgain.com>.
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.