[Nagiosplug-devel] [ nagiosplug-Bugs-1386144 ] Bug in check_mrtg plug-in
SourceForge.net
noreply at sourceforge.net
Tue Dec 20 05:17:24 CET 2005
Bugs item #1386144, was opened at 2005-12-21 00:16
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=1386144&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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: James Turnbull (kartar)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in check_mrtg plug-in
Initial Comment:
I get a segmentation fault when I run the check_mrtg
plugin on Red Hat Linux Enterprise 4. The plug-in
version is 1.4.2.
I poked into the code of the plug-in and noticed this line:
int expire_minutes = 0;
I changed it to:
int expire_minutes = -1;
I recompiled the code and the segementation fault was
corrected.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1386144&group_id=29880
More information about the Devel
mailing list