summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/poller/poller.c
Commit message (Expand)AuthorAgeFilesLines
* - [DEV-137] Misc bugs and improvementssasha2008-08-131-2/+2
* - [DEV-137] Misc bugs and improvementssasha2008-08-111-2/+18
* - [DEV-137] Misc bugs and improvementssasha2008-08-101-2/+2
* - [DEV-196] improved performance of server modulesasha2008-07-291-145/+158
* - [DEV-140] Heartbeat alerts configurationsasha2008-04-071-52/+34
* - [DEV-109] Serversasha2008-03-111-8/+8
* - [DEV-110] Proxy changes - Discoverersasha2008-02-291-1/+1
* - [DEV-109] Poller. Minor updatesasha2008-02-271-15/+22
* - [DEV-110] Proxy changessasha2008-02-221-7/+0
* - [DEV-109] Server changessasha2008-02-201-11/+10
* - [DEV-109] Server changessasha2008-02-161-2/+1
* - [DEV-109] Server changes - Trappersasha2008-02-151-4/+4
* - [DEV-109] Server changes - Pollersasha2008-02-121-95/+156
* - [ZBX-290] Possible server crash if host dns name is unknownsasha2008-02-011-0/+6
* - [ZBX-132] fixed poller crash (Alexei)alex2007-11-181-8/+4
* - [ZBX-48] fixed server crash if incorrect syntax of aggregate items is used...alex2007-10-111-1/+2
* - [ZBX-70] fixed even more compilation warnings (Alexei)alex2007-09-221-1/+3
* - check timeouted item only after 4*delay seconds (Alexei)alex2007-06-281-0/+10
* - improved main poller loop (Alexei) alex2007-06-251-1/+19
* - developed database monitoring via ODBC (Eugene)osmiy2007-06-081-6/+19
* - fixed SQL error under PostgreSQL, again!alex2007-05-051-1/+1
* - fixed processing of integer items 'status' (Alexei)alex2007-05-041-1/+1
* - fixed SQL error under PostgreSQL (Alexei)alex2007-05-031-1/+1
* - fixed memory corruption in poller (Alexei)alex2007-05-031-2/+6
* - more strict processing of response codes of all passive checks (Alexei)alex2007-04-231-21/+3
* - new logic for poller for unreachable hosts (Alexei)alex2007-04-231-4/+28
* - updated poller to have current system date (Alexei)alex2007-03-281-0/+7
* - added server-side support of external checks. Thanks to Mike Nestor. (Alexei)alex2007-03-241-0/+5
* Beautification of code.alex2007-03-191-28/+75
* - fixed net-snmp compilation (Eugene)osmiy2007-03-131-23/+1
* Code cleanup.alex2007-03-041-2/+2
* Fix in get_nextcheck and cleanup of debug messages.alex2007-03-021-3/+4
* High level DB library split into two: low level and higher level libs.alex2007-02-141-1/+1
* fixed hostname renaming for DB_ITEMosmiy2007-02-071-1/+1
* - added hosts.dns. Host name is for informational purposes only. (Alexei)alex2007-02-051-16/+16
* Improvements of WEB monitoring.alex2007-01-291-10/+61
* - changed type of items.prevorgvalue to preserve data precision (Alexei)alex2007-01-281-2/+7
* - new communication library and protocol (Alexei)alex2007-01-201-1/+1
* Added zabbix_server/httppoller.alex2007-01-031-1/+1
* - added transactional approach to ZABBIX server (Alexei)alex2006-11-291-0/+3
* - new definition of parameter StartTrappers (Alexei)alex2006-11-261-12/+14
* SQLite related changes.alex2006-11-161-4/+14
* Added basic support of distributed history (Alexei)alex2006-09-241-9/+15
* - more development of distributed monitoringalex2006-09-181-4/+4
* Initial integration of distributed monitoring.alex2006-09-141-6/+6
* ported 3274:3290 from 1.1.2 (Eugene)osmiy2006-09-081-1/+1
* - better pattern of distribution of item next checks to improve overallhugetoad2006-08-011-1/+3
* - new more efficient definition of function DBexecute() (Alexei)hugetoad2006-07-131-30/+12
* zabbix-1.2_dev integrationosmiy2006-07-121-22/+27
* - cleaned SQL statements to have mod() instead of % (Alexei)hugetoad2006-05-191-16/+0