summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor change.alex2007-09-181-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4757 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* [DEV-23] improvements in configure.in IPv6 (Sasha)sasha2007-09-1716-262/+842
| | | | | | | | | | | | | | [DEV-23] Autodiscovery for IPv6 (Sasha) [DEV-17] Add support of IPv6 to standard library (comms.c) (Sasha) [DEV-21] extended size of IP fields to accept IPv6 style IPs (Alexei) [DEV-21] added basic validation of IPv6 IP addresses in GUI (Alexei) [DEV-18] Modified structures of include/db.h to have larger length for IP addresses. [DEV-18] database schema enhanced for IPv6 addresses (Alexei) Minor fix for confgure.in. support of --enable-ipv6 for configure.in (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4752 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [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-062-0/+23
| | | | | | | [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
* - merged rev. 4731:4733 of branches/1.4 (Artem) [changes default method for ↵artem2007-09-062-2/+3
| | | | | | form to 'post'] git-svn-id: svn://svn.zabbix.com/trunk@4735 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4729:4730 of branches/1.4.j (Artem) [[NTT-14] fixed ↵artem2007-09-061-10/+13
| | | | | | "Configuration->Action Can't do anything with actions" issue] git-svn-id: svn://svn.zabbix.com/trunk@4732 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* [ZBX-1] fixed wrong status of function "nodata" after server restart (Sasha)sasha2007-09-034-1/+12
| | | | | | | [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-033-4431/+4432
| | | | | | | [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-033-17/+60
| | | | | | | [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
* - [DEV-13] fixed graph issue in Latest Data (Artem)artem2007-09-031-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4713 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-35] fixed processing of PROFILE related macros (Alexei)alex2007-09-012-22/+23
| | | | | | | [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-304-3/+41
| | | | | | | | | (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-292-1/+2
| | | | | | | [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
* - updated Spanish translation. Thanks to Ignacio Martin. (Alexei) alex2007-08-292-165/+210
| | | | | | | [svn merge -r4693:4696 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4697 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-24] fixed Queue to show status of current node only (Alexei)alex2007-08-282-0/+4
| | | | | | | [svn merge -r4690:4693 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4695 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of encoding of log files to displayed encoding (Alexei)alex2007-08-284-2/+20
| | | | | | | [svn merge -r4686:4690 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4692 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4682:4686 of branches/1.4/ (Artem) [minor changes in Events menu]artem2007-08-281-21/+26
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4687 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4679:4682 of branches/1.4/ (Artem) [fixed User Rights Issue, ↵artem2007-08-271-1/+1
| | | | | | cformtable now creates forms based on post method by default] git-svn-id: svn://svn.zabbix.com/trunk@4683 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-12] fixed calculations in ZABBIX availability report (Alexei)alex2007-08-262-1/+2
| | | | | | | [svn merge -r4676:4679 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4680 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-11] fixed Free BSD 4.x 64 bit-related issues (Alexei)alex2007-08-264-5/+31
| | | | | | | [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
* - ZBX-10 added Russian translation. Thanks to Hiddenman. (Alexei)alex2007-08-262-608/+898
| | | | | | | [svn merge -r4670:4673 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4674 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed PostgreSQL error in synchronization of graphs (Alexei)alex2007-08-253-4/+5
| | | | | | | [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
* - minor grammar fixes (Alexei)alex2007-08-253-6/+7
| | | | | | | [svn merge -r4664:4667 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4669 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation of ZABBIX agent under Mac OS/X (Alexei)alex2007-08-242-1/+2
| | | | | | | [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-242-1/+2
| | | | | | | [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 unefficient SQL in browsing of events (Alexei)alex2007-08-242-0/+3
| | | | | | | [svn merge -r4655:4658 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4659 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed iregexp() (Alexei)alex2007-08-242-1/+3
| | | | | | | | - 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
* - fixed determination of __VA_ARGS__ (Eugene)osmiy2007-08-241-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4654 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4647:4651 of branches/1.4/ (Artem) [added availability to ↵artem2007-08-243-28/+41
| | | | | | show/hide triggers with 'unknown' statements in monitoring->Triggers] git-svn-id: svn://svn.zabbix.com/trunk@4653 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed SQL for PostgreSQL (Artem)artem2007-08-242-10/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4650 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed blinking for IE (Artem)artem2007-08-242-2/+25
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4649 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4642:4644 of branches/1.4/ (Artem) [fixes in JS for IE]artem2007-08-232-5/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4645 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4596:4597 of branches/1.4.j/ (Artem) [improved some ↵artem2007-08-235-204/+237
| | | | | | javascripts, minor changes] git-svn-id: svn://svn.zabbix.com/trunk@4643 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4636:463t of branches/1.4 (Eugene) [added numeric parameters ↵osmiy2007-08-2216-38/+315
| | | | | | support for trigger description ' .. '] git-svn-id: svn://svn.zabbix.com/trunk@4639 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed SQL problem in Configuration->Graphs, all graphs selected (Alexei)alex2007-08-212-1/+5
| | | | | | | [svn merge -r4633:4634 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4635 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4628:4629 of branches/1.4.2 (Eugene) [fixed validation of ↵osmiy2007-08-202-1/+2
| | | | | | trigger expression] git-svn-id: svn://svn.zabbix.com/trunk@4630 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4625:4626 of branches/1.4.2 (Eugene) [fixed '{HOSTNAME}' ↵osmiy2007-08-202-4/+6
| | | | | | macros using for actions] git-svn-id: svn://svn.zabbix.com/trunk@4627 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new WinXX binarys (Eugene)osmiy2007-08-204-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4624 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4620:4621 of branches/1.4.2 (Eugene) [added ↵osmiy2007-08-203-4/+42
| | | | | | '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-203-1/+53
| | | | | | 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-174-0/+105
| | | | | | 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
* - fixed frontend to accept trigger function time() (Alexei)alex2007-08-172-6/+8
| | | | | | | [svn merge -r4604:4607 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4608 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - ignore trigger FALSE state if it depends on another trigger (Alexei)alex2007-08-172-1/+5
| | | | | | | [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
* - added new templates: Template_Cisco_PIX_525,alex2007-08-172-3266/+4427
| | | | | | | | | | Template_Dell_PowerConnect_6248, Template_APC_Battery, Template_HP_InsightManager, Template_Dell_OpenManage, Template_Cisco_PIX, Template_Dell_PowerEdge (Alexei) [svn merge -r4597:4601 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4602 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved per cpu 'system.cpu.util[]' for linux/solaris (Eugene)osmiy2007-08-1629-341/+582
| | | | | | - added support of 'system.cpu.num' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4600 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4596:4597 of branches/1.4.2/ (Artem) [fixes for show/hide ↵artem2007-08-161-8/+9
| | | | | | 'unknown' statements in events] git-svn-id: svn://svn.zabbix.com/trunk@4598 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added automatic resolution of DNS names for auto-discovery (Alexei)alex2007-08-165-7/+89
| | | | | | | [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-152-18/+50
| | | | | | | [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