Adam Majer wrote:
Is that on Etch? Sid (unstable)? Lenny (testing)?

It's on Etch.

What is the content of your mrtg.conf?

mrtg.cfg ist attached.

 Do you have any addresses there
that resolve by DNS to IPv6?

No, I don't think so. I am only using the string "localhost" and a IP (IPv4).

- Adam

Regards,
 Sumit
#
# Global MRTG Configuration
#

LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt,/usr/share/snmp/mibs/TCP-MIB.txt
# RunAsDaemon: Yes
HtmlDir: /home/mrtg/
ImageDir: /home/mrtg/images/
LogDir: /home/mrtg/logs/
Options[_]: bits,growright


#
# Traffic Analysis
#

Target[localhost.traffic]: /$IP$:[EMAIL PROTECTED]:
MaxBytes[localhost.traffic]: 12500000
Title[localhost.traffic]: Traffic Analysis
PageTop[localhost.traffic]: <H1>Traffic Analysis</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>$DOMAIN$</TD></TR>
   <TR><TD>Maintainer:</TD> <TD>$NAME$</TD></TR>
   <TR><TD>Description:</TD><TD>eth0  </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD>External ethernet adapter</TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
   <TR><TD>Ip:</TD>         <TD>$IP$</TD></TR>
 </TABLE>

#
# Load (1 Min., 15 Min.)
#

Target[localhost.uptime]: laLoadInt.1&laLoadInt.3:[EMAIL PROTECTED]
Title[localhost.uptime]: Load (1 Min., 15 Min.)
PageTop[localhost.uptime]: <H1>Load (1 Min., 15 Min.)</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>$DOMAIN$</TD></TR>
   <TR><TD>Maintainer:</TD> <TD>$NAME$</TD></TR>
   <TR><TD>Description:</TD><TD>Load (1 Min., 15 Min.)  </TD></TR>
   <TR><TD>Ip:</TD>         <TD>$IP$</TD></TR>
 </TABLE>
MaxBytes[localhost.uptime]: 10000
YLegend[localhost.uptime]: Load x100
ShortLegend[localhost.uptime]: ||
LegendI[localhost.uptime]: 1 Min
LegendO[localhost.uptime]: 15 Min
Legend1[localhost.uptime]: Load x100 1 minute average
Legend2[localhost.uptime]: Load x100 15 minute average
Options[localhost.uptime]: gauge, nopercent, growright

#
# CPU Monitoring
# (Scaled so that the sum of all three values doesn't exceed 100)
#

Target[localhost.cpu]:ssCpuRawUser.0&ssCpuRawUser.0:[EMAIL PROTECTED] + 
ssCpuRawSystem.0&ssCpuRawSystem.0:[EMAIL PROTECTED] + 
ssCpuRawNice.0&ssCpuRawNice.0:[EMAIL PROTECTED]
Title[localhost.cpu]: Server CPU Load
PageTop[localhost.cpu]: <H1>CPU Load - System, User and Nice Processes</H1>
MaxBytes[localhost.cpu]: 100
ShortLegend[localhost.cpu]: %
YLegend[localhost.cpu]: CPU Util. in %
Legend1[localhost.cpu]: Current CPU percentage load
LegendI[localhost.cpu]: Used
LegendO[localhost.cpu]:
Options[localhost.cpu]: growright,nopercent
Unscaled[localhost.cpu]: ymwd

#
# Memory Monitoring (Total Versus Available Memory)
#

Target[localhost.memory]: memAvailReal.0&memTotalReal.0:[EMAIL PROTECTED]
Title[localhost.memory]: Free Memory
PageTop[localhost.memory]: <H1>Free Memory</H1>
MaxBytes[localhost.memory]: 100000000000
ShortLegend[localhost.memory]: B
YLegend[localhost.memory]: Bytes
LegendI[localhost.memory]: Free
LegendO[localhost.memory]: Total
Legend1[localhost.memory]: Free memory, not including swap, in bytes
Legend2[localhost.memory]: Total memory
Options[localhost.memory]: gauge,growright,nopercent
kMG[localhost.memory]: k,M,G,T,P,X

#
# Memory Monitoring (Percentage usage)
#

Title[localhost.mempercent]: Percentage Free Memory
PageTop[localhost.mempercent]: <H1>Percentage Free Memory</H1>
Target[localhost.mempercent]: ( memAvailReal.0&memAvailReal.0:[EMAIL PROTECTED] 
) * 100 / ( memTotalReal.0&memTotalReal.0:[EMAIL PROTECTED] )
Unscaled[localhost.mempercent]: ymwd
MaxBytes[localhost.mempercent]: 100
YLegend[localhost.mempercent]: Memory %
ShortLegend[localhost.mempercent]: Percent
LegendI[localhost.mempercent]: Free
LegendO[localhost.mempercent]: Free
Legend1[localhost.mempercent]: Percentage Free Memory
Legend2[localhost.mempercent]: Percentage Free Memory
Options[localhost.mempercent]: growright,gauge,nopercent

#
# New TCP Connection Monitoring (per minute)
#

Target[localhost.newconns]: tcpPassiveOpens.0&tcpActiveOpens.0:[EMAIL PROTECTED]
Title[localhost.newconns]: Newly Created TCP Connections
PageTop[localhost.newconns]: <H1>New TCP Connections</H1>
MaxBytes[localhost.newconns]: 10000000000
ShortLegend[localhost.newconns]: c/s
YLegend[localhost.newconns]: Conns / Min
LegendI[localhost.newconns]: In
LegendO[localhost.newconns]: Out
Legend1[localhost.newconns]: New inbound connections
Legend2[localhost.newconns]: New outbound connections
Options[localhost.newconns]: growright,nopercent,perminute

#
# Established TCP Connections
#

Target[localhost.estabcons]: tcpCurrEstab.0&tcpCurrEstab.0:[EMAIL PROTECTED]
Title[localhost.estabcons]: Currently Established TCP Connections
PageTop[localhost.estabcons]: <H1>Established TCP Connections</H1>
MaxBytes[localhost.estabcons]: 10000000000
ShortLegend[localhost.estabcons]:
YLegend[localhost.estabcons]: Connections
LegendI[localhost.estabcons]: In
LegendO[localhost.estabcons]:
Legend1[localhost.estabcons]: Established connections
Legend2[localhost.estabcons]:
Options[localhost.estabcons]: growright,nopercent,gauge

#
# Disk Usage Monitoring for  / and /boot
#

Target[localhost.disk12]: dskPercent.1&dskPercent.2:[EMAIL PROTECTED]
Title[localhost.disk12]: Disk Partition Usage / and /boot
PageTop[localhost.disk12]: <H1>Disk Partition Usage / and /boot</H1>
MaxBytes[localhost.disk12]: 100
ShortLegend[localhost.disk12]: %
YLegend[localhost.disk12]: Utilization in %
LegendI[localhost.disk12]: /
LegendO[localhost.disk12]: /boot
Legend1[localhost.disk12]: Partition "/"
Legend2[localhost.disk12]: Partition "/boot"
Options[localhost.disk12]: gauge,growright,nopercent
Unscaled[localhost.disk12]: ymwd

Reply via email to