[mrtg] How to monitor various Router Info

This is a discussion on [mrtg] How to monitor various Router Info within the MRTG forums, part of the Networking and Network Related category; --===============0072704128== Content-Type: multipart/alternative; boundary="----=_Part_561_23327823.1208480788704" ------=_Part_561_23327823.1208480788704 Content-Type: text/plain; charset=UTF-8 Content-...


Go Back   Usenet Forums > Networking and Network Related > MRTG

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-18-2008
Kevin Pham
 
Posts: n/a
Default [mrtg] How to monitor various Router Info

--===============0072704128==
Content-Type: multipart/alternative;
boundary="----=_Part_561_23327823.1208480788704"

------=_Part_561_23327823.1208480788704
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello you guys out there... I need help and hope someone will be available

Here's what I got:

Router: Cisco ASA5505 currently reporting traffic utilization to management
station. Both outside and inside being monitored very well

Management Station: SunFire X4100 running on CentOS5 with latest and
greatest fixes & patches

SNMP running on the management station itself and reporting to itself CPU,
disk, RAM, eth0, etc...

I've also got a SRW48G4 Linksys switch reporting its traffic utilization to
the same management station

The steps that I've done to get the above are

cfgmaker --global 'WorkDir: /home/mrtg' --global 'Options[_]:
bits,growright' --output /home/mrtg/cfg/asa.cfg cup@192.168.159.1
cfgmaker --global 'WorkDir: /home/mrtg' --global 'Options[_]:
bits,growright' --output /home/mrtg/cfg/sw-lan.cfg cup@192.168.159.9
cfgmaker --global 'WorkDir: /home/mrtg' --global 'Options[_]:
bits,growright' --output /home/mrtg/cfg/server-traffic.cfg
cup@192.168.159.11

indexmaker --output=/home/mrtg/index.html /home/mrtg/cfg/asa.cfg
/home/mrtg/cfg/sw-lan.cfg /home/mrtg/cfg/server-traffic.cfg
/home/mrtg/cfg/server-stats.cfg

The /home/mrtg/server-stats.cfg file is custom... not created by cfgmaker.

Content of that cfg file is here
==================================
LoadMIBs:
/usr/share/snmp/mibs/UCD-SNMP-MIB.txt,/usr/share/snmp/mibs/TCP-MIB.txt
workdir: /home/mrtg/


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

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


#
# Memory Monitoring (Total Versus Available Memory)
#

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


#
# Memory Monitoring (Percentage usage)
#
Title[server.mempercent]: Percentage Free Memory
PageTop[server.mempercent]: <H1>Percentage Free Memory</H1>
Target[server.mempercent]: ( memAvailReal.0&memAvailReal.0:cup@localhost ) *
100 / ( memTotalReal.0&memTotalReal.0:cup@localhost )
options[server.mempercent]: growright,gauge,transparent,nopercent
Unscaled[server.mempercent]: ymwd
MaxBytes[server.mempercent]: 100
YLegend[server.mempercent]: Memory %
ShortLegend[server.mempercent]: Percent
LegendI[server.mempercent]: Free
LegendO[server.mempercent]: Free
Legend1[server.mempercent]: Percentage Free Memory
Legend2[server.mempercent]: Percentage Free Memory


#
# New TCP Connection Monitoring (per minute)
#

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


#
# Established TCP Connections
#

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


#
# Disk Usage Monitoring
#

#Target[server.disk]: dskPercent.1&dskPercent.2:cup@localhost
#Title[server.disk]: Disk Partition Usage
#PageTop[server.disk]: <H1>Disk Partition Usage /home and /var</H1>
#MaxBytes[server.disk]: 100
#ShortLegend[server.disk]: %
#YLegend[server.disk]: Utilization
#LegendI[server.disk]: /home
#LegendO[server.disk]: /var
#Options[server.disk]: gauge,growright,nopercent
#Unscaled[server.disk]: ymwd

==============================================

Notice that I commented out the last section because when I execute the
graph plotting... it generates the following error:
__________________________________________________ _________
[root@server ~]# env LANG=C /usr/bin/mrtg /home/mrtg/cfg/server-stats.cfg
SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 2 (OID: 1.3.6.1.4.1.2021.9.1.9.2)
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
community: "cup"
request ID: 194740009
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib64/mrtg2/SNMP_util.pm line 490
SNMPGET Problem for dskPercent.1 dskPercent.2 sysUptime sysName on
cup@localhost::::::v4only
at /usr/bin/mrtg line 2035
Thursday, 17 April 2008 at 18:02: ERROR: Target[server.disk][_IN_] '
$target->[8]{$mode} ' did not eval into defined data
Thursday, 17 April 2008 at 18:02: ERROR: Target[server.disk][_OUT_] '
$target->[8]{$mode} ' did not eval into defined data
__________________________________________________ _________

