[Nagiosplug-devel] check_mrtgtraf bug

Darrell Mozingo dmozingo at topechelon.com
Thu Jan 8 11:46:02 CET 2004


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:

        perfdata("in", (long) adjusted_outgoing_rate,
outgoing_speed_rating,

to

        perfdata("out", (long) adjusted_outgoing_rate,
outgoing_speed_rating,

changing just the output from "in" to "out". This is in the latest 1.4.0
alpha1 plugin pack by the way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20040108/2ab2a351/attachment.html>


More information about the Devel mailing list