summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/poller/checks_snmp.c
Commit message (Expand)AuthorAgeFilesLines
* - [DEV-195] added support of source ip addresssasha2008-08-041-0/+6
* - [DEV-115] enhanced sender to use only one TCP connection (Alexei)alex2008-02-151-1/+0
* - [DEV-114] special processing of simple SNMP OIDs like ifDescr, ifInOctets,...alex2008-02-081-7/+543
* - fixed processing of negative SNMP integers (Alexei)alex2007-08-151-1/+9
* - fixed processing of SNMP octet strings (Alexei)alex2007-08-141-2/+46
* - developed database monitoring via ODBC (Eugene)osmiy2007-06-081-57/+8
* - more strict processing of response codes of all passive checks (Alexei)alex2007-04-231-8/+8
* - fixed processing of COUNTER64 SNMP values (Alexei)alex2007-04-051-2/+3
* - fixed support of 'curl' library (Eugene)osmiy2007-04-031-3/+3
* Beautification of code.alex2007-03-191-27/+67
* - fixed system.cpu.util[] (Eugene)osmiy2007-03-121-9/+0
* - added hosts.dns. Host name is for informational purposes only. (Alexei)alex2007-02-051-4/+4
* - removed support of parameter DisablePinger (Alexei)alex2006-12-231-1/+1
* Minor fixes.alex2006-12-191-1/+3
* - fixed buffer overflow while processing SNMP IP addresses (Alexei)alex2006-12-191-17/+5
* Fixed several warnings.alex2006-12-031-2/+2
* - changed all zabbix_log(lev, str) to zabbix_log(lev,"%s", str) (Alexei)alex2006-11-011-15/+15
* - fixed processing of SNMP HEX and OCTET string values (Alexei)alex2006-10-271-9/+19
* proted r3218:3224 from 1.1.2osmiy2006-08-291-0/+1
* zabbix-1.2_dev integrationosmiy2006-07-121-25/+25
* - fixed processing of SNMP having non-standard port (Alexei)hugetoad2006-07-111-1/+7
* - fixed two different units in two graph axes (Alexei)hugetoad2006-01-211-1/+1
* Minor changes.hugetoad2006-01-121-2/+5
* - possibly fixed processing of SNMP Counter32 metrics (Alexei)hugetoad2006-01-111-2/+2
* Minor changes.hugetoad2006-01-111-1/+2
* - minor fixes for SNMP handling (Alexei)hugetoad2005-12-301-2/+3
* - SNMP string values to be automatically converted to numeric (Alexei)hugetoad2005-12-101-3/+22
* - minor changes (SET_DBL_RESULT -> SET_UI64_RESULT)osmiy2005-11-281-1/+1
* - added "SET_<TYPE>_RESULT" macross (Eugene)osmiy2005-11-251-45/+47
* Code cleanup.hugetoad2005-11-221-48/+123
* Added preliminary host and user bulk loader. Still a lot more needs to be ...james_wells2005-11-181-21/+47
* Minor changes.hugetoad2005-10-181-7/+7
* - added processing of SNMP counter64 (Alexei)hugetoad2005-10-131-1/+4
* - support of all types of SNMP metrics (Alexei)hugetoad2005-08-041-3/+26
* Minor changes.hugetoad2005-06-121-0/+298