mrtg probleme

ClemensBW

Registered User
Hoi :o)

mrtg ist jetzt installiert, will aber noch nicht so recht.

http://87.118.97.xxx/mrtg/ hat er mir angelegt.

Dann mache ich:

Code:
venus:/etc# /usr/bin/cfgmaker --global 'Workdir: /var/www/mrtg' --global 'Options[_]:growright' --output /etc/mrtg.conf public@87.118.97.xxx
--base: Get Device Info on public@87.118.97.xxx:
SNMP Error:
no response received
SNMPv1_Session (remote host: "87.118.97.xxx" [87.118.97.xxx].161)
                  community: "public"
                 request ID: -1931317722
                PDU bufsize: 8000 bytes
                    timeout: 2s
                    retries: 5
                    backoff: 1)
 at /usr/share/perl5/SNMP_util.pm line 627
SNMPWALK Problem for 1.3.6.1.2.1.1 on public@87.118.97.xxx::::::v4only
 at /usr/bin/cfgmaker line 828
WARNING: Skipping public@87.118.97.xxx as no info could be retrieved

--base: Writing /etc/mrtg.conf

sooo

die mrtg.cfg sieht so aus:
######################################################################
# Multi Router Traffic Grapher -- Sample Configuration File
######################################################################
# This file is for use with mrtg-2.5.4c

# Global configuration
WorkDir: /var/www/mrtg
WriteExpires: Yes

Title[^]: Traffic Analysis for

# 128K leased line
# ----------------
#Title[leased]: a 128K leased line
#PageTop[leased]: <H1>Our 128K link to the outside world</H1>
#Target[leased]: 1:public@router.localnet
#MaxBytes[leased]: 16000

die mrtg.conf so:

# Created by
# /usr/bin/cfgmaker --global 'Workdir: /var/www/mrtg' --global 'Options[_]:growright' -$

### Global Config Options

# for UNIX
# WorkDir: /home/http/mrtg

# for Debian
WorkDir: /var/www/mrtg

# or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no
Workdir: /var/www/mrtg
Options[_]:growright

######################################################################
# System:
# Description:
# Contact:
# Location:
######################################################################



Ideen?
Ich muss auch sagen, dass ich mrtg sonst auch noch nicht in der Hand hatte :)
 
reallumpi said:
snmpd is installiert?
jap :)


reallumpi said:
snmpd.conf korrekt eingestellt?
vermutlich nicht *g*

Ich wäre euch sehr dankbar, wenn ihr mir da helfen könntet, die pfade sind:
/etc/snmp/snmpd.conf
/etc/mrtg.cfg
/etc/mrtg.conf

mrtg liegt in /var/www/mrtg/

danke
 
Hallo!
Wie sieht die snmpd.conf aus? Läuft der snmp daemon? Was sagt cfgmaker public@localhost (Oder wie auch immer dein community string lauten mag)?

mfG
Thorsten
 
Thorsten said:
Wie sieht die snmpd.conf aus?
die ganz normale Standartconfig (noch nix probiert)

Thorsten said:
Läuft der snmp daemon?
klar doch :)

Thorsten said:
cfgmaker public@localhost

folgendes:

Code:
venus:~# cfgmaker public@localhost
--base: Get Device Info on public@localhost:
SNMP Error:
no response received
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
                  community: "public"
                 request ID: 489244374
                PDU bufsize: 8000 bytes
                    timeout: 2s
                    retries: 5
                    backoff: 1)
 at /usr/share/perl5/SNMP_util.pm line 627
SNMPWALK Problem for 1.3.6.1.2.1.1 on public@localhost::::::v4only
 at /usr/bin/cfgmaker line 828
WARNING: Skipping public@localhost: as no info could be retrieved

# Created by
# /usr/bin/cfgmaker public@localhost


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  for Debian
WorkDir: /var/www/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System:
# Description:
# Contact:
# Location:
######################################################################


venus:~#

btw. in http://IP/mrtg/ liegt zumindest schonmal eine index.html :o
 
ClemensBW said:
die ganz normale Standartconfig (noch nix probiert)

bei dir siehts wahrscheinlich so aus

Code:
#       sec.name  source          community
com2sec paranoid  default         public
#com2sec readonly  default         public
#com2sec readwrite default         private

aussehn sollts aber so (community string halt eventuell auf was anderes setzen)

Code:
#       sec.name  source          community
#com2sec paranoid  default         public
com2sec readonly  default         public
#com2sec readwrite default         private

dann snmpd neustarten und sollt funktionieren.
 
soooo :)

cfgmaker public@localhost redet mittlerweile mit mir, dass sieht auch recht gut aus.

mrtg zeigt trotzdem nix an, die mrtg.conf sieht so aus:

Code:
  GNU nano 1.2.4                                                         File: mrtg.conf

# Created by
# /usr/bin/cfgmaker --global 'Workdir: /var/www/mrtg' --global 'Options[_]:growright' --output /etc/mrtg.conf public@localhost


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  for Debian
WorkDir: /var/www/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no
Workdir: /var/www/mrtg
Options[_]:growright

######################################################################
# System: km21138-05.keymachine.de
# Description: Linux km21138-05.keymachine.de 2.6.8-022stab070.9-smp #1 SMP Thu Apr 20 10:35:42 MSD 2006 i686
# Contact: Root <root@localhost> (configure /etc/snmp/snmpd.local.conf)
# Location: Unknown (configure /etc/snmp/snmpd.local.conf)
######################################################################

noch ideen? :)


edit: hat sich erledigt, ich habe hier: http://forums.gentoo.org/viewtopic-t-105862-highlight-mrtg.html eine _SEHR_ gute Anleitung gefunden :)
 
Last edited by a moderator:
Back
Top