summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* - added support for direct sending of SMS via GSM modem (Alexei)hugetoad2006-05-243-363/+64
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2897 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Additions for SMS.hugetoad2006-05-243-1/+469
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2896 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - converted versions to 1.1beta12.hugetoad2006-05-241-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2895 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed applying of actions having Trigger Value in condition (Alexei)hugetoad2006-05-241-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2892 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed evaluation of aggregate functions (Alexei)hugetoad2006-05-241-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2891 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-232-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2889 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-231-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2888 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - eliminated function DBaffected_rows() (Alexei)hugetoad2006-05-232-40/+20
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2883 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more port for Oracle.hugetoad2006-05-232-16/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2879 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed evaluation of action's conditions (Alexei)hugetoad2006-05-221-47/+43
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2871 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fiex agent.ping for Windows agent (Alexei)hugetoad2006-05-223-2/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2868 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - cleaned SQL statements to have mod() instead of % (Alexei)hugetoad2006-05-191-16/+0
| | | | | | | - fixed displaying of graphs for periods more than 24h (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2862 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed 'EventLog' monitoring for Win32 ZABBIX agent (Eugene)osmiy2006-05-1814-498/+399
| | | | | | | - fixed Win32 ZABBIX agent crash (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2857 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed evaluation of simple checks (Alexei)hugetoad2006-05-171-1/+83
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2847 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fixes.hugetoad2006-05-171-6/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2846 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed trigger value changing (Eugene)osmiy2006-05-161-18/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2842 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed Win32 ZABBIX agent log monitoring (Eugene)osmiy2006-05-158-32/+31
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2840 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed update of trigger status (Eugene)osmiy2006-05-152-1/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2838 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed zabbix server crash after SQL request reading (Eugene)osmiy2006-05-158-45/+61
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2837 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed evaluation of max,min,count,sum for item having integer values (Alexei)hugetoad2006-05-141-19/+135
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2829 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of special unit "unixtime" (Alexei)hugetoad2006-05-131-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2828 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - removed unused table stats (Alexei)hugetoad2006-05-122-40/+0
| | | | | | | | - removed all references to escalations (Alexei) - table audit renamed to auditlog (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2826 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-1222-3/+449
| | | | | | | | | | | | | | - developed 'net.if.total[*]' parameter (Eugene) - fixed new map link adding (Eugene) - fixed host group adding (Eugene) - fixed map displaying (Eugene) - fixed 'No permissions' for 'Latest data','Triggers','Alarms' screens (Eugene) - fixed permision deletion (Eugene) - fixed 'get_map_by_sysmapid' function calls(Eugene) - improved php code execution speed (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2825 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixes to zabbix_sender and other changes (Alexei)hugetoad2006-05-123-4/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - integer values will not be treated a sunsupported for items having type ↵hugetoad2006-05-084-9/+26
| | | | | | | | | float (Alexei) - fixed is_double() (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2818 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-076-69/+48
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2816 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better performance for MySQL. Conversion to DBfetch().hugetoad2006-05-0717-934/+537
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2815 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-071-6/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2814 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-067-75/+79
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2813 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved performance of MySQL calls (Alexei)hugetoad2006-05-065-102/+109
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2812 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-061-7/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2811 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More oracle support.hugetoad2006-05-062-6/+27
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2810 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More support of Oracle.hugetoad2006-05-062-2/+29
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2809 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-061-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2808 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-061-0/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2807 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More support of Oracle.hugetoad2006-05-061-2/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2806 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Changes for Oracle support.hugetoad2006-05-0620-77/+85
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2805 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-051-1/+24
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2804 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - started development of Oracle support (Alexei)hugetoad2006-05-059-10/+29
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2802 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added server's parameter UnreachableDelay (Alexei)hugetoad2006-05-054-21/+25
| | | | | | | - added server's parameter UnreachablePeriod (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2801 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed wrong logic in processing of timeouts and network errors (Alexei)hugetoad2006-05-053-19/+40
| | | | | | | - added server's parameter UnavailableDelay (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2800 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved support of proc.num[<process>,<user name>] for win32 agent (Eugene)osmiy2006-05-059-217/+738
| | | | | | | - replaced old naming of items by new naming for win32 agent (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2799 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed server hanging in calculation of aggregate functions (Alexei)hugetoad2006-04-271-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2784 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of proc.mem[] for AIX (Eugene)osmiy2006-04-2510-441/+281
| | | | | | | - added support of proc.num[] for AIX (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2780 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added 'command line' parameter for Tru64 proc.mem[] (Eugene)osmiy2006-04-242-426/+398
| | | | | | | | | - improved proc.num[] for Tru64 (Eugene) - added 'command line' parameter for Solaris proc.mem[] (Eugene) - added 'command line' parameter for Solaris proc.num[] (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2778 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* MInor changes.CVS: ↵hugetoad2006-04-242-0/+0
| | | | | | ---------------------------------------------------------------------- git-svn-id: svn://svn.zabbix.com/trunk@2776 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-241-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2775 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-241-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix proc.mem for linux (Eugene)osmiy2006-04-241-11/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2772 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More development of aggregate functions.hugetoad2006-04-241-34/+42
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2770 97f52cf1-0a1b-0410-bd0e-c28be96e8082