summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* - [NTT-16] minor fix (Alexei)alex2007-09-161-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4748 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [NTT-16] added synchronisation of last value and timestamp for DM (Alexei)alex2007-09-061-0/+22
| | | | | | | [svn merge -r4734:4738 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4739 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* [ZBX-1] fixed wrong status of function "nodata" after server restart (Sasha)sasha2007-09-033-1/+11
| | | | | | | [svn merge svn://svn.zabbix.com/branches/1.4 -r4717:4720] git-svn-id: svn://svn.zabbix.com/trunk@4722 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-33] fixed problem in table names in data.sql for PostgreSQL (Sasha)sasha2007-09-031-1/+1
| | | | | | | [svn merge svn://svn.zabbix.com/branches/1.4 -r4714:4717] git-svn-id: svn://svn.zabbix.com/trunk@4719 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-32] fixed incorrect processing of IP ranges in ip_in_list (Sasha)sasha2007-09-032-17/+59
| | | | | | | [svn merge svn://svn.zabbix.com/branches/1.4 -r4710:4714] git-svn-id: svn://svn.zabbix.com/trunk@4716 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-35] fixed processing of PROFILE related macros (Alexei)alex2007-09-011-22/+22
| | | | | | | [svn merge -r4702:4710 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4711 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of macro {ITEM.LASTVALUE} for notifications and trigger names ↵alex2007-08-301-1/+28
| | | | | | | | | (Alexei) [svn merge -r4699:4702 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4703 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed SQL statement in SLA processing. Thanks to Aron Ujvari. (Alexei)alex2007-08-291-1/+1
| | | | | | | [svn merge -r4696:4699 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4700 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-11] fixed Free BSD 4.x 64 bit-related issues (Alexei)alex2007-08-261-2/+2
| | | | | | | [svn merge -r4673:4676 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4677 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed PostgreSQL error in synchronization of graphs (Alexei)alex2007-08-251-2/+2
| | | | | | | [svn merge -r4667:4670 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4671 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation of ZABBIX agent under Mac OS/X (Alexei)alex2007-08-241-1/+1
| | | | | | | [svn merge -r4661:4664 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4665 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed memory leak when processing non-existant trapper item (Alexei)alex2007-08-241-1/+1
| | | | | | | [svn merge -r4658:4661 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4662 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed iregexp() (Alexei)alex2007-08-241-1/+1
| | | | | | | | - fixed detection of __VA_ARGS__ (Eugene) [svn merge -r4654:4655 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4656 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4636:463t of branches/1.4 (Eugene) [added numeric parameters ↵osmiy2007-08-223-4/+201
| | | | | | support for trigger description ' .. '] git-svn-id: svn://svn.zabbix.com/trunk@4639 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4620:4621 of branches/1.4.2 (Eugene) [added ↵osmiy2007-08-202-1/+36
| | | | | | 'system.cpu.num[]' for WinXX] git-svn-id: svn://svn.zabbix.com/trunk@4623 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4616:4617 of branches/1.4.j/ (Eugene) [fixed e-mail sending ↵osmiy2007-08-202-1/+52
| | | | | | to the pedantic qmail] git-svn-id: svn://svn.zabbix.com/trunk@4619 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* removed debug information (Eugene)osmiy2007-08-171-4/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4616 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4612:4613 of branches/1.4.j (Eugene) [fixed communication ↵osmiy2007-08-172-0/+97
| | | | | | between systems with different byte orders] git-svn-id: svn://svn.zabbix.com/trunk@4615 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixes for processing of delta items.alex2007-08-171-8/+8
| | | | | | | [svn merge -r4607:4610 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4611 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - ignore trigger FALSE state if it depends on another trigger (Alexei)alex2007-08-171-1/+4
| | | | | | | [svn merge -r4601:4604 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4605 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved per cpu 'system.cpu.util[]' for linux/solaris (Eugene)osmiy2007-08-1625-340/+569
| | | | | | - added support of 'system.cpu.num' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4600 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added automatic resolution of DNS names for auto-discovery (Alexei)alex2007-08-163-7/+87
| | | | | | | [svn merge -r4589:4592 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4593 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of triggers on delta items. Thanks to Palmertree. (Alexei)alex2007-08-151-18/+49
| | | | | | | [merge -r4586:4589 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4590 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed help string for parameter '-s' of zabbix_sender (Alexei)alex2007-08-151-1/+1
| | | | | | | [svn merge -r4580:4583 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4584 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of negative SNMP integers (Alexei)alex2007-08-151-1/+9
| | | | | | | [svn merge -r4568:4571 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4572 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of MM in format of log timestamps (Alexei)alex2007-08-152-5/+56
| | | | | | | [svn merge -r4565:4568 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4569 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of SNMP octet strings (Alexei)alex2007-08-141-2/+46
| | | | | | | [svn merge -r4561:4562 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4563 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed division by zero in ZABBIX server (Alexei)alex2007-08-131-2/+2
| | | | | | | [svn merge -r4556:4557 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4558 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of parameters NodeNoEvents and NodeNoHistory (Alexei)alex2007-08-138-25/+41
| | | | | | | [svn merge -r4552:4553 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4554 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of new parameter for count(period,value,operator) (Alexei)alex2007-08-121-2/+80
| | | | | | | [svn merge -r4541:4544 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4545 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new trigger function iregexp(), non case-sensitive regexp (Alexei) alex2007-08-122-1/+28
| | | | | | | [svn merge -r4538:4541 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4542 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed synchronisation of delete operation between nodes (Alexei)alex2007-08-103-14/+32
| | | | | | | [svn merge -r4532:4535 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4536 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed problem with libresolv under Solaris 8 (Alexei)alex2007-08-101-1/+1
| | | | | | | [svn merge -r4529:4532 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4533 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4515:4518 of branches/1.4.2/ (Artem) [fixed SLA problem on IT ↵artem2007-08-074-119/+70
| | | | | | Services change, better performance on IT Service update] git-svn-id: svn://svn.zabbix.com/trunk@4519 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* merged rev. 4514:4515 of branches/1.4.2 (Eugene) [ improved SMS sender ]osmiy2007-08-071-25/+74
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4516 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4511:4512 of branches/1.4.2/ (Artem) [fixed getting trigger ↵artem2007-08-061-1/+1
| | | | | | priority] git-svn-id: svn://svn.zabbix.com/trunk@4513 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4501:4502 of branches/1.4.2 (Eugene)osmiy2007-08-021-0/+5
| | | | | | | | [ - added undefined element message 'No **** defined' instead 'Premission deny' (Eugene) - fixed items,graphs,hostgroups deletion (Eugene) - fixed permisions for maps (Eugene) ] git-svn-id: svn://svn.zabbix.com/trunk@4505 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed collector for WinXX (Eugene)osmiy2007-08-0122-30/+48
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4497 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4492:4494 of branches/1.4.2/ (Artem) [fixed getting trigger ↵artem2007-08-011-5/+3
| | | | | | priority - fixed updating services] git-svn-id: svn://svn.zabbix.com/trunk@4495 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added timeout handler for http monitoring (Eugene)osmiy2007-07-311-5/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4490 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed jabber configuration (Eugene)osmiy2007-07-312-36/+244
| | | | | | | - merged rev.4487:4488 of branches/1.4.2 (Eugene) [ fixed 'resolv' library determination && synchronized PHP code with C of services status determination ] git-svn-id: svn://svn.zabbix.com/trunk@4489 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more informative report for confiuration script (Eugene)osmiy2007-07-314-4/+4
| | | | | | - changed installation directory to '' (Eudene) git-svn-id: svn://svn.zabbix.com/trunk@4486 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added more details for JABBER errorsosmiy2007-07-272-8/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4475 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4468:4469 of brunches/1.4.2 (Eugene) [improved inheritance of ↵osmiy2007-07-273-350/+743
| | | | | | template graphs] git-svn-id: svn://svn.zabbix.com/trunk@4470 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed permissions for logfile (Eugene)osmiy2007-07-232-1/+2
| | | | | | | - fixed LDAP warnings for depricated functions (Eugene) - fixed implicit declaration of dbcashe functions (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4463 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of database cache for history and trends (Alexei)alex2007-07-223-20/+144
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4462 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* New function time_diff() (Alexei)alex2007-07-193-7/+79
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4461 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - basic support of database caching (Alexei)alex2007-07-199-20/+626
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4460 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed syntax of keys for external checks (Alexei)alex2007-07-102-13/+28
| | | | | | | [svn merge -r4453:4455 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4456 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed syntax of keys for aggregate items (Alexei)alex2007-07-101-14/+14
| | | | | | | [svn merge -r4451:4453 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4454 97f52cf1-0a1b-0410-bd0e-c28be96e8082