summaryrefslogtreecommitdiffstats
path: root/src/zabbix_agent/zabbix_agentd.c
Commit message (Expand)AuthorAgeFilesLines
* - added table audit (Alexei)hugetoad2004-09-161-1/+1
* - added command line parameters -c <config> and -h to zabbix_agentd (Alexei)hugetoad2004-08-271-2/+35
* - fixed typo: getuid() -> getgid() in daemon_init() (Alexei)hugetoad2004-08-131-1/+1
* - replace strncpy() with secure strscpy() where possible (Alexei)hugetoad2004-01-081-2/+2
* Added 2004 to the Copyright notice.hugetoad2003-12-221-1/+1
* 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-091-31/+9
* - PostreSQL related fixes (Alexei)hugetoad2003-08-031-2/+2
* Minor changes (Alexei)hugetoad2003-08-031-2/+2
* - added parameter ListenIP to zabbix_agentd.conf (Alexei)hugetoad2003-06-141-1/+10
* Fixed compilation of Zabbix agent under Solaris.hugetoad2003-03-311-1/+1
* - user-defined parameters will overwrite already existinghugetoad2003-03-031-41/+0
* - fixed possible zabbix_suckerd crash. It may happen if socket() returns 0.hugetoad2002-12-191-2/+8
* - added copyright notice to source files (Alexei)hugetoad2002-12-071-0/+19
* - parameter StatFile removed (Alexei)hugetoad2002-09-221-4/+4
* Minor changes.hugetoad2002-09-221-0/+1
* - support for parameters netloadin[*] and netloadout[*] (Alexei)hugetoad2002-09-151-0/+7
* Partial support for network loads.hugetoad2002-09-121-1/+1
* - added src/zabbix_agent/stats.c and stats.h (Alexei)hugetoad2002-09-111-87/+1
* - added parameter StatFile to zabbix_agentd.conf (Alexei)hugetoad2002-09-101-8/+46
* Basic support for network loadsuid489432002-09-091-5/+57
* - php/include/*inc renamed to php/include/*inc.php (Alexei)hugetoad2002-06-171-2/+4
* - changes to make Zabbix compile in non-GCC environments (Alexei)hugetoad2002-05-241-1/+1
* - removed option -Wall from all Makefiles (Alexei)hugetoad2002-05-191-5/+1
* Better support for IT services.hugetoad2002-04-141-1/+1
* - improved update_triggers() (Alexei)hugetoad2002-04-071-15/+11
* - column functions.lastvalue changed to varchar(255) (Alexei)hugetoad2002-04-021-150/+25
* - added column value_type to table items_template (Alexei)hugetoad2002-03-311-4/+8
* - parameter Server can consist of list of Zabbix servers (Alexei)hugetoad2002-03-221-5/+15
* - added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)hugetoad2002-03-211-5/+20
* - correct handling of timeout situations for zabbix_agentd (Alexei)hugetoad2002-03-191-20/+25
* - added parameter LogFile for zabbix_trapper (Alexei)hugetoad2002-03-191-1/+13
* - added partial support for non-syslog logging (Alexei)hugetoad2002-03-181-50/+51
* - solved problem with getpeername() (Alexei)hugetoad2002-03-101-3/+5
* - support for parameter Timeout for zabbix_agentd (Alexei)hugetoad2002-03-051-8/+23
* - support for experimental parameter NoTimeWait (Alexei)hugetoad2002-02-271-2/+27
* - added file include/cfg.h and include/cfg.c (Alexei)hugetoad2002-02-201-6/+16
* - partial support for automake (Alexei)hugetoad2002-02-181-3/+90
* Added parameter ListenPort to zabbix_agentd and zabbix_trapperd (Alexei)hugetoad2002-02-051-15/+27
* Clean compilation on HP-UX 11.xx (Alexei)hugetoad2002-02-041-0/+4
* calls to malloc+strcpy changed to strdup() (Alexei)hugetoad2002-01-251-2/+1
* Fix for overflow in configuration IP address.hugetoad2002-01-231-1/+1
* - zabbix_agentd cannot be ran as root (Alexei)hugetoad2002-01-151-0/+26
* - character '.' can be used in definition of monitored paramatershugetoad2002-01-131-1/+1
* - added srv_status.html and services.html (Alexei)hugetoad2001-12-271-3/+16
* - number of forked zabbix_agentd decreased to 5 (Alexei)hugetoad2001-12-191-2/+12
* - support for advanced zabbix_agentd.conf (Alexei)hugetoad2001-12-161-15/+80
* - not monitored hosts will not be referenced from System Map (Alexei)hugetoad2001-11-261-94/+33
* Minor changeshugetoad2001-11-231-2/+2
* More changes in timeout handling (Alexei)hugetoad2001-10-131-4/+25