summaryrefslogtreecommitdiffstats
path: root/src/zabbix_agent
Commit message (Expand)AuthorAgeFilesLines
* Misc changes.hugetoad2005-05-163-10/+10
* - change copyright to SIA Zabbix (Alexei)hugetoad2005-05-1518-60/+209
* - fixed read loop in active.c. (Alexei)hugetoad2005-05-151-18/+23
* - support of file[*] (Alexei)hugetoad2005-05-142-0/+23
* - changed MAX_STRING_LEN to MAX_BUF_LEN in memset() in active.c (Alexei)hugetoad2005-05-101-2/+1
* Fixes for active checks.hugetoad2005-05-081-1/+3
* Minor changes.hugetoad2005-05-061-1/+1
* Minor changes.hugetoad2005-05-061-3/+3
* Minor change.hugetoad2005-05-051-1/+1
* Processing of unsupported active checks.hugetoad2005-05-051-3/+10
* Minor changes.hugetoad2005-05-051-2/+2
* - added parameter RefreshActiveChecks to zabbix_agentd.conf (Alexei)hugetoad2005-05-053-10/+65
* Minor changes.hugetoad2005-05-021-2/+2
* Minor changes.hugetoad2005-05-011-11/+10
* Minor changes.hugetoad2005-05-011-2/+9
* Minor changes.hugetoad2005-05-011-10/+13
* More support for active checks.hugetoad2005-05-013-18/+82
* More support for active checks.hugetoad2005-04-302-71/+88
* Minor changes.hugetoad2005-04-301-5/+5
* Changes for active checks support.hugetoad2005-04-292-2/+125
* Minor changes.hugetoad2005-04-281-5/+13
* Minor changes.hugetoad2005-04-281-1/+3
* Minor changes.hugetoad2005-04-281-0/+1
* More support for active checks.hugetoad2005-04-261-89/+67
* - started development of active agent checks (Alexei)hugetoad2005-04-254-6/+291
* - support of memory[free] under OS/X (Alexei)hugetoad2005-03-182-1/+44
* - support of memory[total] under OS/X (Alexei)hugetoad2005-03-183-2/+22
* Minor changes.hugetoad2005-03-182-1/+2
* - fixed compilation of agent under OS/X (Alexei)hugetoad2005-03-181-0/+4
* - fixed memory[total] for HP-UX when >4GB of memory (Alexei)hugetoad2005-03-181-1/+1
* - fixed memory[free] for HP-UX when >4GB of memory (Alexei)hugetoad2005-03-171-1/+1
* Minor changes.hugetoad2005-03-171-1/+1
* - no warning about uninitialised function_str (Alexei)hugetoad2005-03-161-2/+2
* Changed version to 1.1alpha6.hugetoad2005-02-181-1/+1
* - fix of agent crash on 64 bit platforms in CKSUM() (Alexei)hugetoad2005-02-171-1/+3
* - support for unlimited number of user parameters (Alexei)hugetoad2005-02-054-13/+56
* Fix for handling user parameters.hugetoad2005-02-041-1/+4
* - added support of passing of parameters to user-defined commands (Alexei)hugetoad2005-02-042-46/+54
* - fix for complation of the agent under Solaris (Alexei)hugetoad2005-01-151-1/+1
* Fixes for Cygwin environment.hugetoad2005-01-023-40/+43
* Added missing #include "cpustat.h" (Alexei)hugetoad2005-01-021-0/+1
* - fixed parsing of command line parameters. Thanks to Slix. (Alexei)hugetoad2004-12-221-1/+1
* - added link to ZABBIX manual from all forms (Alexei)hugetoad2004-12-181-1/+1
* Version string changed to 1.1alpha2.hugetoad2004-11-221-1/+1
* Fixed for CPU stats.hugetoad2004-11-223-14/+111
* - support for cpu[idleX], cpu[userX], cpu[niceX], cpu[systemX] (Alexei)hugetoad2004-11-221-21/+88
* Misc fixes.hugetoad2004-11-221-135/+89
* Minor changes.hugetoad2004-11-213-279/+80
* Basdic support of CPU stat under Linux (idle, system, nice, user times) (Alexei)hugetoad2004-11-213-1/+538
* - agent will return ZBX_UNSUPPORTED in case if execute command returned EOL ...hugetoad2004-11-081-0/+12