Enable System Health Alert
When this option is checked, then the GDS will send alert
emails regarding the events selected under Event Name
section using the already configured [Email Settings].
Delivery Method
There are two options:
Real-Time: the GDS will be sending successively alert
emails every second.
Periodic: a Time Interval of 1~10080 minutes between
each email can be configured.
Email Title
This would be the Email Subject title. Maximum characters
number is 256.
Event Name
SIP Registration Status: When checked, Email will contain
Offline/Online indication for all 4 accounts.
System Running Status: When checked, Email will contain
the system uptime.
System Temperature: When checked, Email will contain
Temperature value of the system in °C and °F, as well as
whether the temperature is normal on not.
Table 30: System Health Alert
Event Notification
This page allows users to configure the event notification details that will be used by GDS370x to communicate to an HTTP
server and Log Events. When the feature Enable and Configured, all the event logs will be uploaded to server: RFID open door
(for GDS3705 only), PIN open door (for GDS3705 only), SIP Call, Alarm, etc…
For instance, the GDS3705, after an RFID Card swiping, will send to the configured HTTP server the following HTTP POST
containing “Use card open door” event:
POST / HTTP/1.1
Host: 192.168.6.107
Authorization: Basic Og==
Connection: keep-alive
Content-Length: 90
Date: 2017-11-09; Time: 14:07:27; Event describe: Use card open door. Card ID: 378690700.
Or, the GDS3702, after making a Call, when doorbell pressed, will send to the configured HTTP server the following HTTP
POST containing “Phone call” event:
POST/HTTP/1.1
Host:192.168.6.107
Authorization:BasicOg==
Connection:keep-alive
Content-Length:62
Date: 2017-11-09; Time: 14:13:12; Event describe: Phone call.
These HTTP POST messages can be used by a 3 party software to integrate the GDS370x.
rd