summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/screens.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* - [DEV-90] fixed SQL for pgsql (Artem)artem2007-12-271-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@5203 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-208] html output parsing (Artem)artem2007-12-121-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@5164 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-55] Screen elements('graph','simple graph','plain text') are ↵artem2007-11-291-42/+168
| | | | | | 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-61] automatic selection of drop-down element (Artem)artem2007-11-071-3/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4980 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-60] added availability of setting hosts view style in overview & ↵artem2007-11-051-3/+2
| | | | | | screens (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4974 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-54] added zoom for screens (Artem)artem2007-11-011-10/+50
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4965 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-57] added better "hosts info" selection in screens (Artem)artem2007-10-261-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4920 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-56] added better item selection in screens (Artem)artem2007-10-251-5/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4913 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-1] added new graph navigation-bar (Artem)artem2007-10-051-2/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4839 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - merger rev. 4546:4547 of branches/1.4.j [developed data monitoring of ↵osmiy2007-08-131-10/+6
| | | | | | multiple nodes] git-svn-id: svn://svn.zabbix.com/trunk@4549 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixes to SQL statements for pgSQL (Artem)artem2007-08-081-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4522 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added pie graphs (Artem)artem2007-07-161-5/+22
| | | | | | - 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
* - developed slideshows (Eugene)osmiy2007-04-101-0/+40
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3981 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed slideshow configuration (Eugene)osmiy2007-04-051-2/+106
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3977 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added viwer of dicovery events (Eugene)osmiy2007-03-221-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3907 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group permission system (Eugene)osmiy2006-10-231-26/+86
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial integration of distributed monitoring.alex2006-09-141-3/+15
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - renamed screens_items.resource -> resourcetype (Alexei)hugetoad2006-05-141-23/+23
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2835 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - renamed screens.rows ->vsize, cols -> hsize (Alexei)hugetoad2006-05-141-10/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2832 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-121-6/+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-7/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed server hanging in calculation of aggregate functions (Alexei)martinsj2006-04-281-0/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2785 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added latest values filtring/marking of log history (Eugene)osmiy2006-04-051-1/+1
| | | | | | | - developed multiple log history viewing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2719 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed remote commads execution on specific actions (Eugene)osmiy2006-03-211-23/+30
| | | | | | | | | - added "URL" module for screens (Eugene) - fix some bugs - clean code git-svn-id: svn://svn.zabbix.com/trunk@2703 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "Data overview" for screensosmiy2006-03-141-13/+235
| | | | | | | | | | | | | | | | | | | | | | - 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
* zbx_ads() replaced by zabx_dbstr()hugetoad2006-02-081-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2629 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - GUI made immune to SQL injection attacks (Alexei)hugetoad2006-02-021-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2600 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added configurable number of plain text elements for screens (Alexei)hugetoad2005-12-231-4/+4
| | | | | | | - added screens_items.elements (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2419 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column screens_items.rowspan (Alexei)hugetoad2005-05-311-4/+4
| | | | | | | - support of rowspan in screens (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1800 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved monitoring of log files (Alexei)hugetoad2005-05-281-4/+4
| | | | | | | | | | | | - removed all pthread code (Alexei) - added column items.lastlogsize (Alexei) - added column screens_items.colspan (Alexei) - support of colspan in screens (Alexei) - added column media.period (Alexei) - activity period for medias (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1790 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
* - better error reporting for GUI (Alexei)hugetoad2005-05-061-9/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1757 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added frontends/php/include/audit.inc.php (Alexei)hugetoad2005-03-051-0/+98
- added frontends/php/include/users.inc.php (Alexei) - added frontends/php/include/screens.inc.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1688 97f52cf1-0a1b-0410-bd0e-c28be96e8082