summaryrefslogtreecommitdiffstats
path: root/src/zabbix_trapper
Commit message (Expand)AuthorAgeFilesLines
* - remover src/zabbix_sucker and src/zabbix_trapper (Alexei)hugetoad2004-12-123-686/+0
* - added table audit (Alexei)hugetoad2004-09-161-1/+1
* - added command line parameters -c <config> and -h to zabbix_trapperd (Alexei)hugetoad2004-08-271-2/+35
* - fixed typo: getuid() -> getgid() in daemon_init() (Alexei)hugetoad2004-08-131-1/+1
* - sprintf() was replaced with snprintf() (Alexei)hugetoad2004-01-092-4/+4
* - replace strncpy() with secure strscpy() where possible (Alexei)hugetoad2004-01-082-3/+3
* - processing of DB stopped situations for MySQL (Alexei)hugetoad2003-12-232-3/+3
* Added 2004 to the Copyright notice.hugetoad2003-12-222-2/+2
* - fix for syslog logging of zabbix_trapperd (Alexei)hugetoad2003-08-311-1/+1
* Minor changes.hugetoad2003-08-151-0/+6
* Do not remover PID files if already exists (Alexei)hugetoad2003-08-151-1/+0
* - fixed sysinfo() result. Multiplication to mem_unit required (Alexei)hugetoad2003-08-092-31/+8
* - fixed 'make clean' under Solaris (rm -fv -> rm -f) (Alexei)hugetoad2003-06-191-3/+3
* - fixed possible zabbix_suckerd crash. It may happen if socket() returns 0.hugetoad2002-12-191-1/+1
* - added copyright notice to source files (Alexei)hugetoad2002-12-072-0/+39
* - added parameter DBHost (Alexei)hugetoad2002-08-042-3/+7
* - fixed crash in case if MySQL server gone (support for signal PIPE) (Alexei)hugetoad2002-07-231-1/+1
* - php/include/*inc renamed to php/include/*inc.php (Alexei)hugetoad2002-06-173-15/+7
* - new column item.trapper_hosts (Alexei)hugetoad2002-06-151-4/+7
* - support for --enable-static for ./configure (Alexei)hugetoad2002-06-031-3/+6
* - zabbix_suckerd housekeeping process to disconnect fromhugetoad2002-05-121-1/+18
* Better support for IT services.hugetoad2002-04-141-1/+1
* - improved update_triggers() (Alexei)hugetoad2002-04-071-4/+2
* - column functions.lastvalue changed to varchar(255) (Alexei)hugetoad2002-04-022-254/+0
* - added column value_type to table items_template (Alexei)hugetoad2002-03-311-1/+1
* - parameter Server can consist of list of Zabbix servers (Alexei)hugetoad2002-03-223-4/+75
* - added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)hugetoad2002-03-212-12/+8
* - correct handling of timeout situations for zabbix_agentd (Alexei)hugetoad2002-03-192-16/+19
* - added parameter LogFile for zabbix_trapper (Alexei)hugetoad2002-03-192-3/+26
* - added partial support for non-syslog logging (Alexei)hugetoad2002-03-183-64/+66
* - solved problem with getpeername() (Alexei)hugetoad2002-03-102-3/+27
* - added file include/cfg.h and include/cfg.c (Alexei)hugetoad2002-02-202-6/+40
* - partial support for automake (Alexei)hugetoad2002-02-181-2/+88
* Added parameter ListenPort to zabbix_agentd and zabbix_trapperd (Alexei)hugetoad2002-02-052-11/+22
* - added #include <time.h> into db.h (Alexei)hugetoad2002-02-012-3/+13
* calls to malloc+strcpy changed to strdup() (Alexei)hugetoad2002-01-252-12/+6
* Making zabbix_trapperd fail in case if connection to DB fails (Alexei)hugetoad2002-01-191-0/+2
* - added sample zabbix_trapper(d).conf to misc/conf (Alexei)hugetoad2002-01-191-2/+2
* - support for configuration file for zabbix_trapper(d) (Alexei)hugetoad2002-01-192-4/+216
* - not monitored hosts will not be referenced from System Map (Alexei)hugetoad2001-11-261-103/+42
* - added columns alert_history and alarm_history to table config (Alexei)hugetoad2001-11-241-1/+1
* - added support for opertor '=' (Alexei)hugetoad2001-10-141-12/+10
* More changes in timeout handling (Alexei)hugetoad2001-10-131-8/+33
* - simplified tcp_listen procedure in zabbix_trapperd.chugetoad2001-09-241-1/+35
* - no full list of triggers and items will be shownhugetoad2001-09-232-122/+0
* - global variable $ERROR_MSG will show details of operation failurehugetoad2001-09-202-4/+4
* Return NOT OK in case of failure.hugetoad2001-09-171-1/+1
* - added table triger_dependshugetoad2001-09-091-4/+4
* - removed parameter net[listen_22]hugetoad2001-09-041-22/+2
* added zabbix_trapperdhugetoad2001-09-043-41/+368