View Single Post
Old 06-12-2009, 08:13 AM   #2 (permalink)
sony_at
Registered User
 
Join Date: Jun 2009
Posts: 1
OS: xp, ubuntu 9.04


Re: MRTG Configuration (Windows Server 2003)

Hi,

I just started using MRTG myself and it took me a while to figure this one out. I was getting the same error message. It turns out that MRTG always wants to plot two graphs. You need to combine two OIDs with the '&' symbol:
.1.3.6.1.2.1.25.2.3.1.5.3&.1.3.6.1.2.1.25.2.3.1.6.3:community@server

I can't guarantee that this will work as I have still problems getting an actual graph, but at least I'm not getting the error message anymore.


Quote:
Originally Posted by yancho View Post
Hi,

I am trying to monitor the CPU, Networking, and HDD space on Windows Server 2003. I am in need to use this configuration on a set of other servers, which are all the same.

This is the configuration file:

Code:
YLegend[localhost.CStorage]: % Disk
WithPeak[localhost.CStorage]: ymw
Options[localhost.CStorage]: growright,gauge,nobanner,noarrow
Target[localhost.CStorage]: .1.3.6.1.2.1.25.2.3.1.5.1:pubic@localhost - .1.3.6.1.2.1.25.2.3.1.6.1:pubic@localhost / .1.3.6.1.2.1.25.2.3.1.5.1:pubic@localhost * 100
Title[localhost.CStorage]: Disk Space Used
MaxBytes[localhost.CStorage]: 584733869
ShortLegend[localhost.CStorage]: %
Legend1[localhost.CStorage]: C Drive
Legend3[localhost.CStorage]: Max C Drive
LegendI[localhost.CStorage]:  C:
PageTop[localhost.CStorage]: <H1>C Disk Usage</H1>

YLegend[localhost.EStorage]: % Disk
WithPeak[localhost.EStorage]: ymw
Options[localhost.EStorage]: growright,gauge,nobanner,noarrow
Target[localhost.EStorage]: .1.3.6.1.2.1.25.2.3.1.5.3:pubic@localhost - .1.3.6.1.2.1.25.2.3.1.6.3:pubic@localhost / .1.3.6.1.2.1.25.2.3.1.5.3:pubic@localhost * 100
Title[localhost.EStorage]: Disk Space Used
MaxBytes[localhost.EStorage]: 584733869
ShortLegend[localhost.EStorage]: %
Legend1[localhost.EStorage]: E Drive
Legend3[localhost.EStorage]: Max E Drive
LegendI[localhost.EStorage]: &nbsp;C:
PageTop[localhost.EStorage]: <H1>E Disk Usage</H1>
This is the reply I am getting from perl mrtg mrtg.cfg:



Any help please?
sony_at is offline   Reply With Quote