summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo/linux
Commit message (Collapse)AuthorAgeFilesLines
* - [DEV-137] Misc bugs and improvementssasha2008-04-281-64/+57
| | | | git-svn-id: svn://svn.zabbix.com/trunk@5662 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-365] added support of long process names for proc.num and proc.mem, ↵sasha2008-04-281-483/+329
| | | | | | | | | Linux 2.6 [svn merge svn://svn.zabbix.com/branches/1.4 -r5653:5659] git-svn-id: svn://svn.zabbix.com/trunk@5660 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-159] added support of vm.memory.size[available] under Linux (Alexei)alex2007-11-161-0/+33
| | | | | | | [svn merge -r5061:5066 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@5067 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-106] support of 16 processors for system.cpu.util[], other fixes ↵alex2007-11-151-1/+1
| | | | | | | | | (Alexei) [svn merge -r5054:5057 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@5058 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-154] minor additional fixes for 'pused' under Linux (Alexei)alex2007-11-141-4/+4
| | | | | | | [svn merge -r5023:5028 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@5029 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-154] fixed processing of comma in zbx.fs.size[] (Alexei)alex2007-11-131-24/+24
| | | | | | | [svn merge -r5018:5020 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@5021 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-149] fixed incorrect processing of vm.memory.size key in FreeBSDsasha2007-11-091-0/+36
| | | | | | | | - [ZBX-109] added support of vm.memory.size[pfree] Linux, FreeBSD & Win agents [svn merge -r4992:4994 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4995 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-70] fixed even more compilation warnings (Alexei)alex2007-09-222-3/+13
| | | | | | | [svn merge -r4773:4776 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4777 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved per cpu 'system.cpu.util[]' for linux/solaris (Eugene)osmiy2007-08-162-174/+72
| | | | | | - added support of 'system.cpu.num' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4600 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed collector for WinXX (Eugene)osmiy2007-08-011-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4497 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - cleaned code to avoid '... may be used uninitialized in this function' ↵alex2007-06-141-1/+1
| | | | | | warnings (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4284 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed database monitoring via ODBC (Eugene)osmiy2007-06-081-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4253 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of cmdline for proc.num and proc.mem (Alexei)alex2007-06-081-21/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4251 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed support of 'curl' library (Eugene)osmiy2007-04-031-1/+1
| | | | | | | | | | - added suport of 'automake' v1.6 (Eugene) - fixed oracle support (Eugene) - added support of MySQL v3.23 (Eugene) - fixed 'gen.pl' for UTF8 (Eugene) - more minor fixes git-svn-id: svn://svn.zabbix.com/trunk@3971 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed net-snmp compilation (Eugene)osmiy2007-03-1311-22/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3887 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed system.cpu.util[] (Eugene)osmiy2007-03-125-218/+119
| | | | | | | | | | | - improved configuration script (Eugene) - fixed floats values (Eugene) - developed agent result convertion (Eugene) - more fixes - TODO: WinXX agent \!\!\! git-svn-id: svn://svn.zabbix.com/trunk@3886 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* improved makefilesosmiy2007-02-071-4/+15
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3810 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* * added new metric: "system.boottime" to zabbix_agentguliver2007-02-013-1/+34
| | | | | | | | * added getPROC2() function (retrieve value from /proc file system by name) git-svn-id: svn://svn.zabbix.com/trunk@3785 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of "system.swap.(in/out)[<swap><,param>]" for Linux 2.xosmiy2007-01-102-75/+210
| | | | | | | | | | <param> accept next values: 'count', 'sectors', 'pages' DEFAULT: <swap> = 'all', <param> = 'pages' NOTE: pages allowed only when <swap> is 'all' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - introduced secure strcat and strcpy: zbx_strlcat, zbx_strlcpy (Alexei)alex2006-11-012-10/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of system.swap.size[,pfree] and system.swap.size[,pused] (Alexei)alex2006-11-011-0/+72
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3419 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
* ported 3274:3290 from 1.1.2 (Eugene)osmiy2006-09-083-30/+32
| | | | | | | | | | | | | | | - 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
* - added support of "ayatem.swap.out" key for Linux with kernel 2.4 (Eugene)osmiy2006-07-182-5/+134
| | | | | | | - 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
* zabbix-1.2_dev integrationosmiy2006-07-1212-286/+89
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3038 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed agent crash while evaluating proc.mem[] (Alexei)hugetoad2006-06-271-1/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2987 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - speed improvement for Overview screens (Eugene)osmiy2006-05-122-0/+64
| | | | | | | | | | | | | | - developed 'net.if.total[*]' parameter (Eugene) - fixed new map link adding (Eugene) - fixed host group adding (Eugene) - fixed map displaying (Eugene) - fixed 'No permissions' for 'Latest data','Triggers','Alarms' screens (Eugene) - fixed permision deletion (Eugene) - fixed 'get_map_by_sysmapid' function calls(Eugene) - improved php code execution speed (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2825 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of proc.mem[] for AIX (Eugene)osmiy2006-04-252-3/+3
| | | | | | | - added support of proc.num[] for AIX (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2780 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix proc.mem for linux (Eugene)osmiy2006-04-241-11/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2772 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added 'command line' parameter for Linux proc.mem[] (Eugene)osmiy2006-04-201-236/+265
| | | | | | | | - added parameter '-t key' for ZABBIX agent (Eugene) - added parameters '-h' '-v' for all ZABBIX applications (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2757 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved proc.num for Linux, added parameter 'comm' (Eugene)osmiy2006-01-242-51/+72
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2562 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed system.swap.size (Eugene)osmiy2005-12-153-96/+11
| | | | | | | | - fixed vm.memory.size (Eugene) - fixed configuration file parsing for user specifed functions (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2414 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Minor changes.osmiy2005-12-061-6/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2397 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved support vfs.file.time[filename,<access|modify|change>] (Eugene)osmiy2005-12-051-3/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2395 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "SET_<TYPE>_RESULT" macross (Eugene)osmiy2005-11-2511-229/+65
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2369 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Cleaning server code.hugetoad2005-11-1411-65/+65
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2314 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More functions to return UINT64 instead of double.hugetoad2005-11-134-160/+51
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2308 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-11-121-22/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2302 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-11-121-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2301 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Code cleanup.hugetoad2005-11-103-259/+43
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2296 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved loging to file for windows (Eugene)osmiy2005-11-081-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2291 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of system.cpu.intr for Linux (Eugene)osmiy2005-11-071-2/+29
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2289 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of kernel.maxfiles for Linux (Eugene)osmiy2005-11-073-16/+21
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2285 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of vfs.dev.read[*] for Linux (Eugene)osmiy2005-11-072-197/+149
| | | | | | | - added support of vfs.dev.write[*] for Linux (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2284 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of net.if.collisions[*] for Linux (Eugene)osmiy2005-11-071-5/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2282 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of net.if.in[*] for linux '2.6' (Eugene)osmiy2005-11-071-6/+188
| | | | | | | - added support of net.if.out[*] for linux '2.6' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2281 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* fixed 'system.swap.in' and 'system.swap.out' functions (Eugene)osmiy2005-11-042-2/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2269 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - integrated 'OpenBSD3.7.c' functionality (Eugene)osmiy2005-11-033-6/+49
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2259 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix 's.ffree' to 's.f_ffree' (Eugene)osmiy2005-11-021-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2251 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix shift in PROC_MEMORY function (Eugene)osmiy2005-11-021-13/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2244 97f52cf1-0a1b-0410-bd0e-c28be96e8082