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]: C:
PageTop[localhost.EStorage]: <H1>E Disk Usage</H1>
This is the reply I am getting from
perl mrtg mrtg.cfg:
Quote:
]{$mode} ' did not eval into defined data
2009-02-09 15:36:14: ERROR: Target[localhost.cstorage][_IN_] '.1.3.6.1.2.1.25.2.
3.1.5. $target->[7]{$mode} - .1.3.6.1.2.1.25.2.3.1.6. $target->[7]{$mode} / .1
.3.6.1.2.1.25.2.3.1.5. $target->[7]{$mode} * 100' (warn): Use of uninitialized
value in division (/) at (eval 76) line 1.
2009-02-09 15:36:14: ERROR: Target[localhost.cstorage][_OUT_] '.1.3.6.1.2.1.25.2
.3.1.5. $target->[7]{$mode} - .1.3.6.1.2.1.25.2.3.1.6. $target->[7]{$mode} / .
1.3.6.1.2.1.25.2.3.1.5. $target->[7]{$mode} * 100' (warn): Use of uninitialized
value in division (/) at (eval 77) line 1.
2009-02-09 15:36:14: ERROR: Target[localhost.estorage][_IN_] '.1.3.6.1.2.1.25.2.
3.1.5. $target->[2]{$mode} - .1.3.6.1.2.1.25.2.3.1.6. $target->[2]{$mode} / .1
.3.6.1.2.1.25.2.3.1.5. $target->[2]{$mode} * 100' (warn): Use of uninitialized
value in division (/) at (eval 78) line 1.
2009-02-09 15:36:14: ERROR: Target[localhost.estorage][_OUT_] '.1.3.6.1.2.1.25.2
.3.1.5. $target->[2]{$mode} - .1.3.6.1.2.1.25.2.3.1.6. $target->[2]{$mode} / .
1.3.6.1.2.1.25.2.3.1.5. $target->[2]{$mode} * 100' (warn): Use of uninitialized
value in division (/) at (eval 79) line 1.
2009-02-09 15:36:14: ERROR: Target[localhost.http-err1][_IN_] ' $target->[8]{$mo
de} ' did not eval into defined data
|
Any help please?