[rrd-users] Got SNMP working, but... (Was: SNMP - what do i do wrong?)

spiekey spiekey at hotmail.com
Wed Feb 27 16:25:51 MET 2002


Hello!
Firstly i found out that my snmpd wasnt even running, then i did tried the
tutorial from wolfgarten.com, but i get an error when i wanna get the datas
from snmpd.
netstat shows that port 161 is listening, and i have no firewall, snmpd
should creathe my public user, cause i didnt create any users manually, hope
thats fine is this case.
These are my config files (see below) and thats my error:

ERROR:
=================================================================
# /usr/local/mrtg-2/bin/mrtg /etc/mrtg.conf
SNMP Error:
Received SNMP response with error code
  error status: noSuchName
  index 1 (OID: 1.3.6.1.2.1.2.2.1.10.5)
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
                  community: "public"
                 request ID: 343383403
                PDU bufsize: 8000 bytes
                    timeout: 2s
                    retries: 5
                    backoff: 1)
 at /usr/local/mrtg-2/bin/../lib/mrtg2/SNMP_util.pm line 450
SNMPGET Problem for ifInOctets.5 ifOutOctets.5 sysUptime sysName on
public at localhost
 at /usr/local/mrtg-2/bin/mrtg line 1491
WARNING: Expected a number but got ''
WARNING: Expected a number but got ''


This is my mrtg.conf:
=================================================================
# Das Workdir betimmt, wohin die Logfiles und .html Dateien geschoben werden
WorkDir: /share
#
# Alternativ koennen die Verzeichnisse auch
# fest angegeben werden, WorkDir deaktivieren
# und die nachfolgenden drei Variablen setzen.
#
# HtmlDir: /usr/local/httpd/htdocs/
# Imagedir: /usr/local/httpd/htdocs/GameTrakker/mrtg
# LogDir: /usr/local/httpd/htdocs/GameTrakker/mrtg

# mrtg kann mit mehreren (hier: 4) Instanzen gestartet werden
Forks: 4

# MaxBytes gibt die Anzahl der maximal gleichzeitig
# uebertragbaren Anzahl an Bytes an (auch Bandbreite genannt)
# Berechnung: Kilobitzahl / 8 * 1000
# Beispiel: TDSL mit Dt. Telekom, 768 Kbit
# -> 768 / 8 * 1000 = 96000
#
# Diesen Wert unbedingt richtig setzen, damit der Graph richtig
# erzeugt wird!
MaxBytes[eth0]: 96000

WithPeak[eth0]: wm

# Alle 10 Minuten soll der Browser die erzeugten .html Dateien
# reloaden
Refresh: 600

# Alle fuenf Minuten werden die .html Dateien neu erzeugt
Interval: 5

# Dies erzeugt .meta Dateien fuer den Apache
WriteExpires: Yes

# Jeden Text bitte in Deutsch anzeigen
Language: german

# Der Graph soll von links nach rechts verlaufen
# und die Anzeige soll in Bits sein
Options[eth0]: growright, bits

# Das Target von SNMP Daemon,
# Syntax: Device:Communityname at localhost
Target[eth0]: 5:public at localhost

# Zeigt die Uptime an
RouterUptime[eth0]: public at localhost

# Fuer die erzeugten .html Dateien nen bisschen
# bla bla
Title[eth0]: Trafficanalyse von eth0
PageTop[eth0]: <h1>Trafficuebersicht eth0</h1>
PageFoot[eth0]: Kontakt an <a
href="mailto:sebastian at wolfgarten.com">Sebastian</a>
# Der Jahresgraph soll nicht angezeigt werden
Suppress[eth0]: y
=================================================================



SNMPD.conf
================================================================
# Dieses Beispiel erzeugt eine Community namens "public" fuer
# den SNMP Daemon
com2sec                         local     localhost        public
group MyROGroup v1              local
group MyROGroup v2c             local
group MyROGroup usm             local
view all    included  .1        80
access MyROGroup ""      any    noauth    exact  all    none   none


Thank you for any tips or solution!

Cheers, spiekey

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list