summaryrefslogtreecommitdiffstats
path: root/upgrades
Commit message (Collapse)AuthorAgeFilesLines
* - added events.object (Alexei)alex2007-03-165-4/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3894 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added events.source (Alexei)alex2007-03-162-6/+8
| | | | | | | - renamed events.triggerid -> events.sourceid (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3891 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new tables drules,dchecks,dhosts,dservices (Alexei)alex2007-03-158-0/+80
| | | | | | | | - basic support of auto-discovery (Alexei) - new Server parameter StartDiscoverers (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3890 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - removed support of action repeats (Alexei)alex2007-03-0612-22/+16
| | | | | | | | | - fixed upgrade of rights,sysmaps,sysmaps_elements (Alexei) - fixed initial creation of user rights in data.sql (Alexei) - fixes of PostgreSQL compile (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3875 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added actions.evaltype (Alexei)alex2007-03-062-2/+4
| | | | | | | - added support of all AND, all OR and AND/OR action conditions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3870 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better PostgreSQL patches.alex2007-02-2860-413/+413
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3856 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial PostgreSQL patches.alex2007-02-2861-20/+934
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3855 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Removed unneeded files from MySQL patches.alex2007-02-28112-2235/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3854 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixes of MySQL patches.alex2007-02-285-9/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3853 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fixes of MySQL patch.alex2007-02-281-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3852 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added new table 'ids' which will store last IDs for all tables (Alexei)alex2007-02-272-2/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3841 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added media_type.username, media_type.passwd (Alexei)alex2007-02-061-1/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3794 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added hosts.dns. Host name is for informational purposes only. (Alexei)alex2007-02-051-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3792 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Improvements of WEB monitoring and MySQL upgrade patches.alex2007-02-0159-66/+67
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3784 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* MySQL database upgrade scripts.alex2007-01-30167-0/+2087
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3771 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed type of items.prevorgvalue to preserve data precision (Alexei)alex2007-01-281-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3767 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changes.alex2007-01-153-0/+874
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3715 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Removed old patchesalex2007-01-1524-229/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3710 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Removed old patchesalex2007-01-1576-2531/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3709 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more development of distributed monitoringalex2006-09-183-5/+61
| | | | | | | | - added automatic generation of database schemas (Alexei) - pinger will use unique temporary file name (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3315 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - 'sql' fixes in 'trunk/frontends/php/popup.php' (Eugene)osmiy2006-09-143-0/+74
| | | | | | | | | | | | | | - minor fix of 'trunk/src/libs/zbxcommon/misc.c' (Eugene) - developed SLA calculation periods (Eugene) - developed flexible update intervals for items (Eugene) ported r3213 (fix for 'delay_flex' collumn) from 'branches/1.1-lk/' ported r3202 (flexible update intervals) from 'branches/1.1-lk/' ported r3207 (SLA calculation periods) from 'branches/1.1-lk/' git-svn-id: svn://svn.zabbix.com/trunk@3307 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial integration of distributed monitoring.alex2006-09-143-0/+122
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* update imagesosmiy2006-08-1520-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3197 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor changesosmiy2006-06-021-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2945 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed text history storing for Oracle (Eugene)osmiy2006-06-021-0/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2944 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "set_image_header" function for global image controling (Eugene)osmiy2006-06-021-0/+4
| | | | | | | - Added database patch for oracle (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2938 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed aggrgated graphs (Eugene)osmiy2006-06-012-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2935 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added patches for historical graphs (Eugene)osmiy2006-06-012-0/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2934 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-253-0/+38
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2910 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - dropped suport of delays between actions due to bad design (Alexei)hugetoad2006-05-253-0/+8
| | | | | | | - fixed incorrect handling of actions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2904 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for direct sending of SMS via GSM modem (Alexei)hugetoad2006-05-242-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2897 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added selection button for item keys (Alexei)hugetoad2006-05-182-0/+138
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2854 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new table 'help_items' (Alexei)hugetoad2006-05-182-0/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2853 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed confugration of triggers having logseverity() (Alexei)hugetoad2006-05-182-0/+4
| | | | | | | - changed size of functions.function to varchar(12) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2849 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - renamed screens_items.resource -> resourcetype (Alexei)hugetoad2006-05-142-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2835 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-05-141-0/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2833 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - renamed screens.rows ->vsize, cols -> hsize (Alexei)hugetoad2006-05-141-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2832 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - renamed audit.resource -> resourcetype (Alexei)hugetoad2006-05-141-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2831 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - removed unused table stats (Alexei)hugetoad2006-05-122-0/+2
| | | | | | | | - removed all references to escalations (Alexei) - table audit renamed to auditlog (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2826 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved 'Latest data' sreen, items grouped by applications (Eugene)osmiy2006-05-032-0/+59
| | | | | | | - added applications for hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2794 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added trigger displaying on graphs (Eugene)osmiy2006-05-022-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2792 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor fix (Eugene)osmiy2006-04-282-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2790 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added patchosmiy2006-04-282-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2787 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column alerts.userid (Alexei)hugetoad2006-04-212-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2759 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better performance of right checking and other fixes.:whugetoad2006-03-282-1/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2712 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed remote commads execution on specific actions (Eugene)osmiy2006-03-212-0/+6
| | | | | | | | | - 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-142-0/+65
| | | | | | | | | | | | | | | | | | | | | | - 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
* - added column actions.status (Alexei)hugetoad2006-02-232-0/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2677 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added housekeeper.value (Alexei)hugetoad2006-02-222-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2673 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table housekeeper (Alexei)hugetoad2006-02-222-0/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2672 97f52cf1-0a1b-0410-bd0e-c28be96e8082