Ik had het idee om na een linux installatie ook weer eens mrtg te gaan draaien..
Alles voorelkaar: apache/php/gd etc..
Heb ucd-snmp geinstalleerd, en vervolgens mrtg gecompileerd.
Ging alllemaal goed tot dat ik cfgmaker ging starten met deze opties:
Ik kreeg errors zoals deze:
Het lijkt mij dat ik iets verkeerd heb ik m'n config file..
Die is gewoon standaard, dus dat is ook raar..
Weet iemand wat dit kan zijn?
Alles voorelkaar: apache/php/gd etc..
Heb ucd-snmp geinstalleerd, en vervolgens mrtg gecompileerd.
Ging alllemaal goed tot dat ik cfgmaker ging starten met deze opties:
code:
1
2
| ./cfgmaker --global 'Workdir: /home/mike/www/_stats/mrtg' --global 'Options[_]: bits,growright' -- output /home/mike/www/_stats/mrtg/mrtg.cfg public@192.168.0.100 |
Ik kreeg errors zoals deze:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| --base: Get Device Info on public@192.168.0.100:
--base: Vendor Id:
--base: Populating confcache
--snpo: Skipping ifName scanning because public@192.168.0.100: does not seem to support it
--snpo: Skipping ifDescr scanning because public@192.168.0.100: does not seem to support it
--snpo: Skipping ipAdEntIfIndex scanning because public@192.168.0.100: does not seem to support it
--snpo: Skipping ifType scanning because public@192.168.0.100: does not seem to support it
--snpo: Skipping ifPhysAddress scanning because public@192.168.0.100: does not seem to support it
--base: Get Interface Info
--base: Walking ifIndex
SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 1 (OID: 1.3.6.1.2.1.2.2.1.1)
SNMPv1_Session (remote host: "192.168.0.100" [192.168.0.100].161)
community: "public"
request ID: 622927964
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/local/mrtg-2/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 1 (OID: 1.3.6.1.2.1.2.2.1.1)
SNMPv1_Session (remote host: "192.168.0.100" [192.168.0.100].161)
community: "public"
request ID: 622927964
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/local/mrtg-2/bin/../lib/mrtg2/SNMP_util.pm line 540 |
Het lijkt mij dat ik iets verkeerd heb ik m'n config file..
Die is gewoon standaard, dus dat is ook raar..
Weet iemand wat dit kan zijn?