<< Click to Display Table of Contents >> Events/History tab |
![]() ![]() ![]() |
Events/History tab contains properties for general events and history databases, notification rules and sounds, report folder. Also it contains properties for E-mail client used for notifications by E-mail and for Telegram bot.
Property |
Description |
Storage DB period |
Select the time period during which data will be stored in general event and history databases. |
Events DB name |
The name of the database that stores all information about events during project execution. • If you choose the simple name like events application will create SQLite database in the application directory. •If you choose names beginning with jdbc:mysql: like jdbc:mysql://192.168.0.104:3306/test the application will connect to MySQL database and create events table. Don’t create big MySQL databases for connecting from Android devices (MySQL databases need a wide network bandwidth for sending and receiving data). How to install and setup MySQL you can read in MySQL chapter. |
History DB name |
The name of the database that stores general history information during project execution. It's also possible to store history information in History databases. • If you choose the simple name like history application will create SQLite database in the application directory. •If you choose names beginning with jdbc:mysql: like jdbc:mysql://192.168.0.104:3306/test the application will connect to MySQL database and create history table. Don’t create big MySQL databases for connecting from Android devices (MySQL databases need a wide network bandwidth for sending and receiving data). How to install and setup MySQL you can read in MySQL chapter. |
Username |
Username for MySQL database. |
Password |
Password for MySQL database. |
Events with a priority lower than this value will be notified about it by using the dialog box and sound. And also if E-mail client or Telegram bot are setup by E-mail and Telegram. |
|
Sounds |
Click Collection to set up sounds of events notifications depending on priority. After clicking you’ll see the window: Where: •Name - name of sound. •From priority and To priority - priority interval within which sound will play. •Play - play selected sound. •Open - open sound (wav) file. •Add - add sound to the collection. •Edit - edit sound. •Remove - remove sound from the collection. |
Show servers events |
If you check Show servers events property you’ll get notifications about disconnection, lost or restore servers. If you uncheck this property you'll not get notifications. |
The folder to which all reports will be written by default and screenshots. |