Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_components:platform:dpi_admin:rsyslog [2024/10/18 11:17] – elena.krasnobryzh | en:dpi:dpi_components:platform:dpi_admin:rsyslog [2024/10/18 11:18] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{indexmenu_n> | ||
- | ======Log Management with rsyslog====== | ||
- | rsyslog is a service for managing system logs. It works as a daemon, providing tools to collect messages and send them to a storage location. | ||
- | |||
- | Functions of rsyslog: | ||
- | * Receive messages | ||
- | * Filter and sort messages — determine their priority and type | ||
- | * Store messages — write them to specific files or forward them to a remote server | ||
- | |||
- | The system is highly configurable: | ||
- | rsyslog can receive and transmit logs over the **syslog** protocol across a network, using both TCP and UDP through the standard port 514. | ||
- | |||
- | Scripts for integrating SCAT logs with syslog and systemd units for their execution: | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | =====Requirements===== | ||
- | * A running fastdpi process — it generates log entries, required for the SSG message-sending scripts. | ||
- | * A running rsyslog daemon. | ||
- | |||
- | =====Installation===== | ||
- | - Install '' | ||
- | - Edit the file ''/ | ||
- | - Enable automatic startup of '' | ||
- | |||
- | =====Execution===== | ||
- | - Start bnglogmon:< | ||
- | - Restart rsyslog:< | ||
- | |||
- | =====Configuration===== | ||
- | The rsyslog daemon is configured according to the settings described in its official documentation. | ||