mrtg traffic statistik leer

TAiS46

Registered User
Hallo,

habe gerade mrtg nach einem Tutorial installiert.
Leider liefert es keine Werte!

Config:
Code:
Target[127.0.0.1_2]: 2:public@127.0.0.1:
SetEnv[127.0.0.1_2]: MRTG_INT_IP="95.211.85.1" MRTG_INT_DESCR="eth0"
MaxBytes[127.0.0.1_2]: 1250000
Title[127.0.0.1_2]: Traffic Analysis for 2 -- localhost
PageTop[127.0.0.1_2]: <h1>Traffic Analysis for 2 -- localhost</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>localhost in Unknown (configure /etc/snmp/snmpd.local.conf)</td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>Root &lt;root@localhost&gt; (configure /etc/snmp/snmpd.local.conf)</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>eth0  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>eth0</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>1250.0 kBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>95.211.85.1 (hosted-by.leaseweb.com)</td>
                                </tr>
                        </table>
                </div>

ifconfig
Code:
eth0      Link encap:Ethernet  Hardware Adresse 00:30:48:b9:07:96
          inet Adresse:95.211.85.1  Bcast:95.211.85.7  Maske:255.255.255.248
          inet6-Adresse: fe80::230:48ff:feb9:796/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:31235673461 errors:0 dropped:13528 overruns:0 frame:0
          TX packets:58090743613 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:4764134034276 (4.3 TiB)  TX bytes:84814472668829 (77.1 TiB)
          Speicher:fc200000-fc220000

Die Statistik wird zwar aktualisiert, zeigt jedoch keine Daten an.
Woran kann das liegen?

Danke, Gruß
 
Was steht in der 127.0.0.1_2.log? Lauter Nullen?
Ist SNMP-Zugriff auf die Interface-MIB gestattet? Was sagt die snmp.log?
Was steht in der mrtg.cfg? Sind für die Limits (MaxBytes) sinnvolle Werte eingetragen?
Bei Loopback läßt sich sowas von MRTG normalerweise nicht automatisch ermitteln.
Was steht in der mrtg.log?
 
Back
Top