Saqib bin Sohail said: > What I can't understand is that do we need to put entries in Snmpd.conf > about what mrtg.cfg wants to see. > > Because I didn't put entries about Eth0 and Eth1 but still was able to see > them. That is really puzzling me.
mrtg is traditionally a network monitoring tool, so most of it's features are geared towards network interfaces. snmpd on my systems by default reveal more then 4,600 different OIDs I can query: [EMAIL PROTECTED]:~]# snmpwalk -O n localhost public .1 | wc -l 4682 if your wanting to stuff other then network monitoring you usually have to construct the mrtg.cfg entries yourself, lots of examples are available on my howto site: http://howto.aphroland.de/HOWTO/MRTG nate -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
