summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Misc changes for 32 bit platform.alex2006-10-307-75/+76
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3412 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed problem when adding a graph under PostgreSQL (Alexei)alex2006-10-301-1/+20
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3409 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of macro {TRIGGER.ID} (Alexei)alex2006-10-301-0/+18
| | | | | | | - added support of macro {EVENT.ID} (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3408 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better calculation of next check timestamp for active items (Alexei)alex2006-10-302-7/+33
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3407 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new algorithm for housekeeping same for all DB engines (Alexei)alex2006-10-301-51/+71
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3406 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed assignment of default listen port for Win agent (Eugene)alex2006-10-301-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3404 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed return value for 'net.tcp.port[]' of Win agent (Eugene)alex2006-10-301-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3403 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - remove left spaces from script full path (Alexei)alex2006-10-301-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3401 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed situations when latest_alarm() may return wrong value (Alexei)alex2006-10-301-9/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3400 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed calculation of delta(#N) (Alexei)alex2006-10-301-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3398 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed calculation of nodata() (Alexei)alex2006-10-271-0/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3395 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed occasional LIBSQLORA8-30002: Memory allocation error. (Alexei)alex2006-10-271-3/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3394 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed system.swap.in[] and system.swap.out[] under Linux 2.4 (Alexei)alex2006-10-271-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3393 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of SNMP HEX and OCTET string values (Alexei)alex2006-10-271-9/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3392 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More changes for distributed monitoring.alex2006-10-103-11/+196
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3335 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added basic support of distributed history (Alexei)alex2006-09-2424-234/+820
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3322 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added processing of distributed events (Alexei)alex2006-09-2210-166/+235
| | | | | | | - restructured code to add function process_event() (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3320 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added basic support of distributed eventsalex2006-09-2117-159/+798
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3318 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - table ALARMS renamed to EVENTS (Alexei)alex2006-09-207-100/+105
| | | | | | | - more development of distributed monitoring git-svn-id: svn://svn.zabbix.com/trunk@3317 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - more development of distributed monitoringalex2006-09-1816-101/+219
| | | | | | | | - 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-146-80/+144
| | | | | | | | | | | | | | - 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-1432-43/+1688
| | | | | | | Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* added incorrect defines to generate error if 'snprintf' and 'sprintf' ↵osmiy2006-09-132-3/+3
| | | | | | functions are used (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3300 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed trigger description substitution in action comporation (Eugene) osmiy2006-09-133-17/+42
| | | | | | | | - fixed trigger description substitution in message subject and body (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3299 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported 3274:3290 from 1.1.2 (Eugene)osmiy2006-09-0819-74/+204
| | | | | | | | | | | | | | | - improved macro variables substitution in message body/subject (Eugene) - minor fix of static linkage (Eugene) - fixed support of PostgreSQL (Eugene) - fixed DBinsert_id function for oracle (Eugene) - fixed autoregistration in oracle system (Eugene) - updated postgresql cheme, added start value for sequencers (Eugene) - fixed limitation of return value of some items (Eugene) - added color selection for trigger severity 'warning' and 'information' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3291 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported r3274 (improved substitution) from 1.1.2osmiy2006-09-013-225/+218
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3278 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of 'pfree' and 'pused' for 'vfs.fs.size' of windows (Eugene)osmiy2006-08-301-0/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3253 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported r3240:3246 ('<=' for trigger severity & '+' for trigger) from 1.1.2osmiy2006-08-301-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3247 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported r3240 (fixed 'cpu.util' for Tru64) from 1.1.2osmiy2006-08-301-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3244 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported r3229:3235 (UserParameters fixing) from 1.1.2osmiy2006-08-291-8/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3239 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* ported r3229 (renamed macro variable) from 1.1.2osmiy2006-08-291-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3233 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* proted r3218:3224 from 1.1.2osmiy2006-08-293-8/+48
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3228 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed Unknown when selcting trigger severity Disaster in action form (Alexei)hugetoad2006-08-112-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3120 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of macro {TRIGGER.COMMENT} (Alexei)hugetoad2006-08-042-1/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3099 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Special processing of LOG_INFORMATION debug level.hugetoad2006-08-041-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3098 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixed setsockopt() in zabbix_agentd (Alexei)hugetoad2006-08-042-7/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3097 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added ZABBIX agent for Win64 platforms. (Eugene)osmiy2006-08-0427-186/+202
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3096 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved sound notification of trigger status changing (Eugene)osmiy2006-08-024-5/+4
| | | | | | | | - developed aggrigated graphs (Eugene) - fixed graphs drawing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3092 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better pattern of distribution of item next checks to improve overallhugetoad2006-08-013-13/+18
| | | | | | | performance (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3080 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-07-271-18/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3077 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed housekeeper, removal of historical and trend data (Alexei)hugetoad2006-07-271-1/+88
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3076 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-07-192-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3066 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of "ayatem.swap.out" key for Linux with kernel 2.4 (Eugene)osmiy2006-07-186-13/+155
| | | | | | | - added support of "ayatem.swap.in" key for Linux with kernel 2.4 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3056 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed "web.page.*" functions (Eugene)osmiy2006-07-172-29/+52
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3055 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* DLL symbols importing added (Eugene)osmiy2006-07-1710-114/+367
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3054 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* win EOL to posix EOL convertionosmiy2006-07-172-3/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3049 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed md5sum calculation (Eugene)osmiy2006-07-179-69/+398
| | | | | | | - realized all finctionality of old Win 32 agent (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3048 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Improved Win32 inegrationosmiy2006-07-1418-84/+231
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3046 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of LDAP services monitoring for Win32 (Eugene)osmiy2006-07-147-225/+271
| | | | | | | | - added support of "net.tcp.service.perf" for Win32 (Eugene) - added support of "net.tcp.service" for Win32 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3045 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* added perf_mon,uptime keys and fixed some functions for win32osmiy2006-07-136-60/+87
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3044 97f52cf1-0a1b-0410-bd0e-c28be96e8082