Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_options:opt_notify:notify_conf [2020/02/05 17:35] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_notify:notify_conf to en:dpi:dpi_options:opt_notify:notify_conf lexx26 | en:dpi:dpi_options:opt_notify:notify_conf [2025/08/14 08:41] (current) – [Logs] elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Configuration ====== | ====== Configuration ====== | ||
| + | {{indexmenu_n> | ||
| + | The option can be enabled in two ways: | ||
| + | |||
| + | - Default profile: global configuration on the device, connected as a service without specifying a profile. | ||
| + | - Named profile: connected as a service with the name of the profile. | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | ===== Default profile ===== | ||
| + | |||
| + | Enable the configuration parameter in /// | ||
| + | |||
| + | < | ||
| + | |||
| + | Here < | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | After the parameter is added, you have to restart the service: | ||
| + | < | ||
| + | |||
| + | In this case management is carried out through connecting service 6 without specifying a profile: | ||
| + | < | ||
| + | fdpi_ctrl load --service 6 --login user01</ | ||
| + | |||
| + | ===== Named profile ===== | ||
| + | To work with a named profile, you do not need to specify the ntf_server parameter. The configuration is described in the service management section.\\ | ||
| + | The maximum number of profiles for notification is set by the configuration parameter in /// | ||
| + | |||
| + | < | ||
| + | Here 65535 is a default value and the upper limit. | ||
| + | |||
| + | <note warning> | ||
| + | |||
| + | ===== Logs ===== | ||
| + | Service status change (automatic shutdown) is recorded in the log, which is enabled by the setting | ||
| + | < | ||
| + | |||
| + | For this log you can configure the following parameters (in the example the default value is specified): | ||
| + | <code ini> | ||
| + | ajb_chnprg_fsize=1073741824 #maximum log size | ||
| + | ajb_chnprg_ftimeout=10 #write interval in minutes | ||
| + | ajb_chnprg_bufsize=32768 #size of internal accumulation buffer | ||
| + | ajb_save_chnprg_format=ts: | ||
| + | |||
| + | Changes of service status is also recorded in the [[en: | ||