[ LUGOS ] MRTG configure

Matija Grabnar matija.grabnar na arnes.si
Ned Okt 22 00:43:21 CEST 2000


> mene zanima kako skonfigurirat oz kaj napisat pod target v cfg
> datoteki MRTGja da mi bo gledal promet na eni mrezni kartici enga
> serverja. Recimo da ma ta mrezna ip 192.168.0.10

ALi imas pravico pobirat SNMP iz routerja/switcha? Ce je, potem si 
kar poglej navadna navodila za konfiguracijo na http://www.mrtg.org/

Ce ne mores pobirati iz routerja, ampak bi res rad direktno iz streznika, 
potem pa

mrtg.cfg:

Target[eth0]: `/usr/local/bin/ethpackets`
MaxBytes[eth0]: 12500000
Title[eth0]: Eth0 traffic
Options[eth0]: bits, growright
PageTop[eth0]: <H1>Eth0 Traffic</H1>
YLegend[eth0]: bits
LegendI[eth0]: bits in
LegendO[eth0]: bits out
Legend1[eth0]: bits in
Legend2[eth0]: bits out


Ethpackets:
#!/usr/bin/perl
open(INP,"</proc/net/dev") || die "Can not open /proc/net/dev: $!";
while (<INP>) {
    @a=split;
    print "$a[0]\n$a[9]\n" if ($a[0]=~s/eth0://);
}




Dodatne informacije o seznamu Starilist