summaryrefslogtreecommitdiffstats
path: root/src/zabbix_agent/diskdevices.c
Commit message (Expand)AuthorAgeFilesLines
* fixed commilation osmiy2007-04-141-1/+0
* - fixed system.cpu.util[] (Eugene)osmiy2007-03-121-18/+18
* - tested and fixed jabber messager (Eugene)osmiy2007-02-191-1/+1
* - introduced secure strcat and strcpy: zbx_strlcat, zbx_strlcpy (Alexei)alex2006-11-011-6/+4
* - added ZABBIX agent for Win64 platforms. (Eugene)osmiy2006-08-041-1/+1
* Improved Win32 inegrationosmiy2006-07-141-1/+1
* Improoved Win32 SysLogingosmiy2006-07-131-1/+1
* zabbix-1.2_dev integrationosmiy2006-07-121-14/+26
* - added support of "system.cpu.util[]" key for HPUX (Eugene)osmiy2006-05-291-0/+4
* Converting %m to %s plus strerror(errno).hugetoad2005-11-021-2/+2
* - change copyright to SIA Zabbix (Alexei)hugetoad2005-05-151-2/+2
* - replace strncpy() with secure strscpy() where possible (Alexei)hugetoad2004-01-081-2/+2
* Added 2004 to the Copyright notice.hugetoad2003-12-221-1/+1
* - fix of /proc/stat interpretation in diskdevice.c (Alexei)hugetoad2003-10-151-14/+18
* Fixed compilation of the agent under FreeBSD (Alexei)hugetoad2003-05-281-2/+3
* Fixed compilation of Zabbix agent under Solaris.hugetoad2003-03-311-3/+7
* Fixes of disk activity monitoring.hugetoad2003-03-291-0/+8
* - added support for disk_read_opsX[*],disk_write_opsX[*],disk_read_blksX[*],hugetoad2003-03-291-65/+187
* Improvements for disk stats code.hugetoad2003-03-281-14/+37
* Changes related to support of disk stats.hugetoad2003-03-271-25/+34
* Minor changes.hugetoad2003-03-261-40/+40
* - added basice support of monitoring of disk stats (Alexei)hugetoad2003-03-261-0/+338