> Im using MRTG to monitor IIS on a windows 2000 server box, the > problem > is the first time the script is run it returns the value fine, then > afterwards it always returns 0, even though from a packet capture > the win2000 box is returning the right value with no errors. This > is happening with multiple items. > 1140438036 34792 121 > 1140438036 0 0 0 0 > 1140438021 0 0 0 0 > > YLegend[iis.getpost]: GETS/POSTS > Options[iis.getpost]: growright,nopercent,integer
Each of the subsequent lines in the log file is recording the difference between the current value and the previous one, so it is probably correct. It may be more appropriate to use the 'gauge' option for this parameter. See the appropriate secion in the configuration reference: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/doc/mrtg-reference.en.ht ml Regards, Scott. -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
