summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* - changed PostgreSQL last OID function to pg_last_oid() (Alexei)alex2006-11-101-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3453 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed frontend installation wizard (Eugene)osmiy2006-11-071-39/+95
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3434 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed recursion coping of elements from templateosmiy2006-10-311-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3415 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changes.alex2006-10-301-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3413 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* recreate script updatedosmiy2006-10-271-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3396 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed occasional LIBSQLORA8-30002: Memory allocation error. (Alexei)alex2006-10-271-5/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3394 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed node manager (Eugene)osmiy2006-10-251-14/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3379 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group permission system (Eugene)osmiy2006-10-231-15/+50
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial integration of distributed monitoring.alex2006-09-141-1/+4
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported 3274:3290 from 1.1.2 (Eugene)osmiy2006-09-081-22/+4
| | | | | | | | | | | | | | | - improved macro variables substitution in message body/subject (Eugene) - minor fix of static linkage (Eugene) - fixed support of PostgreSQL (Eugene) - fixed DBinsert_id function for oracle (Eugene) - fixed autoregistration in oracle system (Eugene) - updated postgresql cheme, added start value for sequencers (Eugene) - fixed limitation of return value of some items (Eugene) - added color selection for trigger severity 'warning' and 'information' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3291 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* zabbix-1.2_dev integrationosmiy2006-07-121-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3038 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed srv_status.php: Cannot use object of type CLink ... (Alexei)hugetoad2006-07-111-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3024 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed type of lastlogsize to long in structure METRIC (Alexei)hugetoad2006-06-271-6/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2980 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - quick fix for "system.run[,NOWAIT]" (Eugene)osmiy2006-06-021-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2949 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed text history storing for Oracle (Eugene)osmiy2006-06-021-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2944 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-06-021-2/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2941 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved graphs, added selector of data calculation function (Eugene)osmiy2006-05-311-1/+1
| | | | | | | NOTE: don't finished historical graphs git-svn-id: svn://svn.zabbix.com/trunk@2933 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-311-2/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2927 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of "system.cpu.util[]" key for HPUX (Eugene)osmiy2006-05-291-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2914 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-231-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2888 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed items grouping of Data overview screen (Eugene)osmiy2006-05-231-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2885 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc Oracle fixes.hugetoad2006-05-231-5/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2880 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed limit error in alarms (Eugene)osmiy2006-05-221-1/+2
| | | | | | | | - fixed (2. SQL errors in frontend) (Eugene) from URL: http://www.zabbix.com/forum/showthread.php?t=2837 git-svn-id: svn://svn.zabbix.com/trunk@2876 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed oracle SQL request creating (Eugene)osmiy2006-05-221-12/+14
| | | | | | | - fixed first host selection from list of accessed hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2874 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed authorisation (Eugene)osmiy2006-05-221-6/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2870 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - cleaned SQL statements to have mod() instead of % (Alexei)hugetoad2006-05-191-2/+2
| | | | | | | - fixed displaying of graphs for periods more than 24h (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2862 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Removed row "..." from history, and other screens .... (Eugene)osmiy2006-05-191-4/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2860 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed oracle sql request limitationosmiy2006-05-191-6/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2859 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-181-5/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2852 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed zabbix server crash after SQL request reading (Eugene)osmiy2006-05-151-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2837 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - renamed audit.resource -> resourcetype (Alexei)hugetoad2006-05-141-6/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2831 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More Oracle support (Alexei)hugetoad2006-05-121-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2827 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-121-6/+20
| | | | | | | | | | | | | | - 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-121-2/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-081-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2822 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More support of Oracle.hugetoad2006-05-081-6/+69
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2819 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed action adding (Eugene)osmiy2006-05-051-2/+2
| | | | | | | | - improved ZABBIX logo, open link in new window (Eugene) - added option 'target' for CLink class (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2798 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved 'Latest data' sreen, items grouped by applications (Eugene)osmiy2006-05-031-0/+2
| | | | | | | - added applications for hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2794 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added report "Most Busy Triggers Top 100" (Martins)martinsj2006-05-021-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2791 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed server hanging in calculation of aggregate functions (Alexei)martinsj2006-04-281-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2785 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - unsupported items can be activated by one click (Eugene)osmiy2006-04-261-2/+2
| | | | | | | - each graph from history and graphs remember selected period (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2782 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added Notification Report (Martins)martinsj2006-04-251-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2779 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of aggregate items (Alexei)hugetoad2006-04-201-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2754 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - code optimization (Eugene)osmiy2006-04-191-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2744 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added latest values filtring/marking of log history (Eugene)osmiy2006-04-051-2/+2
| | | | | | | - developed multiple log history viewing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2719 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better performance of right checking and other fixes.:whugetoad2006-03-281-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2712 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "Data overview" for screensosmiy2006-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | - added "Triggers overview" for screens (Eugene) - added blinking into Trigger overview (Eugene) - added screen displaying in other screen (Eugene) - improved Overview table header, vertical text added (Eugene) - developed "ZABBIX Clock" module for screens (Eugene) - developed "ZABBIX server info" module for screens (Eugene) - developed "Triggers info" module for screens (Eugene) - developed "Host info" module for screens (Eugene) - improved screens displaying, added item alignment (Eugene) - improved ZABBIX server report (Eugene) - improved images configuration (Eugene) - added onserver image resizing for thumbs by php (Eugene) - developed acknowledges system (Eugene) - added icons displaying for maps (Eugene) - added maps displaying for maps (Eugene) - improved maps (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2699 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-231-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2684 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added hosekeeper support for frontend (Eugene)osmiy2006-02-221-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2675 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added value mapping for e-mail content (Eugene)osmiy2006-02-221-0/+1
| | | | | | | - fixed frontend (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2671 97f52cf1-0a1b-0410-bd0e-c28be96e8082