SNMP Traffic-Monitor f. LINUX ges

Moin liebe Netzwerk-Experten!

Bestimmt gibt es sowas in den 5.000 Programmen, doch ich hab’s noch nicht gefunden…

Ich suche einen SNMP Netzwerkmonitor für Linux (SuSE 9.1), der die typischen Parameter meines Internet-Routers liest (bandwith usage, kB in/out aufdröselbar nach Tageszeiten, etc.). Mein Router ist ein _separates_ Gerät, d.h. der Linux-Server selber routet nicht.

Ich suche sowas ähnliches, was der PRTG unter Win$$$ macht (http://www.paessler.com/products/prtg); ich aber jetzt nach einer Alternative suche, um meinen PC nicht ständig eingeschaltet zu haben.

Der Linux Traffic-Monitor braucht selber keine GUI (weil Hintergrundprog.), sondern nur die Auswertekomponente.

Hat jemand einen Freeware-Tipp für mich? Schönen Dank!!!

Cheers!
Hawky

Hallo,

Ich suche einen SNMP Netzwerkmonitor für Linux (SuSE 9.1), der
die typischen Parameter meines Internet-Routers liest
(bandwith usage, kB in/out aufdröselbar nach Tageszeiten,
etc.).

smnpwalk

Der Linux Traffic-Monitor braucht selber keine GUI (weil
Hintergrundprog.), sondern nur die Auswertekomponente.

Hat jemand einen Freeware-Tipp für mich? Schönen Dank!!!

mrtg?

niehaus@toxic:/usr/share/debian-cd$ apt-cache show mrtg
Package: mrtg
Priority: extra
Section: net
Installed-Size: 1151
Maintainer: Michael-John Turner 
Architecture: i386
Version: 2.9.17-4
Depends: debconf (\>= 0.4.07), libsnmp-session-perl (\>= 0.86), perl-modules (\>= 5.6.0), perl (\>= 5.6.0-16), libc6 (\>= 2.2.4-4), libgd1 (\>= 1.8.4-9), libpng2(\>=1.0.12), zlib1g (\>= 1:1.1.3)
Suggests: mrtg-contrib, httpd | www-browser
Filename: pool/main/m/mrtg/mrtg\_2.9.17-4\_i386.deb
Size: 433766
MD5Sum: b7aced31ac2bd53afb5e3a41fe09a571
Description: Multi Router Traffic Grapher
 The Multi Router Traffic Grapher is a tool primarily used to monitor the
 traffic load on network links (typically by using SNMP). MRTG generates HTML
 pages containing PNG images which provide a LIVE visual representation of this
 traffic. MRTG typically produces daily, weekly, monthly, and yearly graphs.
 .
 In addition to monitoring via SNMP, MRTG can also generate graphs based on
 the output of any application, allowing one to generate graphs of anything
 that needs monitoring (for example, CPU and memory usage, email volumes, web
 hits, etc). For faster data collection, MRTG can also interface to RRDtool.
 For more information, see http://www.ee.ethz.ch/~oetiker/webtools/mrtg/.
 .
 The mrtg-contrib package contains the contributed scripts and configuration
 files that used to form part of the mrtg package.

niehaus@toxic:/usr/share/debian-cd$ 

mrtg war bei SuSE 9.0 enthalten und sollte auch bei 9.1 nicht fehlen.

Gruß,

Sebastian

vielen Dank!
Lieber Sebastian,

vielen Dank für die Info. Werde es sogleich ausprobieren.

Grüße
Hawky