summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* - fixed processing of uptime/downtime timestamps for DM (Alexei)alex2007-05-091-9/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4106 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed support of action "Delete host" (Alexei)alex2007-05-091-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4105 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fix.alex2007-05-091-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4101 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of Include directive for configuration files (Alexei)alex2007-05-091-0/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4099 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - ZABBIX process will exit on config file open error (Alexei)alex2007-05-082-2/+6
| | | | | | | - cosmetic changes for server's option '-h' (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4098 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed coniguration scripts for mysql/net-snmp/curl (Eugene)osmiy2007-05-086-20/+48
| | | | | | | | - fixed SMS sender (Eugene) - timeout for sending emails and SMS was increased to 40 seconds (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4096 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - unknown trigger events won't generate actions (Alexei)alex2007-05-052-3/+23
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4095 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed SQL error under PostgreSQL, again!alex2007-05-051-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4094 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed host.c, constant FALSE replaces by FAIL (Alexei)alex2007-05-051-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4093 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed generation of events for unknown status of triggers (Alexei)alex2007-05-041-2/+11
| | | | | | | - fixed processing of trigger statuses (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4092 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed updating of trigger statuses (Alexei)alex2007-05-041-2/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4091 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of integer items 'status' (Alexei)alex2007-05-041-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4089 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed automatic reload of active checks by agent (Alexei)alex2007-05-031-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4088 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed SQL error under PostgreSQL (Alexei)alex2007-05-031-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4086 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed memory corruption in poller (Alexei)alex2007-05-031-2/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4085 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new templates (Alexei)alex2007-05-011-2/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4077 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fixesalex2007-04-271-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4075 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added host deletion for discovery mobuleosmiy2007-04-273-25/+160
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4068 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed template synchronizator for ZABBIX server (Eugene)osmiy2007-04-277-76/+287
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4067 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Support of LogFileSize for agent.alex2007-04-271-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4066 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation of agent under OpenBSD (Alexei)alex2007-04-273-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4065 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more development of DBmanager on C (Eugene)osmiy2007-04-264-427/+627
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4064 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more developement of DBmanager on C (Eugene)osmiy2007-04-264-204/+401
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4063 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor changes osmiy2007-04-251-28/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4062 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more DBmanager developmentosmiy2007-04-251-100/+363
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4061 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of parameter LogFileSize (Alexei)alex2007-04-253-2/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4060 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed uname for WinXX (Eugene)osmiy2007-04-242-8/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4058 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed configuration file reading for WinXX (Eugene)osmiy2007-04-241-7/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4057 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - updated Spanish translation. Thanks to Ignacio Martin. (Alexei)alex2007-04-241-26/+109
| | | | | | | - fixi of incorrect submit git-svn-id: svn://svn.zabbix.com/trunk@4053 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - updated Spanish translation. Thanks to Ignacio Martin. (Alexei)alex2007-04-241-109/+26
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4052 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - misc fixes for static linkage (Alexei, Eugene)alex2007-04-231-0/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4050 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - do not compile in Curl by default (Alexei)alex2007-04-231-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4049 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* more fixes for new communication protocolosmiy2007-04-232-4/+18
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4047 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more strict processing of response codes of all passive checks (Alexei)alex2007-04-232-29/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4046 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - startrd developement of dbmanager on serversideosmiy2007-04-232-89/+2134
| | | | | | - minor fixes of template linkage on frontend git-svn-id: svn://svn.zabbix.com/trunk@4045 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new logic for poller for unreachable hosts (Alexei)alex2007-04-231-4/+28
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4044 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed fatal error in cbutton.inc.php for some platforms (Alexei)alex2007-04-201-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4043 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed zabbix_server's option -V (Alexei)alex2007-04-191-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4040 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation under Solaris (Alexei)alex2007-04-191-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4039 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.alex2007-04-181-7/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4038 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added discovery based on data receivedfrom ZABBIX and SNMP agents (Alexei)alex2007-04-183-35/+209
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4036 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* win2nixosmiy2007-04-162-17/+17
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4030 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* more fixes for connectionosmiy2007-04-163-12/+25
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4029 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* more communication fixesosmiy2007-04-165-14/+24
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4028 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* win2nixosmiy2007-04-161-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4027 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* fixed winXX comms protocolosmiy2007-04-163-41/+54
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4026 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* win2nix osmiy2007-04-161-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4024 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* new binaries for WinXX osmiy2007-04-163-7/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4023 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* fixed update interval for active checks osmiy2007-04-161-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4021 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* more fixes for new communicationosmiy2007-04-164-197/+69
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4020 97f52cf1-0a1b-0410-bd0e-c28be96e8082