summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/graphs.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* - [ZBX-170] fixed availability to zoom past NOW (Artem)artem2007-12-191-2/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@5197 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-85] improvements to graph navigations (Artem)artem2007-12-141-30/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@5177 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-55] Screen elements('graph','simple graph','plain text') are ↵artem2007-11-291-76/+162
| | | | | | extended, added new field in DB,table 'screens_items' 'dynamic' (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5116 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-1] added new graph navigation-bar (Artem)artem2007-10-051-0/+41
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4839 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-72] merged rev. 4791:4792 of branches/1.4/ (Artem) [fixed "After ↵artem2007-09-261-1/+2
| | | | | | graph refreshed in Latest data, Error occurs." issue] git-svn-id: svn://svn.zabbix.com/trunk@4795 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
* - merged rev. 4501:4502 of branches/1.4.2 (Eugene)osmiy2007-08-021-0/+2
| | | | | | | | [ - 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
* - merged rev. 4468:4469 of brunches/1.4.2 (Eugene) [improved inheritance of ↵osmiy2007-07-271-270/+446
| | | | | | template graphs] git-svn-id: svn://svn.zabbix.com/trunk@4470 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed adding new pie graph (Artem)artem2007-07-181-1/+1
| | | | | | - improved javascripts (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4459 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added pie graphs (Artem)artem2007-07-161-69/+78
| | | | | | - added subclasses chart.inc.php and pie.inc.php, extending graph.inc.php (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4458 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added frontend-side support of quotes and triger expression validation ↵osmiy2007-07-051-18/+15
| | | | | | | | | | | | | (Eugene) - merged rev. 4305:4307 [improved trigger expression syntax and validation] - merged rev. 4329:4331 [more support for quotes in key parameters] - merged rev. 4344:4346 [minor improovments] - merged rev. 4431:4432 [added availability of using ":," character for key] git-svn-id: svn://svn.zabbix.com/trunk@4437 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged -r4311:4312 of branches/1.4.1/ (Eugene) [fixed Dashed lines for ↵osmiy2007-06-201-0/+11
| | | | | | graphs] git-svn-id: svn://svn.zabbix.com/trunk@4313 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged -r4309:4310 of branches/1.4.1/ (Eugene) [fixed host and group ↵osmiy2007-06-201-1/+1
| | | | | | remembering on graph monitoring screen] git-svn-id: svn://svn.zabbix.com/trunk@4311 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merged rev. 4205:4207 from branches/1.4.1 (Eugene)osmiy2007-05-301-6/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4208 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added availability to yse '\!' characters in item keys (Eugene)osmiy2007-05-111-4/+40
| | | | | | | - added code documentation - fixed fopen error for installation screen git-svn-id: svn://svn.zabbix.com/trunk@4123 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved parameters validation for frontend (Eugene)osmiy2007-05-091-0/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4104 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed template synchronizator for ZABBIX server (Eugene)osmiy2007-04-271-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4067 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - startrd developement of dbmanager on serversideosmiy2007-04-231-3/+3
| | | | | | - minor fixes of template linkage on frontend git-svn-id: svn://svn.zabbix.com/trunk@4045 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor code cleaning (Eugene)osmiy2007-04-021-112/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3967 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed remembering of previous charts viewed (Eugene)osmiy2007-04-021-3/+8
| | | | | | | | | - fixed color validation (Eugene) - fixed template graphs editing (Eugene) - fixed trigger overview status (Eugene) [THANKS TO: 'ZP Gu' for detailed bug report] git-svn-id: svn://svn.zabbix.com/trunk@3966 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* finished interface for web monitoringosmiy2007-02-011-3/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3782 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved editing of graphs (Eugene)osmiy2006-12-051-2/+102
| | | | | | | | - developed 'Color picker' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3567 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed "Import/Export" system for ZABBIX configurations (Eugene)osmiy2006-11-221-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3504 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed warning displaying (Eugene)osmiy2006-11-151-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3479 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed problem when adding a graph under PostgreSQL (Alexei)alex2006-10-301-2/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3409 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed multitemplate system (Eugene)osmiy2006-10-271-5/+16
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3388 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group permission system (Eugene)osmiy2006-10-231-26/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial integration of distributed monitoring.alex2006-09-141-8/+8
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved sound notification of trigger status changing (Eugene)osmiy2006-08-021-8/+13
| | | | | | | | - developed aggrigated graphs (Eugene) - fixed graphs drawing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3092 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group functionality for graphs (Eugene)osmiy2006-07-201-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3069 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed template unlinking feature (Eugene)osmiy2006-07-181-11/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3057 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed aggrgated graphs (Eugene)osmiy2006-06-011-10/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2935 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved graphs, added selector of data calculation function (Eugene)osmiy2006-05-311-9/+12
| | | | | | | NOTE: don't finished historical graphs git-svn-id: svn://svn.zabbix.com/trunk@2933 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed syncing of graphs with templates (Alexei)hugetoad2006-05-241-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2894 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed graph duplication (Eugene)osmiy2006-05-221-3/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2878 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-121-1/+5
| | | | | | | | | | | | | | - 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-14/+17
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added trigger displaying on graphs (Eugene)osmiy2006-05-021-8/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2792 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved graphs, added 'Working time' displaying (Eugene)osmiy2006-04-281-9/+11
| | | | | | | - added 'Working time' configuration (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2786 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added latest values filtring/marking of log history (Eugene)osmiy2006-04-051-224/+95
| | | | | | | - developed multiple log history viewing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2719 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fixes in frontend.hugetoad2006-02-231-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2683 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added hosekeeper support for frontend (Eugene)osmiy2006-02-221-0/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2675 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved templates logic for graphs (Eugene)osmiy2006-02-171-438/+329
| | | | | | | - improved templates logic for triggers (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2650 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed navigation bar for Sreens (Eugene)osmiy2006-02-131-28/+28
| | | | | | | (http://www.zabbix.com/forum/showthread.php?t=2148) git-svn-id: svn://svn.zabbix.com/trunk@2637 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved Templates logic (Eugene)osmiy2006-02-101-12/+12
| | | | | | | - speed improvement for proc.num of Tru64 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2631 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* zbx_ads() replaced by zabx_dbstr()hugetoad2006-02-081-15/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2629 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Templates improvements.osmiy2006-02-071-10/+30
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2622 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed synchronisation of template graphs when using a template (Alexei)hugetoad2006-02-071-3/+50
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2619 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - GUI made immune to SQL injection attacks (Alexei)hugetoad2006-02-021-13/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2600 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added Graphs synchronization for linked hosts (Eugene)osmiy2005-12-301-85/+404
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2458 97f52cf1-0a1b-0410-bd0e-c28be96e8082