summaryrefslogtreecommitdiffstats
path: root/src/zabbix_sucker
Commit message (Expand)AuthorAgeFilesLines
* - php/include/*inc renamed to php/include/*inc.php (Alexei)hugetoad2002-06-171-1/+1
* - new column item.trapper_hosts (Alexei)hugetoad2002-06-151-2/+3
* Different improvements.hugetoad2002-06-051-1/+7
* Minor fixes.hugetoad2002-06-031-1/+1
* - support for --enable-static for ./configure (Alexei)hugetoad2002-06-031-2/+1
* - housekeeping period for alarms and alerts to be set in days (Alexei)hugetoad2002-06-011-197/+6
* - more anvanced algorithm for updating disable_until field (Alexei)hugetoad2002-05-311-1/+11
* - problem with "Lost connection to DB" solved (Alexei)hugetoad2002-05-311-12/+4
* - function DBis_empty(), code cleanup (Alexei)hugetoad2002-05-301-16/+12
* - unreachable parameters will not be shown in Queue (Alexei)hugetoad2002-05-291-20/+20
* Minor changes.hugetoad2002-05-281-10/+38
* - support for check_service[service,port]hugetoad2002-05-271-13/+118
* - advanced change of host status in zabbix_suckerd (Alexei)hugetoad2002-05-271-1/+27
* Change of host status to separate function.hugetoad2002-05-271-7/+30
* - added support of UserParameter(s) returning non-numeric values (Alexei)hugetoad2002-05-251-2/+4
* Minor changes.hugetoad2002-05-241-13/+12
* - fixed double posting of the same trigger status into alarms (Alexei)hugetoad2002-05-211-13/+1
* - removed option -Wall from all Makefiles (Alexei)hugetoad2002-05-191-2/+0
* - improvements in SNMP handling for zabbix_suckerd (Alexei)hugetoad2002-05-191-12/+20
* SNMP cleanup.hugetoad2002-05-181-20/+4
* Changes in SNMP handling.hugetoad2002-05-181-9/+30
* - support for chart showing diff instead of real values (Alexei)hugetoad2002-05-181-4/+18
* - protection from items.delay set to 0 (Alexei)hugetoad2002-05-161-4/+0
* - zabbix_suckerd housekeeping process to disconnect fromhugetoad2002-05-121-2/+6
* Better support for IT services.hugetoad2002-04-141-1/+1
* - improved update_triggers() (Alexei)hugetoad2002-04-071-5/+9
* - column functions.lastvalue changed to varchar(255) (Alexei)hugetoad2002-04-021-2/+2
* - added column value_type to table items_template (Alexei)hugetoad2002-03-311-5/+4
* - parameter Server can consist of list of Zabbix servers (Alexei)hugetoad2002-03-221-153/+16
* - added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)hugetoad2002-03-211-9/+9
* - correct handling of timeout situations for zabbix_agentd (Alexei)hugetoad2002-03-191-6/+8
* - added parameter LogFile for zabbix_trapper (Alexei)hugetoad2002-03-191-1/+14
* - added partial support for non-syslog logging (Alexei)hugetoad2002-03-181-115/+112
* - added files include/log.h and include/log.c (Alexei)hugetoad2002-03-172-1/+6
* - support for parameter Timeout for zabbix_agentd (Alexei)hugetoad2002-03-051-11/+23
* - support for experimental parameter NoTimeWait (Alexei)hugetoad2002-02-271-2/+25
* - added file include/cfg.h and include/cfg.c (Alexei)hugetoad2002-02-202-23/+70
* - partial support for automake (Alexei)hugetoad2002-02-181-15/+119
* - added support for IP addresses for SNMP-enabled hosts (Alexei)hugetoad2002-02-111-1/+8
* Added parameter ListenPort to zabbix_agentd and zabbix_trapperd (Alexei)hugetoad2002-02-051-3/+3
* Clean compilation on HP-UX 11.xx (Alexei)hugetoad2002-02-041-0/+3
* Change host status to Unreachable if agent drops connection (Alexei)hugetoad2002-02-041-2/+4
* - added #include <time.h> into db.h (Alexei)hugetoad2002-02-011-1/+6
* calls to malloc+strcpy changed to strdup() (Alexei)hugetoad2002-01-251-6/+3
* Minor changeshugetoad2002-01-211-3/+6
* - support for DB* parameters in zabbix_suckerd.conf (Alexei)hugetoad2002-01-191-1/+29
* - zabbix_agentd cannot be ran as root (Alexei)hugetoad2002-01-151-23/+8
* - added file misc/conf/zabbix_suckerd.conf (Alexei)hugetoad2002-01-151-12/+149
* - character '.' can be used in definition of monitored paramatershugetoad2002-01-131-1/+2
* - added user-defined sorting to form "Latest Values" (Alexei)hugetoad2002-01-061-4/+28