[Nagiosplug-devel] [ nagiosplug-Bugs-1344584 ] check_snmp Counter64 values not handled correctly

SourceForge.net noreply at sourceforge.net
Mon Oct 31 22:44:58 CET 2005


Bugs item #1344584, was opened at 2005-10-31 22:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: prjctgeek (prjctgeek)
Assigned to: Nobody/Anonymous (nobody)
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.




----------------------------------------------------------------------

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