summaryrefslogtreecommitdiffstats
path: root/upgrades
Commit message (Collapse)AuthorAgeFilesLines
...
* - added column alarms.value (Alexei)hugetoad2002-06-031-0/+18
| | | | | | | | | | - removed column alarms.istrue (Alexei) - added columns triggers.status (Alexei) - added columns triggers.value (Alexei) - removed column triggers.istrue (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@401 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - housekeeping period for alarms and alerts to be set in days (Alexei)hugetoad2002-06-012-0/+4
| | | | | | | - created directory upgrades/dbpatches/1.0beta3_to_1.0beta4 (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@397 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changeshugetoad2002-05-132-4/+28
| | | | git-svn-id: svn://svn.zabbix.com/trunk@363 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for new trigger status - UNKNOWN (Alexei)hugetoad2002-05-122-0/+23
| | | | git-svn-id: svn://svn.zabbix.com/trunk@360 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - zabbix_suckerd housekeeping process to disconnect fromhugetoad2002-05-122-0/+17
| | | | | | | | | | | | DB when unactive (Alexei) - support for check_service[http] (Alexei) - drop column config.password_required (Alexei) - drop column users.groupid (Alexei) - drop table groups (Alexei) - added parameter DBConnectOnEach for zabbix_trapperd (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@359 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - column functions.lastvalue changed to varchar(255) (Alexei)hugetoad2002-04-022-0/+14
| | | | | | | | | | | | | - column items.lastvalue changed to varchar(255) (Alexei) - column items.prevvalue changed to varchar(255) (Alexei) - changed definition of DebugLevel (Alexei) - support for version[zabbix_agent] (Alexei) - better validation of trigger expressions in validate_expression (Alexei) - common parser of config files in include/cfg.c (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@343 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column value_type to table items_template (Alexei)hugetoad2002-03-312-0/+11
| | | | | | | | - support for system[uname] (Alexei) - support for system[hostname] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@342 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)hugetoad2002-03-212-0/+18
| | | | git-svn-id: svn://svn.zabbix.com/trunk@338 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changeshugetoad2002-01-212-4/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@296 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Updated schemas and patches for 1.0beta1.hugetoad2002-01-202-0/+56
| | | | git-svn-id: svn://svn.zabbix.com/trunk@290 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column URL to table triggers (Alexei)hugetoad2002-01-151-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@278 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - in case of network error, zabbix_suckerd will not try to request any ↵hugetoad2001-12-152-0/+2
| | | | | | | | | | | parameters from the host during next 120 seconds (Alexei) - added directory upgrades/dbpatches/1.0alpha12_to_1.0beta1 (Alexei) - added column disabled_until to table hosts (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@264 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added columns alert_history and alarm_history to table config (Alexei)hugetoad2001-11-242-0/+6
| | | | | | | | | | | - added link from graphs to trends and vs (Alexei) - housekeeping process in zabbix_suckerd will also delete old records from tables alerts and alarms (Alexei) - added directory upgrades/dbpatches/1.0alpha11_to_1.0alpha12 (Alexei) - added index on column "clock" for table alarms (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@252 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Parameter tcp_count is not supported anymore (Alexei)hugetoad2001-09-272-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@222 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - no full list of triggers and items will be shownhugetoad2001-09-233-1/+70
| | | | | | | | | | - deleted column triggers.lastcheck - fixed PostgreSQL upgrade patch to 1.0alpha10 - if item.history==0, not values will be added to table history for this item - added directory upgrades/dbpatches/1.0alpha10_to_1.0alpha11/ git-svn-id: svn://svn.zabbix.com/trunk@211 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added support for trigger dependencieshugetoad2001-09-172-0/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@203 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added directory upgrades/dbpatches/1.0alpha9_to_1.0alpha10/hugetoad2001-09-042-0/+8
| | | | | | | | | | - removed parameters net[listen_21],net[listen_22],net[listen_25],net[listen_110], net[listen_143] - added parameters check_service[ftp],check_service[smtp],check_service[ssh],check_service[pop], check_service[nntp],check_service[imap] git-svn-id: svn://svn.zabbix.com/trunk@197 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* One of indexes of table functions was incorrectly defined as unique.hugetoad2001-08-132-0/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@165 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2001-08-111-0/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@161 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* IP address can be used fro connections to a host.hugetoad2001-08-022-0/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@159 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Support for MD5 hash instead of plain text passwords.hugetoad2001-07-281-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@147 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added index (triggerid,clock) for table alarmshugetoad2001-07-232-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@143 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added column icon to table sysmaps_hosts. Added table help.hugetoad2001-07-102-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@134 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Color attribute added to each parameter of graph.hugetoad2001-07-082-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@132 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Full screen mode for form Status of Triggers.hugetoad2001-07-051-2/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@126 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Patches for alpha6->alpha7. Fixed bug with lost status of trigger.hugetoad2001-07-032-0/+141
| | | | git-svn-id: svn://svn.zabbix.com/trunk@122 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added columns items.snmp_oid and items.snmp_community.hugetoad2001-06-194-2/+54
| | | | git-svn-id: svn://svn.zabbix.com/trunk@86 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added column type for table items.hugetoad2001-06-192-49/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@84 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added patches for 1.0alpha3 -> 1.0alpha4 migration.hugetoad2001-05-292-0/+49
git-svn-id: svn://svn.zabbix.com/trunk@67 97f52cf1-0a1b-0410-bd0e-c28be96e8082