summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix for overflow in configuration IP address.hugetoad2002-01-231-1/+1
* Minor changeshugetoad2002-01-211-3/+6
* - support for parameter Server in zabbix_agent.conf (Alexei)hugetoad2002-01-191-15/+80
* 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
* - support for DB* parameters in zabbix_suckerd.conf (Alexei)hugetoad2002-01-191-1/+29
* Minor fix related to switch statements.hugetoad2002-01-191-3/+3
* - zabbix_agentd cannot be ran as root (Alexei)hugetoad2002-01-152-23/+34
* - added file misc/conf/zabbix_suckerd.conf (Alexei)hugetoad2002-01-151-12/+149
* - character '.' can be used in definition of monitored paramatershugetoad2002-01-133-5/+30
* - added user-defined sorting to form "Latest Values" (Alexei)hugetoad2002-01-061-4/+28
* - fixed uninterruptable calls to connect() in zabbix_suckerd (Alexei)hugetoad2002-01-041-1/+7
* - added srv_status.html and services.html (Alexei)hugetoad2001-12-271-3/+16
* - number of forked zabbix_agentd decreased to 5 (Alexei)hugetoad2001-12-193-6/+14
* - support for advanced zabbix_agentd.conf (Alexei)hugetoad2001-12-163-16/+109
* - in case of network error, zabbix_suckerd will not try to request any param...hugetoad2001-12-151-7/+30
* - added "-lcrypto" to SNMP library detection in configure.in (Alexei)hugetoad2001-12-042-0/+4
* - cksum[/etc/inetd.conf] will not be supporter for a while (Alexei)hugetoad2001-11-271-1/+1
* - not monitored hosts will not be referenced from System Map (Alexei)hugetoad2001-11-265-241/+111
* - added columns alert_history and alarm_history to table config (Alexei)hugetoad2001-11-242-9/+46
* Minor changeshugetoad2001-11-232-7/+11
* - added support for opertor '=' (Alexei)hugetoad2001-10-141-12/+10
* More changes in timeout handling (Alexei)hugetoad2001-10-132-12/+58
* doc/manual.lyx created (Alexei)hugetoad2001-10-121-2/+5
* No SA_RESTART flag for sigaction() (Alexei)hugetoad2001-10-122-2/+2
* - signal() was changed to sigaction() (Alexei)hugetoad2001-10-082-36/+26
* - more changes in timeout handling (Alexei)hugetoad2001-10-082-4/+3
* - changes in timeout handling (Alexei)hugetoad2001-10-072-15/+36
* - added support for cksum[*], "*" can be any filename (Alexei)hugetoad2001-10-072-67/+211
* Minor fix.hugetoad2001-10-061-1/+1
* - added support for memory[free], memory[total] and memory[shared]hugetoad2001-10-062-1/+54
* - minor fixes in doc/manual.txt (Alexei)hugetoad2001-10-062-1/+19
* New type of parameters: parameter[*], actual value of "*" canhugetoad2001-10-051-30/+45
* Zabbix_agentd will lower scheduling priority to 5 (Alexei)hugetoad2001-10-011-4/+15