summaryrefslogtreecommitdiffstats
path: root/include/db.c
Commit message (Collapse)AuthorAgeFilesLines
* - zabbix_suckerd housekeeping process to disconnect fromhugetoad2002-05-121-0/+10
| | | | | | | | | | | | 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
* - parameter Server can consist of list of Zabbix servers (Alexei)hugetoad2002-03-221-1/+6
| | | | | | | | | - SO_LINGER is default socket option for zabbix_sender (Alexei) - added support of NoTimeWait for zabbix_trapperd (Alexei) - fixed schema for PostgreSQL, column disable_until (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@340 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)hugetoad2002-03-211-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@338 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - correct handling of timeout situations for zabbix_agentd (Alexei)hugetoad2002-03-191-2/+2
| | | | | | | - added support for non-syslog logging (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@336 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added partial support for non-syslog logging (Alexei)hugetoad2002-03-181-24/+24
| | | | git-svn-id: svn://svn.zabbix.com/trunk@334 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2002-02-041-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@308 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added #include <time.h> into db.h (Alexei)hugetoad2002-02-011-2/+4
| | | | | | | | | | | - added support for connection to MySQL via Unix socket (Alexei) - configure to find PostgreSQL in /usr/local/lib and /usr/local/include/pgsql (Alexei) - added set of user-defined parameters for monitoring MySQL servers. See misc/conf/zabbix_agent(d).conf (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for DB* parameters in zabbix_suckerd.conf (Alexei)hugetoad2002-01-191-5/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@283 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - zabbix_agentd cannot be ran as root (Alexei)hugetoad2002-01-151-1/+1
| | | | | | | - minor changes git-svn-id: svn://svn.zabbix.com/trunk@280 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - not monitored hosts will not be referenced from System Map (Alexei)hugetoad2001-11-261-31/+0
| | | | | | | | | | | - not monitored hosts will not be shown in form Status of Triggers (Alexei) - in case of network error, zabbix_suckerd will not try to request same parameter during next 120 seconds (Alexei) - zabbix_trapperd will not exit after timeout (Alexei) - added comments to many functions of source code (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@253 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - no full list of triggers and items will be shownhugetoad2001-09-231-0/+2
| | | | | | | | | | - 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 zabbix_agentd. A lot of other changes.hugetoad2001-08-051-12/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@160 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Rename of ITEMS, ACTIONS, FUNCTIONS, ... to DB_ITEMS, DB_ACTIONS, etchugetoad2001-06-201-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@90 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Zabbix_sucker will fork N (default=10) copies of himself to ensure gettinghugetoad2001-06-171-4/+7
| | | | | | | of monitored parameters just in time. git-svn-id: svn://svn.zabbix.com/trunk@82 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Support for macros in email notifications.hugetoad2001-06-161-0/+31
| | | | git-svn-id: svn://svn.zabbix.com/trunk@81 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* List of changes:hugetoad2001-05-311-4/+25
| | | | | | | | | | - fixed zabbix_trapper. Added update_functions (itemid). - finally (!) removed include/sysinfo.h - source code became more structured - call to perror was changed to syslog where necessary git-svn-id: svn://svn.zabbix.com/trunk@80 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added support for PostgreSQL. However, PHP frontend does not support ↵hugetoad2001-04-141-12/+100
| | | | | | PostgreSQL yet. git-svn-id: svn://svn.zabbix.com/trunk@41 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Several changes:hugetoad2001-04-071-8/+6
| | | | | | | | | | | - Improved manual.txt - Added form to change actions - Removed debbug.h and debug.c - both zabbix_sucker and zabbix_alarmer use syslog for printing debug information git-svn-id: svn://svn.zabbix.com/trunk@27 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixed memory leak in case if there is no function for given functionid.hugetoad2001-04-061-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@26 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* FIxed situation when there is no corresponding record in table functions for ↵hugetoad2001-04-041-0/+7
| | | | | | giben functionid. git-svn-id: svn://svn.zabbix.com/trunk@25 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Initial revisionhugetoad2001-03-281-0/+67
git-svn-id: svn://svn.zabbix.com/trunk@2 97f52cf1-0a1b-0410-bd0e-c28be96e8082