[ZBX-3] Zabbix does not use syslog! Created: 2007 Aug 26 Updated: 2017 May 30 Resolved: 2010 Feb 12 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Agent (G), Proxy (P), Server (S) |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | 1.4.2, 1.8.2, 1.9.0 (alpha) |
| Type: | Incident report | Priority: | Major |
| Reporter: | Alexei Vladishev | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | logging | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Hello, i am a french user of zabbix, second :I have some problems : until i resolv this problem i am using the logfile. http://www.zabbix.com/forum/showthread.php?t=653 |
| Comments |
| Comment by richlv [ 2009 Sep 22 ] |
|
please, evaluate |
| Comment by Oleg A. Mamontov [ 2010 Jan 29 ] |
|
Hello! Patch below fix this problem for me — src/libs/zbxlog/log.c.orig 2010-01-29 15:49:19.000000000 +0300 openlog("zabbix_suckerd", LOG_PID, LOG_USER);
#endif /* _WINDOWS */ |
| Comment by richlv [ 2010 Feb 12 ] |
|
as discussed : 2. zabbix server and proxy use inconsistent strings for startup and shutdown messages - should be unified |
| Comment by richlv [ 2010 Feb 16 ] |
|
confirming the fix with changes from the dev branch. proxy and server config files should regain string "If not set, syslog is used." in logfile directive description; no need for documentation changes "testing", can be merged as-is after they have been performed. |
| Comment by Dmitry Borovikov [ 2010 Feb 18 ] |
|
Fixed in pre-1.8.2 (revision 10263) and trunk (revision 10264). |