summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/actions.inc.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - fixed large SQLs calling (Eugene)osmiy2007-02-121-12/+13
| | | | | | | - increased message size for alerts (Eugene) - fixed macros substitution for messages (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3821 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed graphs in Oracle system (Eugene)osmiy2007-02-071-1/+1
| | | | | | | - fixed trigger expressions with ':' (Eugene) - fixed 'Server info' screen componets (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3804 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - increased message size for alerts (Eugene)osmiy2007-01-151-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3711 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed multitemplate system (Eugene)osmiy2006-10-271-147/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3388 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed node manager (Eugene)osmiy2006-10-251-10/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3379 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group permission system (Eugene)osmiy2006-10-231-44/+73
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial integration of distributed monitoring.alex2006-09-141-5/+12
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported r3240:3246 ('<=' for trigger severity & '+' for trigger) from 1.1.2osmiy2006-08-301-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3247 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - dropped suport of delays between actions due to bad design (Alexei)hugetoad2006-05-251-7/+7
| | | | | | | - fixed incorrect handling of actions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2904 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed oracle sql request limitationosmiy2006-05-191-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2859 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-121-4/+1
| | | | | | | | | | | | | | - 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-6/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed action adding (Eugene)osmiy2006-05-051-1/+1
| | | | | | | | - 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
* - fixed server hanging in calculation of aggregate functions (Alexei)martinsj2006-04-281-0/+57
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2785 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor changes (Eugene)osmiy2006-03-211-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2705 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed remote commads execution on specific actions (Eugene)osmiy2006-03-211-9/+61
| | | | | | | | | - 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 trigger selecton from popup (Eugene)osmiy2006-03-161-2/+1
| | | | | | | | - improved popup selection (Eugene) - improved "IT services" configuration (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2702 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Minor bug fixosmiy2006-02-231-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2681 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added group operations for actions (Eugene)osmiy2006-02-231-5/+11
| | | | | | | - frontend support for action status (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Added value mapping for items (Eugene)osmiy2006-02-211-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2666 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* zbx_ads() replaced by zabx_dbstr()hugetoad2006-02-081-8/+8
| | | | 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
* Getting rid of addslashes.hugetoad2006-01-311-7/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2592 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Frontend improvements (Eugene)osmiy2006-01-261-12/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2565 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added HTML classes into PHP framework (Eugene)osmiy2006-01-111-11/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2514 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Update of actions in GUI.hugetoad2006-01-011-16/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2466 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More changes for new configuration of actions.hugetoad2005-12-281-0/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2436 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-12-271-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2434 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More changes for new configuration of actions.hugetoad2005-12-271-3/+39
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2433 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-12-271-7/+44
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2431 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-12-271-32/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2430 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Not finished:hugetoad2005-12-261-0/+14
| | | | | | | | - new concept of defenition of actions, one screen (Alexei) - new fields for table 'actions' (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2429 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added 'update' operation for triggers of template hosts (Eugene)osmiy2005-12-231-12/+87
| | | | | | | - 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-3/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2358 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Cleanup of PHP code.hugetoad2005-11-251-0/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2357 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor bug fixes as listed on the forum;james_wells2005-10-281-1/+1
| | | | | | | | actions.inc.php had a bug while trying to add actions. forms.inc.php declared multiple inputs without closing them. git-svn-id: svn://svn.zabbix.com/trunk@2230 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-10-111-7/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2171 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - misc fixes for host-templates linkage (Alexei)hugetoad2005-08-291-5/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2009 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-3/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1757 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - hard-linked templates works when deleting an action (Alexei)hugetoad2005-03-171-0/+43
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1706 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - hard-linked templates works when adding an action (Alexei)hugetoad2005-03-171-2/+42
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1704 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added frontends/php/include/actions.inc.php (Alexei)hugetoad2005-03-171-0/+101
git-svn-id: svn://svn.zabbix.com/trunk@1699 97f52cf1-0a1b-0410-bd0e-c28be96e8082