Sidebar

email alerts

0 votes
525 views
asked Mar 15, 2020 by wilma-c-7883 (200 points)
reshown Mar 16, 2020 by brandon-w-8204
I want to receive an alerts via email when having a connection "time out"

1 Answer

0 votes

You can configure the timeout script on your source node, to have a qie.error() in order to get an email if there is a timeout.

For an FTP source:

You can set the Channel Properties to alert you on every send or receive error:

The default is to alert every 10 errors. You can configure this so you get an email on every error. Also checking the "Alert on first error" will ensure you get emailed if it cannot connect to the FTP server.

answered Mar 16, 2020 by michael-h-5027 (14,390 points)
edited Mar 19, 2020 by brandon-w-8204
commented Mar 19, 2020 by wilma-c-7883 (200 points)
Thanks for this, but may source node is FTP.
commented Mar 19, 2020 by brandon-w-8204 (33,170 points)
See updated answer above
...