summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart2.php
Commit message (Collapse)AuthorAgeFilesLines
* - developed group permission system (Eugene)osmiy2006-10-231-60/+69
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved sound notification of trigger status changing (Eugene)osmiy2006-08-021-3/+4
| | | | | | | | - developed aggrigated graphs (Eugene) - fixed graphs drawing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3092 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed aggrgated graphs (Eugene)osmiy2006-06-011-2/+10
| | | | 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-4/+2
| | | | | | | NOTE: don't finished historical graphs git-svn-id: svn://svn.zabbix.com/trunk@2933 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
* - added trigger displaying on graphs (Eugene)osmiy2006-05-021-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2792 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved graphs, added 'Working time' displaying (Eugene)osmiy2006-04-281-1/+2
| | | | | | | - added 'Working time' configuration (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2786 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added Hostname for graphs displaying (Eugene)osmiy2006-02-231-2/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2676 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added Graphs synchronization for linked hosts (Eugene)osmiy2005-12-301-2/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2458 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - double sided graphs (Alexei)hugetoad2005-12-011-2/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2379 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor cleanup.hugetoad2005-12-011-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2378 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc cleanup.hugetoad2005-11-241-12/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2356 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-11-161-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2324 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all $_GET and $_POST replaced by $_REQUEST. Thanks to James Wells. (Alexei)hugetoad2005-10-241-13/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2215 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - change copyright to SIA Zabbix (Alexei)hugetoad2005-05-151-2/+2
| | | | | | | | | | - added basic support for log[*] (Alexei) - fixed processing of traps having character ':' (Alexei) - added logfiles.h and logfiles.c (Alexei) - group level start/stop monitoring (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for customised Y axis for graphs (Alexei)hugetoad2004-08-251-1/+4
| | | | | | | - added columns graphs.(yaxistype|yaxismin|yaxismax) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1405 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - use $_GET, $_POST, $_COOKIE to be PHP5-compatible. Thanks to Martin ↵hugetoad2004-08-011-13/+13
| | | | | | MOHNHAUP. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1368 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2004-01-051-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1139 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added 2004 to the Copyright notice.hugetoad2003-12-221-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1091 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Support for graphs_items.sortorder.hugetoad2003-08-121-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@904 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fix for drawtype (Alexei)hugetoad2003-08-031-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@884 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixes for class Graph (Alexei)hugetoad2003-08-031-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@883 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes (Alexei)hugetoad2003-08-031-354/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@882 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed support of user-defined height of graphs (Alexei)hugetoad2003-07-311-1/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@878 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fixes.hugetoad2003-07-201-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@854 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for changing of graph items (Alexei)hugetoad2003-07-201-2/+16
| | | | | | | | | | | - menu will not require more than three lines (Alexei) - fixed dividion by zero in chart2.php (Alexei) - period and start of interval are preserved in full-screen mode (Alexei) - added units in graph legends (Alexei) - table-like legend for user graphs (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@853 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Graphs to support units.hugetoad2003-06-131-1/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@820 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - different styles for user-defined graphs (Alexei)hugetoad2003-04-061-3/+52
| | | | git-svn-id: svn://svn.zabbix.com/trunk@747 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2003-03-291-1/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@731 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Parameter 'noborder' for chart2.php. Required for Screens.hugetoad2003-03-241-1/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@715 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fix of Dark Blue.hugetoad2003-02-131-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@693 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed dark blue color for user-defined chart (Alexei)hugetoad2003-02-131-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@692 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor change.hugetoad2003-01-261-0/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@669 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2002-12-291-7/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@618 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - refresh rate is doubled for user 'guest' (Alexei)hugetoad2002-12-281-1/+1
| | | | | | | - misc changes (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@616 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improvements for chart.php (Alexei)hugetoad2002-12-271-12/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@611 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added severity to pre-defined triggers (Alexei)hugetoad2002-12-271-33/+13
| | | | | | | - many misc changes (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@610 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all <? ?> were changed to <?php ?>. No changes in php.ini required anymore.hugetoad2002-12-071-1/+1
| | | | | | | (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - precision of Change is set to 2 in Latest Values (Alexei)hugetoad2002-11-051-1/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@559 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - automatic resize of all graphs depending on screen size (Alexei)hugetoad2002-10-311-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@552 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support fo JavaScript required now (Alexei)hugetoad2002-10-311-1/+8
| | | | | | | - automatic resize of user-defined graphs depending on screen size (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@551 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Couple of warnings eliminated.hugetoad2002-10-211-7/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@541 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improvements for user-defined graphs. Thanks to Mariusz. (Alexei)hugetoad2002-10-201-43/+143
| | | | | | | - improvements for System Maps. Thanks to Mariusz. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@535 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed permission check for all *.php (Alexei)hugetoad2002-09-071-0/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@483 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Changes in forms.hugetoad2002-08-291-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@471 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changes.hugetoad2002-08-271-11/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@467 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - additional colors for graphs (Alexei)hugetoad2002-08-121-0/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@452 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added upgrades/dbpatches/1.0beta4_to_1.0beta5/ with patches (Alexei)hugetoad2002-08-041-7/+14
| | | | | | | | | | | | | | | | | | | | - added support for disktotal[*] (Alexei) - added support for inodetotal[*] (Alexei) - added support for *,/,+, and - in trigger expressions (Alexei) - removed frontends/php/chart4.php (Alexei) - update item status to UNSUPPORTED in case if SNMP support was not included into zabbix_suckerd (Alexei) - added mysql_init() to DBconnect() (Alexei) - fixed Next100 and Prev100 for case if some hosts are hidden (Alexei) - added select for latest values (Alexei) - delete related services if trigger is deleted (Alexei) - fixed problem with substitution of macros for messages (Alexei) - eliminated DBis_empty() by replacing to DBnum_rows() (Alexei) - MAX_STRING_LEN increased to 4096 (Alexei) - fixed zabbix_log(). Possible coredump if data contains %s, etc (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@445 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed grid size for all graphs (Alexei)hugetoad2002-07-311-13/+22
| | | | | | | | | - added frontends/php/chart4.php (Alexei) - added frontends/php/compare.php (Alexei) - redesigned all graphs (changed colors, etc) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@444 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - php/include/*inc renamed to php/include/*inc.php (Alexei)hugetoad2002-06-171-1/+1
| | | | | | | | | - check of source IP address for trapped values (Alexei) - added include/security.h and include/security.c (Alexei) - added items.trapper_hosts (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@411 97f52cf1-0a1b-0410-bd0e-c28be96e8082