summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches
Commit message (Collapse)AuthorAgeFilesLines
...
* - reverted multiple server patch. SQL scripts. (Alexei)hugetoad2005-11-222-42/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2342 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column graphs_items.yaxisside (Alexei)hugetoad2005-11-162-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2323 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column graphs.yaxisside (Alexei)hugetoad2005-11-162-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2322 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table history_uint (Alexei)hugetoad2005-11-142-0/+24
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2313 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Applied MySQL reconnect patch.james_wells2005-11-052-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zabbix_tmp/src/libs/zbxdbhigh/db.c Applied Multiple Server Patch. zabbix/create/mysql/schema.sql zabbix/create/postgresql/schema.sql zabbix/frontends/php/include/config.inc.php zabbix/frontends/php/include/forms.inc.php zabbix/frontends/php/include/items.inc.php zabbix/frontends/php/include/locales/de_de.inc.php zabbix/frontends/php/include/locales/en_gb.inc.php zabbix/frontends/php/include/locales/fr_fr.inc.php zabbix/frontends/php/include/locales/it_it.inc.php zabbix/frontends/php/include/locales/lv_lv.inc.php zabbix/frontends/php/include/locales/ru_ru.inc.php zabbix/frontends/php/include/locales/sp_sp.inc.php zabbix/frontends/php/items.php zabbix/frontends/php/servers.php zabbix/include/common.h zabbix/misc/conf/zabbix_server.conf zabbix/src/zabbix_server/housekeeper/housekeeper.c zabbix/src/zabbix_server/housekeeper/housekeeper.h zabbix/src/zabbix_server/pinger/pinger.c zabbix/src/zabbix_server/pinger/pinger.h zabbix/src/zabbix_server/poller/poller.c zabbix/src/zabbix_server/poller/poller.h zabbix/src/zabbix_server/server.c zabbix/src/zabbix_server/timer/timer.c zabbix/src/zabbix_server/timer/timer.h zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/mysql/patch.sql zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/postgresql/patch.sql git-svn-id: svn://svn.zabbix.com/trunk@2277 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Updated displayed version in UI to 1.1beta3james_wells2005-11-042-0/+2
| | | | | | | | | | | | | | | | | | | | zabbix/frontends/php/include/locales/de_de.inc.php zabbix/frontends/php/include/locales/en_gb.inc.php zabbix/frontends/php/include/locales/fr_fr.inc.php zabbix/frontends/php/include/locales/it_it.inc.php zabbix/frontends/php/include/locales/ja_jp.inc.php zabbix/frontends/php/include/locales/lv_lv.inc.php zabbix/frontends/php/include/locales/ru_ru.inc.php zabbix/frontends/php/include/locales/sp_sp.inc.php Applied span inconsistency patch. zabbix/ChangeLog zabbix/frontends/php/screenedit.php zabbix/frontends/php/screens.php Added dbpatches to support 'User Configurable Refresh' zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/mysql/patch.sql zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/postgresql/patch.sql git-svn-id: svn://svn.zabbix.com/trunk@2264 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-10-112-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2169 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* MInor changes.hugetoad2005-10-112-1/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2166 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added columns alerts.[triggerid,repeats,maxrepeats,nextcheck] (Alexei)hugetoad2005-10-102-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2164 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added new table autoreg (Alexei)hugetoad2005-10-032-0/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2088 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column triggers.error (Alexei)hugetoad2005-09-062-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2045 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column items.logtimefmt (Alexei)hugetoad2005-09-062-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2036 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of hosts profiles (Alexei)hugetoad2005-08-101-0/+20
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1962 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - column history_log.value altered to TEXT (Alexei)hugetoad2005-08-101-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1960 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-08-102-0/+39
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1955 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column history_log.severity (Alexei)hugetoad2005-08-102-1/+5
| | | | | | | - added column history_log.source (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1954 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added columns history_log.timestamp (Alexei)hugetoad2005-08-082-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1949 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new utility zabbix_get (Alexei)hugetoad2005-07-042-0/+4
| | | | | | | | | | | | | | | | | | - added src/zabbix_get/* (Alexei) - user timeout time is configurable (Alexei) - added support of locales on user level (Alexei) - added support of user profiles (Alexei) - removed include/local_en.inc.php - added include/locales/.htaccess (Alexei) - added include/locales/en_en.inc.php (Alexei) - added include/locales/de_de.inc.php (Alexei) - added include/locales/en_en.inc.php (Alexei) - added column users.lang (Alexei) - added column users.autologout (Alexei) - added frontends/php/profile.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1900 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-06-042-6/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1815 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* New structure for escalation and escalation rules tables (Alexei)hugetoad2005-06-042-0/+33
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1812 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table escalation_rules (Alexei)hugetoad2005-06-022-0/+26
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1805 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column screens_items.rowspan (Alexei)hugetoad2005-05-312-0/+2
| | | | | | | - 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-282-0/+9
| | | | | | | | | | | | - 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
* More support for log files.hugetoad2005-05-272-5/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1789 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table 'history_log' (Alexei)hugetoad2005-05-232-0/+24
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1781 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed definition of services.goodsla to double(5.2) (Alexei)hugetoad2005-05-142-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1768 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - configurable format of icon labels for maps (Alexei)hugetoad2005-01-172-0/+4
| | | | | | | - added column sysmaps.label_type (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1615 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-01-132-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1605 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed logic yo update host.available instead of host.status (Alexei)hugetoad2005-01-132-0/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1604 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Removed unnecessary images.hugetoad2005-01-083-3/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1592 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-01-042-2/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1579 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table 'hosts_templates' (Alexei)hugetoad2005-01-032-0/+26
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1575 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table 'escalations' (Alexei)hugetoad2004-12-262-0/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1564 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added link to ZABBIX manual from all forms (Alexei)hugetoad2004-12-182-0/+6
| | | | | | | | | | | | | | | | - icmppingsec to return '0' if cannot ping (Alexei) - added error reason for unsupported items (Alexei) - added error reason for unreachable hosts (Alexei) - added hosts.error (Alexei) - added items.error (Alexei) - added alerts.error (Alexei) - added error reason for undelivered alerts (Alexei) - added upgrades/dbpatches/1.1alpha3_to_1.1alpha4 (Alexei) - fixed empty macros in alert messages if '.' in key (Alexei) - do not show menu item if no permissions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1539 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - removed column items.lastdelete (Alexei)hugetoad2004-12-082-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1528 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2004-11-1423-22/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1482 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added table audit (Alexei)hugetoad2004-09-162-0/+33
| | | | | | | | | | | | | | | | - added audit.php (Alexei) - new default port numbers for agent and trapper, 10050 and 10051 (Alexei) - better internal coding standard for ZABBIX agent (Alexei) - added support for md5sum for files less than 64M (Alexei) - added include md5.c and md5.h (Alexei) - remove trends.php, trend.php (Alexei) - remove compare.php, chart3.php (Alexei) - show trigger dependencies in list of configuration of triggers (Alexei) - make Zabbix reset nextcheck for items when updating or adding a trigger (Alexei) - minimum value of PingerFrequency changed to 1 (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - different icons depending on a triger status for sysmaps (Alexei)hugetoad2004-09-1324-4/+82
| | | | | | | | | | - added column sysmaps_hosts.icon_on (Alexei) - hierarchial maps (Alexei) - added column sysmaps_hosts.url (Alexei) - upgrades/dbpatches/1.0_to_1.1alpha1/data/images/ (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1421 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for custom multiplier (Alexei)hugetoad2004-09-102-0/+26
| | | | | | | | | - added column items.formula (Alexei) - added support of SNMPv3 (Alexei) - added columns snmpv3_* to table items (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1420 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for customised Y axis for graphs (Alexei)hugetoad2004-08-252-0/+8
| | | | | | | - added columns graphs.(yaxistype|yaxismin|yaxismax) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1405 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added housekeeping of trends (Alexei)hugetoad2004-08-082-0/+6
| | | | | | | | | | | | - added column items.trends (Alexei) - added escaping of SQL statements where needed (Alexei) - added src/zabbix_sucker/checks_agent.[h,c] (Alexei) - added src/zabbix_sucker/checks_internal.[h,c] (Alexei) - added src/zabbix_sucker/checks_snmp.[h,c] (Alexei) - added src/zabbix_sucker/checks_simple.[h,c] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1378 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2004-07-171-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1362 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added basic support of background images (Alexei)hugetoad2004-07-151-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1359 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for configurable after-login screen (Alexei)hugetoad2004-05-092-0/+2
| | | | | | | - added column users.url (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1335 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added DB patches for migration to 1.0beta14 (Alexei)hugetoad2004-02-182-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1265 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixed patch for PostgreSQL (Alexei)hugetoad2004-01-131-4/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1176 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More support for different connector types/colors.hugetoad2004-01-042-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1130 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added columns color_on,color_off,drawtype_on,drawtype_off to tablehugetoad2004-01-042-0/+10
| | | | | | | sysmaps_links (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1129 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of macro {HOSTNAME}, removed support ofhugetoad2004-01-032-0/+8
| | | | | | | %s (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1120 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Basic support of trends.hugetoad2003-11-292-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1071 97f52cf1-0a1b-0410-bd0e-c28be96e8082