summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/triggers.inc.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - added availability of template triggers changing directly on host (Eugene)osmiy2006-10-311-7/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3417 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
* - developed multitemplate system (Eugene)osmiy2006-10-271-6/+17
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3388 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group permission system (Eugene)osmiy2006-10-231-81/+236
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial integration of distributed monitoring.alex2006-09-141-10/+12
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed Unknown when selcting trigger severity Disaster in action form (Alexei)hugetoad2006-08-111-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3120 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed incorrect disabling of actions while deleting a trigger (Alexei)hugetoad2006-08-031-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3095 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group functionality for graphs (Eugene)osmiy2006-07-201-3/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3069 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed template unlinking feature (Eugene)osmiy2006-07-181-13/+39
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3057 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed oracle sql request limitationosmiy2006-05-191-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2859 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed trigger value changing (Eugene)osmiy2006-05-161-5/+33
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2842 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More Oracle support (Alexei)hugetoad2006-05-121-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2827 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-121-33/+32
| | | | | | | | | | | | | | - 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-32/+34
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-081-2/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2821 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - code optimization (Eugene)osmiy2006-04-191-5/+56
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2744 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix permission check for overviews (Eugene)osmiy2006-04-181-1/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2742 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Hide disabled triggers from overview screen (Eugene)osmiy2006-04-131-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2735 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Added recursion in trigger status changing (Eugene)osmiy2006-04-131-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2734 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added vertical text for OVERVIEW (Eugene)osmiy2006-04-121-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2733 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better performance of right checking and other fixes.:whugetoad2006-03-281-3/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2712 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "Data overview" for screensosmiy2006-03-141-16/+66
| | | | | | | | | | | | | | | | | | | | | | - 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 fixes.hugetoad2006-02-241-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2689 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added group operations for actions (Eugene)osmiy2006-02-231-1/+12
| | | | | | | - frontend support for action status (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved templates logic for graphs (Eugene)osmiy2006-02-171-0/+3
| | | | | | | - improved templates logic for triggers (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2650 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Added suport of new host<->templates logic for Triggers (Eugene)osmiy2006-02-151-350/+708
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2644 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* zbx_ads() replaced by zabx_dbstr()hugetoad2006-02-081-14/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2629 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Templates improvements.osmiy2006-02-071-101/+155
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2621 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Frontend improvements.hugetoad2006-02-061-1/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2608 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - GUI made immune to SQL injection attacks (Alexei)hugetoad2006-02-021-15/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2600 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Getting rid of addslashes.hugetoad2006-01-311-8/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2592 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed trigger linkage form (Alexei)hugetoad2006-01-121-7/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2521 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed error when deleting a trigger (Alexei)hugetoad2006-01-091-11/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2500 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More changes for new configuration of actions.hugetoad2005-12-271-0/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2433 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added 'update' operation for triggers of template hosts (Eugene)osmiy2005-12-231-0/+73
| | | | | | | - added 'update' operation for operations of template hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2422 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Getting rid of DBget_field (Alexei)hugetoad2005-11-251-21/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2358 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-09-081-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2056 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-09-071-3/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2052 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - misc fixes for host-templates linkage (Alexei)hugetoad2005-08-291-4/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2009 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed addition of triggers to linked hosts (Alexei)hugetoad2005-08-291-4/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2008 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed addition of complex triggers for linked hosts (Alexei)hugetoad2005-07-101-3/+5
| | | | | | | - better localisation support (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1903 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
* Minor changes.hugetoad2005-05-061-0/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1760 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better error reporting for GUI (Alexei)hugetoad2005-05-061-18/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1757 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - hard-linked templates works when adding an action (Alexei)hugetoad2005-03-171-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1704 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - hard-linked templates works when deleting a trigger (Alexei)hugetoad2005-03-161-0/+36
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1698 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-03-161-8/+40
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1697 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-03-151-0/+32
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1694 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added frontends/php/include/triggers.inc.php (Alexei)hugetoad2005-03-051-0/+341
- added frontends/php/include/graphs.inc.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1689 97f52cf1-0a1b-0410-bd0e-c28be96e8082