summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Collapse)AuthorAgeFilesLines
...
* - fixed UserParameters crash on linuxosmiy2007-06-281-4/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4381 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor fix & code cleaning (Eugene)osmiy2007-06-281-16/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4379 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improoved UserParameters for Win32 (Eugene)osmiy2007-06-285-103/+157
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4376 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved main poller loop (Alexei) alex2007-06-251-2/+85
| | | | | | | - fixed int_in_list() function (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4361 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changes.alex2007-06-252-2/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4354 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added better error reporting in zbx_malloc() (Alexei)alex2007-06-222-5/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4339 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed loging for jabber (Eugene)osmiy2007-06-211-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4327 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed reconnection for jabber notifications (Eugene)osmiy2007-06-211-115/+282
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4325 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed incorrect reporting of SMTP error messages (Alexei)alex2007-06-211-42/+42
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4324 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of processing of negative data (Alexei)alex2007-06-211-0/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4320 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of negative numbers in trigger expressions (Alexei)alex2007-06-211-97/+288
| | | | | | | | - more formal logic of execution of trigger expressions (Alexei) - server-side support of quotes in item parameters (num_param, get_param) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4318 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved configuration files reading (Eugene)osmiy2007-06-202-4/+17
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4315 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged -r4295:4296 of branches/1.4.1/ (Eugene) [fixed template aplication ↵osmiy2007-06-141-1/+1
| | | | | | synchronization] git-svn-id: svn://svn.zabbix.com/trunk@4297 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor fixes for sqlite mutexes (Alexei)alex2007-06-141-6/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4295 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged -r4292:4293 of branches/1.4.1/ (Eugene) [fixed NOTSUPPORTED status ↵osmiy2007-06-141-33/+22
| | | | | | for 'net.if.*' of Solaris, thanks to 'juampe'] git-svn-id: svn://svn.zabbix.com/trunk@4294 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged -r4288:4290 branches/1.4.1/ (Eugene) [fixed new cooms protocol for ↵osmiy2007-06-141-0/+2
| | | | | | large data receiving] git-svn-id: svn://svn.zabbix.com/trunk@4292 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added check of memory leaks in zbx_malloc() (Alexei)alex2007-06-146-18/+25
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4289 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - cleaned code to avoid '... may be used uninitialized in this function' ↵alex2007-06-143-8/+7
| | | | | | warnings (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4284 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added PerfCounter configuration parameter (Eugene)osmiy2007-06-132-0/+28
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4279 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor change for Alias (Eugene)osmiy2007-06-132-2/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4269 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed database monitoring via ODBC (Eugene)osmiy2007-06-085-27/+399
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4253 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of cmdline for proc.num and proc.mem (Alexei)alex2007-06-081-21/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4251 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged from branches/1.4.1 rev. 4237:4238 (Eugene) [added availability of ↵osmiy2007-06-051-2/+2
| | | | | | using '[' character for key] git-svn-id: svn://svn.zabbix.com/trunk@4239 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged from branches/1.4.1 rev. 4233:4234 (Eugene) [fixed IT services alarms]osmiy2007-06-051-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4235 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged from branches/1.4.1 rev. 4226:4227 (Eugene) [out of memory for WEB ↵osmiy2007-06-041-1/+1
| | | | | | monitoring] git-svn-id: svn://svn.zabbix.com/trunk@4228 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged from branches/1.4.1 rev. 4224:4225 (Eugene) [fixed memory leak for ↵osmiy2007-06-041-1/+8
| | | | | | discovery] git-svn-id: svn://svn.zabbix.com/trunk@4226 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged from branches/1.4.1 rev. 4220:4221 (Eugene) [Improvements to ↵osmiy2007-06-017-31/+26
| | | | | | server stability] git-svn-id: svn://svn.zabbix.com/trunk@4222 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation for solaris (Eugene)osmiy2007-05-252-4/+44
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4180 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fix.alex2007-05-251-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4178 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixes related to processing of trigger statuses (Alexei)alex2007-05-251-9/+40
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4176 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed discovery crashes (Eugene)osmiy2007-05-251-19/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4175 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor fixes for WinXXosmiy2007-05-242-4/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4171 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added delta value calculation for UINT64 (Eugene)osmiy2007-05-243-5/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4164 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - do not update trigger statuses to unknown for trapper items (Alexei)alex2007-05-221-3/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4159 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed displaying of special chars in trigger description (Alexei)alex2007-05-221-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4156 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed WEB monitoring (Eugene)osmiy2007-05-181-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4150 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new binaryes (Eugene) - fixed socket manager (Eugene)osmiy2007-05-171-5/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4144 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - increased server side key length up to 256 (Eugene)osmiy2007-05-171-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4143 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed active check communication (Eugene) - fixed eventlog (Eugene)osmiy2007-05-173-42/+72
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4142 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - finished WEB monitoring (Eugene)osmiy2007-05-151-5/+3
| | | | | | - tested WEB monitoring (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4137 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Removed SDI.alex2007-05-141-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4127 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added availability to yse '\!' characters in item keys (Eugene)osmiy2007-05-114-599/+865
| | | | | | | - added code documentation - fixed fopen error for installation screen git-svn-id: svn://svn.zabbix.com/trunk@4123 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added availability to yse ')(' characters in item keys (Eugene)osmiy2007-05-101-140/+100
| | | | | | - improved management of trigger (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4119 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fix.alex2007-05-091-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4101 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of Include directive for configuration files (Alexei)alex2007-05-091-0/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4099 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - ZABBIX process will exit on config file open error (Alexei)alex2007-05-081-1/+5
| | | | | | | - cosmetic changes for server's option '-h' (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4098 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed coniguration scripts for mysql/net-snmp/curl (Eugene)osmiy2007-05-084-17/+23
| | | | | | | | - fixed SMS sender (Eugene) - timeout for sending emails and SMS was increased to 40 seconds (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4096 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - unknown trigger events won't generate actions (Alexei)alex2007-05-051-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4095 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed host.c, constant FALSE replaces by FAIL (Alexei)alex2007-05-051-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4093 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed generation of events for unknown status of triggers (Alexei)alex2007-05-041-2/+11
| | | | | | | - fixed processing of trigger statuses (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4092 97f52cf1-0a1b-0410-bd0e-c28be96e8082