|
||||||||
Hi Michel! Try using the cfgmaker for finding the correct values for each interface. Command syntax in your case would be: Perl cfgmaker public@10.1.1.1 --global "WorkDir: /var/www/html/traffic" --output mrtg.cfg You could also snmpwalk your monowall box to find them. My three LAN interfaces were numbered as follows: ### Interface 1 - WAN ### Target[192.168.1.1_1]: 1:public@192.168.1.1: ### Interface 2 - DMZ ### Target[192.168.1.1_2]: 2:public@192.168.1.1: ### Interface 3 - LAN ### Target[192.168.1.1_3]: 3:public@192.168.1.1: Hope it helps. /Martin -----Original Message----- From: Michel Schilthuizen [mailto:bulk at deputy dot nl] Sent: 23. oktober 2003 11:19 To: m0n0wall at lists dot m0n0 dot ch Subject: Re: [m0n0wall] snmp / mrtg, how to get started Hey Guys, Thanks for all the great feedback. Using bits and pieces from all the mails returned, I got it all to work just fine! I only have one small issue left. At the moment I only seem to be able to get the traffic information from the LAN interface. My mrtg.cfg file contains the following: ------------------------------ WorkDir: /var/www/html/traffic LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt RunAsDaemon: Yes Interval: 5 Target[lan]: 1:public@10.1.1.1 PageTop[lan]: <H2>LAN interface on router.deputy.nl</H2> Title[lan]: LAN traffic on router.deputy.nl WithPeak[lan]: wym Suppress[lan]: y MaxBytes[lan]: 12500000 Target[wan]: 0:public@10.1.1.1 PageTop[wan]: <H2>WAN interface on router.deputy.nl</H2> Title[wan]: WAN traffic on router.deputy.nl WithPeak[wan]: wym Suppress[wan]: y MaxBytes[wan]: 1250000 ---------------------------- Should I use a different ID for the WAN adapter? Is there something else I need to check? I hope you can help me fix this last bit as well! Cheers, Michel Quoting Michel Schilthuizen <bulk at deputy dot nl>: > Hi Guys, > > I am happy to see that snmp was added to M0n0wall. This should get me started > > on having bandwidth graphs. > > However, I am not really able to figure out how it should work. I assume > M0n0wall sends snmptraps to a machine (what does system contact mean), which > > logs the traps, which are used by mrtg? > > Could anyone point me to a website at which this is further explained? > > Cheers, > Michel Schilthuizen > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > > --------------------------------------------------------------------- To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |