Ik probeer mooie MRTG grafiekjes te krijgen van de 2 netwerkkaarten en huh verkeer op mijn bak, nu maak ik een config met CFGMAKER van MRTG:
Het (denk ik) belangrijkste gedeelte wat ik terug krijg (is teveel om helemaal te posten):
En aan het eind
De SNMPD is gestart, en running.
De config file van SNMP werd ik niet veel wijs uit, moet ik die nog wijzigen ?
Er is helemaal geen output (geen html/png's) als ik mrtg start met deze bovenstaande config file.
Misschien is iets niet geinstalleerd waardoor ie de PNG's niet kan maken ?
Pleas help me !!!!
code:
1
2
3
4
5
| bakkie:/usr/bin # ./cfgmaker --global 'WorkDir: /usr/local/httpd/htdocs/gone/mrtg' --global 'Options[_]: bytes,growright' --output /home/dapozt/mrtg.cfg community@127.0.0.1 |
Het (denk ik) belangrijkste gedeelte wat ik terug krijg (is teveel om helemaal te posten):
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| --base: Get Device Info on community@127.0.0.1:
SNMP Error:
no response received
SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161)
community: "community"
request ID: 1442199500
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 450
SNMPGET Problem for sysDescr sysContact sysName sysLocation sysObjectID on community@127.0.0.1:
at ./cfgmaker line 657
--base: Vendor Id:
--base: Populating confcache
--snpo: Skipping ifName scanning because community@127.0.0.1: does not seem to support it
--snpo: Skipping ifDescr scanning because community@127.0.0.1: does not seem to support it
--snpo: Skipping ipAdEntIfIndex scanning because community@127.0.0.1: does not seem to support it
--snpo: Skipping ifType scanning because community@127.0.0.1: does not seem to support it
--snpo: Skipping ifPhysAddress scanning because community@127.0.0.1: does not seem to support it
--base: Get Interface Info
--base: Walking ifIndex |
En aan het eind
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.7 on community@127.0.0.1:
at ./cfgmaker line 107
--base: Walking ifOperStatus
SNMP Error:
no response received
SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161)
community: "community"
request ID: 1442199510
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.8 on community@127.0.0.1:
at ./cfgmaker line 107
--base: Writing /home/dapozt/mrtg.cfg |
De SNMPD is gestart, en running.
De config file van SNMP werd ik niet veel wijs uit, moet ik die nog wijzigen ?
Er is helemaal geen output (geen html/png's) als ik mrtg start met deze bovenstaande config file.
Misschien is iets niet geinstalleerd waardoor ie de PNG's niet kan maken ?
Pleas help me !!!!