summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Minor fixes.hugetoad2002-06-031-1/+1
* - support for --enable-static for ./configure (Alexei)hugetoad2002-06-032-5/+7
* - 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-274-19/+189
* - 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-252-3/+7
* - changes to make Zabbix compile in non-GCC environments (Alexei)hugetoad2002-05-242-2/+2
* 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-197-25/+13
* - 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-124-5/+33
* Minor changes.hugetoad2002-04-221-10/+4
* Better support for IT services.hugetoad2002-04-143-3/+3
* - new algorithm for audible notification in screen "Status of Triggers"hugetoad2002-04-141-1/+1
* - improved update_triggers() (Alexei)hugetoad2002-04-076-53/+44
* - column functions.lastvalue changed to varchar(255) (Alexei)hugetoad2002-04-027-493/+42
* - added column value_type to table items_template (Alexei)hugetoad2002-03-316-111/+229
* - parameter Server can consist of list of Zabbix servers (Alexei)hugetoad2002-03-228-169/+132
* - added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)hugetoad2002-03-217-66/+99
* - correct handling of timeout situations for zabbix_agentd (Alexei)hugetoad2002-03-194-42/+52
* - added parameter LogFile for zabbix_trapper (Alexei)hugetoad2002-03-194-5/+53
* - added partial support for non-syslog logging (Alexei)hugetoad2002-03-186-230/+230
* - added files include/log.h and include/log.c (Alexei)hugetoad2002-03-172-1/+6
* - solved problem with getpeername() (Alexei)hugetoad2002-03-104-8/+54
* - support for parameter Timeout for zabbix_agentd (Alexei)hugetoad2002-03-053-21/+49
* - support for experimental parameter NoTimeWait (Alexei)hugetoad2002-02-272-4/+52
* diskfree[*] to return free disk space in Kb (Alexei)hugetoad2002-02-271-1/+1
* - added file include/cfg.h and include/cfg.c (Alexei)hugetoad2002-02-209-64/+219
* - partial support for automake (Alexei)hugetoad2002-02-184-21/+298
* - added support for IP addresses for SNMP-enabled hosts (Alexei)hugetoad2002-02-111-1/+8
* - commented #define TEST_PARAMETERS in zabbix_agent.c (Alexei)hugetoad2002-02-071-1/+1
* Added parameter ListenPort to zabbix_agentd and zabbix_trapperd (Alexei)hugetoad2002-02-055-32/+55
* Clean compilation on HP-UX 11.xx (Alexei)hugetoad2002-02-043-19/+10
* Change host status to Unreachable if agent drops connection (Alexei)hugetoad2002-02-041-2/+4
* Minor changes.hugetoad2002-02-041-3/+2
* - added #include <time.h> into db.h (Alexei)hugetoad2002-02-015-6/+21
* Clean compilation on Solaris (Alexei)hugetoad2002-01-311-3/+3
* - check_service[smtp] will send QUIT. Thanks to Charlie. (Alexei)hugetoad2002-01-291-1/+1
* calls to malloc+strcpy changed to strdup() (Alexei)hugetoad2002-01-256-29/+13