Page 1 of 1

How to setup an eValid alarm during Monitoring

PostPosted: Thu Jan 14, 2021 11:01 am
by VicVet
Hello.

How do I set up the alarm feature when using eValid for monitoring?

Thanks

Re: How to setup an eValid alarm during Monitoring

PostPosted: Fri Jan 15, 2021 11:08 am
by eValid
VicVet wrote:Hello.

How do I set up the alarm feature when using eValid for monitoring?

Thanks


Thanks for asking about that VicVet.

When running scripts which are unattended it is vital to the user that an alarm be set that would trigger an email message to the person once there is an abnormality in the script.

This helps the user to be informed at all times of the developments of a script.

(1) Insert the Timer Alarm command in script where the user specifies the time in milliseconds.

If the current elapsed time exceeds the value in the timer alarm, then eValid can be set to PAUSE, STOP, and continue running the script.

(2) Configuring the Alarm to automatically email this event requires the user to have a CGI script available to be able to send the email.

(3) You can specify the URL of the CGI on the window provided as well as the email address of the persons you wish to notify incase of such occurrence.


-- eValid Support