[Nagiosplug-devel] [ nagiosplug-Bugs-1344584 ] check_snmp Counter64 values not handled correctly
SourceForge.net
noreply at sourceforge.net
Sun Apr 15 08:43:51 CEST 2007
Bugs item #1344584, was opened at 2005-11-01 01:44
Message generated for change (Comment added) made by dermoth
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1344584&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: snapshot tarball
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: prjctgeek (prjctgeek)
>Assigned to: Thomas Guyot (dermoth)
Summary: check_snmp Counter64 values not handled correctly
Initial Comment:
After adding this snippet at line 253
else if (strstr (response, "Counter64: ")) {
show = strstr (response,
"Counter64: ") + 11;
}
and at 285-to show long longs
asprintf (&show, "%llu", response_value[i]);
the comparison of Counter64 values to the warning and
critical ranges still do not function correctly.
----------------------------------------------------------------------
Comment By: Thomas Guyot (dermoth)
Date: 2007-04-15 02:43
Message:
Logged In: YES
user_id=375623
Originator: NO
this problem is now fixed in cvs. thank you for your report.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1344584&group_id=29880
More information about the Devel
mailing list