I'm quite fine with that right now... I'm sure I can find a way to fix it...


What I'd like to ask is how do I monitor the Router's Memory, CPU
utilization, errors, warnings, etc...

What I'm looking for is a way to run cfgmaker... but if this has to be a
custom cfg file... would you guys show me an example cfg? Thanks! I dont
seem to know any OID for the ASA5505.

------=_Part_561_23327823.1208480788704
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello you guys out there... I need help and hope someone will be available<br><br>Here's what I got:<br><br>Router: Cisco ASA5505 currently reporting traffic utilization to management station. Both outside and inside being monitored very well<br>
<br>Management Station: SunFire X4100 running on CentOS5 with latest and greatest fixes &amp; patches<br><br>SNMP running on the management station itself and reporting to itself CPU, disk, RAM, eth0, etc...<br><br>I've also got a SRW48G4 Linksys switch reporting its traffic utilization to the same management station<br>
<br>The steps that I've done to get the above are<br><br><font size="2"><span style="font-family: courier new,monospace;">cfgmaker --global 'WorkDir: /home/mrtg' --global 'Options[_]:
bits,growright' --output /home/mrtg/cfg/asa.cfg <a href="mailto:cup@192.168.159.1">cup@192.168.159.1</a></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">cfgmaker --global 'WorkDir: /home/mrtg' --global 'Options[_]: bits,growright' --output /home/mrtg/cfg/sw-lan.cfg <a href="mailto:cup@192.168.159.9">cup@192.168.159.9</a></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">cfgmaker --global 'WorkDir: /home/mrtg' --global 'Options[_]:
bits,growright' --output /home/mrtg/cfg/server-traffic.cfg <a href="mailto:cup@192.168.159.11">cup@192.168.159.1 1</a></span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">indexmaker --output=/home/mrtg/index.html /home/mrtg/cfg/asa.cfg /home/mrtg/cfg/sw-lan.cfg /home/mrtg/cfg/server-traffic.cfg /home/mrtg/cfg/server-stats.cfg</span><br></font><br>
The /home/mrtg/server-stats.cfg file is custom... not created by cfgmaker.<br><br>Content of that cfg file is here<br>==================================<br><spa n style="font-family: courier new,monospace;"></span><span style="font-family: courier new,monospace;"></span><span style="font-family: courier new,monospace;">LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt,/usr/share/snmp/mibs/TCP-MIB.txt</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">workdir: /home/mrtg/</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># CPU Monitoring</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># (Scaled so that the sum of all three values doesn't exceed 100)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Target[server.cpu]:ssCpuRawUser.0&amp;ssCpuRawUser.0:cup@localhost + ssCpuRawSystem.0&amp;ssCpuRawSystem.0:cup@localhos t + ssCpuRawNice.0&amp;ssCpuRawNice.0:cup@localhost</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Title[server.cpu]: Server CPU Load</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PageTop[server.cpu]: &lt;H1&gt;CPU Load - System, User and Nice Processes&lt;/H1&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">MaxBytes[server.cpu]: 100</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ShortLegend[server.cpu]: %</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">YLegend[server.cpu]: CPU Utilization</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Legend1[server.cpu]: Current CPU percentage load</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LegendI[server.cpu]: Used</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">LegendO[server.cpu]:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Options[server.cpu]: growright,nopercent</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Unscaled[server.cpu]: ymwd</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Memory Monitoring (Total Versus Available Memory)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Target[server.memory]: memAvailReal.0&amp;memTotalReal.0:cup@localhost</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Title[server.memory]: Free Memory</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PageTop[server.memory]: &lt;H1&gt;Free Memory&lt;/H1&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">MaxBytes[server.memory]: 100000000000</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ShortLegend[server.memory]: B</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">YLegend[server.memory]: Bytes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">LegendI[server.memory]: Free</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LegendO[server.memory]: Total</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Legend1[server.memory]: Free memory, not including swap, in bytes</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Legend2[server.memory]: Total memory</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Options[server.memory]: gauge,growright,nopercent</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">kMG[server.memory]: k,M,G,T,P,X</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Memory Monitoring (Percentage usage)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Title[server.mempercent]: Percentage Free Memory</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">PageTop[server.mempercent]: &lt;H1&gt;Percentage Free Memory&lt;/H1&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Target[server.mempercent]: ( memAvailReal.0&amp;memAvailReal.0:cup@localhost ) * 100 / ( memTotalReal.0&amp;memTotalReal.0:cup@localhost )</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">options[server.mempercent]: growright,gauge,transparent,nopercent</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Unscaled[server.mempercent]: ymwd</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">MaxBytes[server.mempercent]: 100</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">YLegend[server.mempercent]: Memory %</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ShortLegend[server.mempercent]: Percent</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">LegendI[server.mempercent]: Free</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LegendO[server.mempercent]: Free</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Legend1[server.mempercent]: Percentage Free Memory</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Legend2[server.mempercent]: Percentage Free Memory</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># New TCP Connection Monitoring (per minute)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Target[server.newconns]: tcpPassiveOpens.0&amp;tcpActiveOpens.0:cup@localho st</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Title[server.newconns]: Newly Created TCP Connections</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PageTop[server.newconns]: &lt;H1&gt;New TCP Connections&lt;/H1&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">MaxBytes[server.newconns]: 10000000000</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ShortLegend[server.newconns]: c/s</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">YLegend[server.newconns]: Conns / Min</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">LegendI[server.newconns]: In</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LegendO[server.newconns]: Out</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Legend1[server.newconns]: New inbound connections</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Legend2[server.newconns]: New outbound connections</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Options[server.newconns]: growright,nopercent,perminute</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Established TCP Connections</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Target[server.estabcons]: tcpCurrEstab.0&amp;tcpCurrEstab.0:cup@localhost</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Title[server.estabcons]: Currently Established TCP Connections</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PageTop[server.estabcons]: &lt;H1&gt;Established TCP Connections&lt;/H1&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">MaxBytes[server.estabcons]: 10000000000</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ShortLegend[server.estabcons]:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">YLegend[server.estabcons]: Connections</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">LegendI[server.estabcons]: In</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LegendO[server.estabcons]:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Legend1[server.estabcons]: Established connections</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Legend2[server.estabcons]:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Options[server.estabcons]: growright,nopercent,gauge</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Disk Usage Monitoring</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#Target[server.disk]: dskPercent.1&amp;dskPercent.2:cup@localhost</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#Title[server.disk]: Disk Partition Usage</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#PageTop[server.disk]: &lt;H1&gt;Disk Partition Usage /home and /var&lt;/H1&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#MaxBytes[server.disk]: 100</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#ShortLegend[server.disk]: %</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#YLegend[server.disk]: Utilization</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#LegendI[server.disk]: /home</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#LegendO[server.disk]: /var</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#Options[server.disk]: gauge,growright,nopercent</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#Unscaled[server.disk]: ymwd</span><br><br>===================================== =========<br><br>Notice that I commented out the last section because when I execute the graph plotting... it generates the following error:<br>
__________________________________________________ _________<br><span style="font-family: courier new,monospace;">[root@server ~]# env LANG=C /usr/bin/mrtg /home/mrtg/cfg/server-stats.cfg</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">SNMP Error:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Received SNMP response with error code</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; error status: noSuchName</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; index 2 (OID: 1.3.6.1.4.1.2021.9.1.9.2)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">SNMPv1_Session (remote host: &quot;localhost&quot; [127.0.0.1].161)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; community: &quot;cup&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; request ID: 194740009</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; PDU bufsize: 8000 bytes</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; timeout: 2s</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; retries: 5</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; backoff: 1)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;at /usr/bin/../lib64/mrtg2/SNMP_util.pm line 490</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">SNMPGET Problem for dskPercent.1 dskPercent.2 sysUptime sysName on cup@localhost::::::v4only</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;at /usr/bin/mrtg line 2035</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Thursday, 17 April 2008 at 18:02: ERROR: Target[server.disk][_IN_] ' $target-&gt;[8]{$mode} ' did not eval into defined data</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Thursday, 17 April 2008 at 18:02: ERROR: Target[server.disk][_OUT_] ' $target-&gt;[8]{$mode} ' did not eval into defined data</span><br>_________________________________________ __________________<br>
<br>I'm quite fine with that right now... I'm sure I can find a way to fix it... <br><br>What I'd like to ask is how do I monitor the Router's Memory, CPU utilization, errors, warnings, etc...<br><br>What I'm looking for is a way to run cfgmaker... but if this has to be a custom cfg file... would you guys show me an example cfg? Thanks! I dont seem to know any OID for the ASA5505.<br>

------=_Part_561_23327823.1208480788704--


--===============0072704128==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg

--===============0072704128==--

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:58 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0