summaryrefslogtreecommitdiffstats
path: root/include/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes.hugetoad2005-06-091-149/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1843 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - change copyright to SIA Zabbix (Alexei)hugetoad2005-05-151-2/+2
| | | | | | | | | | - added basic support for log[*] (Alexei) - fixed processing of traps having character ':' (Alexei) - added logfiles.h and logfiles.c (Alexei) - group level start/stop monitoring (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added zlog.c and zlog.hhugetoad2004-12-211-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1551 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - change of architecture to multi-threaded model (Alexei)hugetoad2004-08-211-1/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1387 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - sprintf() was replaced with snprintf() (Alexei)hugetoad2004-01-091-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1158 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor change.hugetoad2004-01-081-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1149 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - replace strncpy() with secure strscpy() where possible (Alexei)hugetoad2004-01-081-6/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1148 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added 2004 to the Copyright notice.hugetoad2003-12-221-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1091 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2003-11-221-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1059 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed sysinfo() result. Multiplication to mem_unit required (Alexei)hugetoad2003-08-091-0/+2
| | | | | | | | - better reporting in case of different startup errors (Alexei) - added include/pid.c and include/pid.h (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@886 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixed compilation of Zabbix agent under Solaris.hugetoad2003-03-311-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@733 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed buffer overflow in zabbix_log(). (Alexei)hugetoad2002-12-211-3/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@599 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added copyright notice to source files (Alexei)hugetoad2002-12-071-0/+20
| | | | git-svn-id: svn://svn.zabbix.com/trunk@582 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better support for log rotation.hugetoad2002-10-061-7/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@523 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - basic support for log rotating (Alexei)hugetoad2002-10-021-0/+26
| | | | git-svn-id: svn://svn.zabbix.com/trunk@522 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added upgrades/dbpatches/1.0beta4_to_1.0beta5/ with patches (Alexei)hugetoad2002-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | - added support for disktotal[*] (Alexei) - added support for inodetotal[*] (Alexei) - added support for *,/,+, and - in trigger expressions (Alexei) - removed frontends/php/chart4.php (Alexei) - update item status to UNSUPPORTED in case if SNMP support was not included into zabbix_suckerd (Alexei) - added mysql_init() to DBconnect() (Alexei) - fixed Next100 and Prev100 for case if some hosts are hidden (Alexei) - added select for latest values (Alexei) - delete related services if trigger is deleted (Alexei) - fixed problem with substitution of macros for messages (Alexei) - eliminated DBis_empty() by replacing to DBnum_rows() (Alexei) - MAX_STRING_LEN increased to 4096 (Alexei) - fixed zabbix_log(). Possible coredump if data contains %s, etc (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@445 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new algorithm for audible notification in screen "Status of Triggers"hugetoad2002-04-141-1/+7
| | | | | | | | (Alexei) - changed definition of DebugLevel (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@350 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added parameter LogFile for zabbix_trapper (Alexei)hugetoad2002-03-191-1/+0
| | | | | | | | | - added parameter LogFile for zabbix_trapperd (Alexei) - added parameter LogFile for zabbix_agentd (Alexei) - added parameter LogFile for zabbix_suckerd (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@335 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added partial support for non-syslog logging (Alexei)hugetoad2002-03-181-6/+30
| | | | git-svn-id: svn://svn.zabbix.com/trunk@334 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added files include/log.h and include/log.c (Alexei)hugetoad2002-03-171-0/+62
git-svn-id: svn://svn.zabbix.com/trunk@333 97f52cf1-0a1b-0410-bd0e-c28be96e8082