# 3 Zabbix プロセス

### - Logging

For logging configuration of Zabbix daemons "LogFile" configuration
parameter is used. If this parameter is left empty (LogFile=), syslog
logging facilities are used. All Zabbix daemons on Unix-like platforms
log their messages from "Daemon" environment. The mapping between Zabbix
logging levels and syslog levels is as follows:

|Zabbix log level|syslog log level|Comments|
|----------------|----------------|--------|
|0 - empty<br>(LOG\_LEVEL\_EMPTY)|syslog is not used.|All messages are skipped.|
|1 - critical information<br>(LOG\_LEVEL\_CRIT)|critical conditions<br>(LOG\_CRIT)|<|
|2 - error information<br>(LOG\_LEVEL\_ERR)|error conditions<br>(LOG\_ERR)|<|
|3 - warnings<br>(LOG\_LEVEL\_WARNING)|warning conditions<br>(LOG\_WARNING)|<|
|4 - for debugging<br>(LOG\_LEVEL\_DEBUG)|debug-level messages<br>(LOG\_DEBUG)|<|

For syslog configuration consult the corresponding literature.

\
Zabbix agent under Windows uses Event Log if "LogFile" configuration
parameter is provided empty. Mapping between Zabbix log levels (messages
of corresponding type) and Windows Event Log entries type is provided
below:

|Zabbix log level|Windows Event Log entry type|Comments|
|----------------|----------------------------|--------|
|0 - empty<br>(LOG\_LEVEL\_EMPTY)|Event Log is not used.|All messages are skipped.|
|1 - critical information<br>(LOG\_LEVEL\_CRIT)<br>2 - error information<br>(LOG\_LEVEL\_ERR)|EVENTLOG\_ERROR\_TYPE|Error|
|3 - warnings<br>(LOG\_LEVEL\_WARNING)|EVENTLOG\_WARNING\_TYPE|Warning|
|4 - for debugging<br>(LOG\_LEVEL\_DEBUG)|EVENTLOG\_INFORMATION\_TYPE|Information|

### - Individual processes

![zabbix\_server](/page>jp/manual/processes/zabbix_server)
![zabbix\_proxy](/page>jp/manual/processes/zabbix_proxy)
![zabbix\_agentd](/page>jp/manual/processes/zabbix_agentd)
![zabbix\_agent](/page>jp/manual/processes/zabbix_agent)
![zabbix\_agentd\_win](/page>jp/manual/processes/zabbix_agentd_win)
![zabbix\_sender](/page>jp/manual/processes/zabbix_sender)
![zabbix\_get](/page>jp/manual/processes/zabbix_get)
