Installation manual

22
7.7 Logging
ESETS provides system daemon logging via syslog. Syslog is a standard for logging program messages and can be used to log
system events such as network and security events.
Messages refer to a facility:
auth, authpriv, daemon, cron, ftp, lpr, kern, mail, ..., local0, ..., local7
Messages are assigned a priority/level by the sender of the message:
Error, Warning, Summall, Summ, Partall, Part, Info, Debug
This section describes how to configure and read the logging output of syslog. The syslog_facility’ option (default value daemon)
defines the syslog facility used for logging. To modify syslog settings edit the ESETS configuration file or use the Web interface.
Modify the value of the syslog_class’ parameter to change the logging class. We recommend you modify these settings only if you
are familiar with syslog. For an example syslog configuration, see below:
syslog_facility = "daemon"
syslog_class = "error:warning:summall"
The name and location of the log file depend on your syslog installation and configuration (e.g. rsyslog, syslog-ng, etc.). Standard
filenames for syslog output files are for example syslog, 'daemon.log', etc. To follow syslog activity, run one of the following
commands from the console:
tail -f /var/log/syslog
tail -100 /var/log/syslog | less
cat /var/log/syslog | grep esets | less
If you enable ESET Remote Administration, ERA log entries older than given days by the option ‘racl_logs_lifetime’ will be
automatically deleted.
7.8 Command-line scripts
ESETS commands can be launched using the command line – manually (@SBINDIR@/esets_*) or with a batch (".sh") script. ESETS
command-line usage:
esets_daemon
ESET Security Daemon is the main ESET’S system control and scanning Daemon module. It reads all the
ESET’S scanner configuration from the main ESET’S configuration file and provides all the main tasks.
Usage: @SBINDIR@/esets_daemon [OPTIONS..]
esets_inst
ESET system integrator can be used to display and optionally execute commands that integrate ESET’S
with your system.
Usage: @SBINDIR@/esets_inst [OPTIONS..] [COMMAND]
esets_lic
ESET’S license management utility features management options, which allow you to display
information about your licenses, import license files to the license directory or remove expired
licenses.
Usage: @SBINDIR@/esets_lic [OPTIONS..] [COMMAND] [FILES..]
esets_quar
ESET‘S quarantine management utility module allows you to import any file system object into the
quarantine storage area.
Usage: @SBINDIR@/esets_quar ACTIONS [RULES] [OBJECTS..]
esets_scan
ESET Command-line scanner is an on-demand anti-virus scanning module, which provides scanning of
the file system objects upon user request using command line interface.
Usage: @SBINDIR@/esets_scan [OPTIONS..] FILES..
esets_set
ESETS configuration file SET-up utility allows you to modify the ESET’S configuration file as requested by
given command.
Usage: @SBINDIR@/esets_set [OPTIONS..] [COMMAND]
esets_setup
ESET’S setup utility is an interactive automated install script to help you easily integrate ESET Security
with your system.
Usage: @SBINDIR@/esets_setup [OPTIONS..] [COMMAND]
esets_update
ESET‘S update utility is a system utility for the creation, update and maintenance of the ESET’S modules
storage mirrors as well as for update of ESET’S system.
Usage: @BINDIR@/esets_update [OPTIONS..]