[Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.23,1.24
Subhendu Ghosh
sghosh at users.sourceforge.net
Mon Feb 17 20:05:06 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv3959
Modified Files:
check_snmp.c
Log Message:
OID type prefix patch [Patches-679403]
Index: check_snmp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_snmp.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** check_snmp.c 3 Feb 2003 21:43:18 -0000 1.23
--- check_snmp.c 18 Feb 2003 04:04:09 -0000 1.24
***************
*** 302,305 ****
--- 302,307 ----
else if (strstr (response, "INTEGER: "))
show = strstr (response, "INTEGER: ") + 9;
+ else if (strstr (response, "STRING: "))
+ show = strstr (response, "STRING: ") + 8;
else
show = response;
More information about the Commits
mailing list