<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
I was changing the output of check_mrtgtraf to work better with our setup when I noticed a minor bug. On line 186 of check_mrtgtraf.c (Revision 1.11), change:<BR>
<BR>
        perfdata("in", (long) adjusted_outgoing_rate, outgoing_speed_rating,<BR>
<BR>
to<BR>
<BR>
        perfdata("out", (long) adjusted_outgoing_rate, outgoing_speed_rating,<BR>
<BR>
changing just the output from "in" to "out". This is in the latest 1.4.0 alpha1 plugin pack by the way.
</BODY>
</HTML>