Liczba postów: 2
Liczba wątków: 1
Dołączył: Dec 2012
Reputacja:
0
Hello !
I would like to graph datas like VCC, temperature INP3 voltage, INP5 current. Maybe someone already has working mrtg.cfg file to share ?
Also Tomek, i read you are preparing additional board for current till 12A, when can it be ready ? Im quite interested in such stuff, cause i wanna use lan controller within my solar power system to check values (voltage and current) from solar panels.
Thanks for response,
Andy
PS: I understand and speak polish without problem, so you can answer me in polish. Just I cant write. Sorry...
<t></t>
Liczba postów: 2
Liczba wątków: 1
Dołączył: Dec 2012
Reputacja:
0
Thanks, I will try. If someone has working mrtg.cfg, it can save me a lot of time.
Voltage 0V - 36V (max i measured).
<t></t>
Liczba postów: 20
Liczba wątków: 2
Dołączył: Jan 2014
Reputacja:
0
Working for my:
[root@wola root]$ cat /opt/etc/mymrtg.cfg
# Created by
# /opt/bin/cfgmaker --global "WorkDir: /opt/var/www/html" --output /etc/mymrtg.cfg public@10.10.10.210
#ConversionCode: /opt/bin/conv.pl
### Global Config Options
# for UNIX
# WorkDir: /home/http/mrtg
# or for NT
# WorkDir: c:\mrtgdata
### Global Defaults
# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits
Language: polish
EnableIPv6: no
WorkDir: /opt/smb/html
#RunAsDaemon:Yes
Interval:5
LoadMIBs: mchip.mib
#nobanner
######################################################################
# System:
# Description: 3.22
# Contact: LAN_SWITCH-HOME
# Location:
######################################################################
Target[temp_1]: enterprises.17095.5.1.0&enterprises.17095.5.1.0:public@10.10.10.210:::::2
MaxBytes[temp_1]: 50
Unscaled[temp_1]: dwmy
YLegend[temp_1]: Temperatura(oC)
ShortLegend[temp_1]: oC
Factor[temp_1]: 1
Xsize[temp_1]: 600
Ysize[temp_1]: 200
Ytics[temp_1]: 5
YTicsFactor[temp_1]: 1
LegendI[temp_1]: Okno Temperatura DS18B20
LegendO[temp_1]: Okno Temperatura DS18B20
Legend1[temp_1]: oC
Legend2[temp_1]: oC
Options[temp_1]: gauge,nopercent,growright
Title[temp_1]: Okno Temperatura DS18B20
PageTop[temp_1]: Temperatura DS18B20
Suppress[temp_1]: y
Target[temp_2]: enterprises.17095.6.1.0&enterprises.17095.6.1.0:public@10.10.10.210:::::2
MaxBytes[temp_2]: 50
Unscaled[temp_2]: dwmy
YLegend[temp_2]: Temperatura DTH22(oC)
ShortLegend[temp_2]: oC
Factor[temp_2]: 1
Xsize[temp_2]: 600
Ysize[temp_2]: 200
Ytics[temp_2]: 5
YTicsFactor[temp_2]: 1
LegendI[temp_2]: Okno Temperatura DTH22
LegendO[temp_2]: Okno Temperatura DTH22
Legend1[temp_2]: oC
Legend2[temp_2]: oC
Options[temp_2]: gauge,nopercent,growright
Title[temp_2]: Okno Temperatura DTH22
PageTop[temp_2]: Temperatura DTH22
Suppress[temp_2]: y
Target[extsens_2]: enterprises.17095.6.2.0&enterprises.17095.6.2.0:public@10.10.10.210:::::2
MaxBytes[extsens_2]: 100
Unscaled[extsens_2]: dwmy
YLegend[extsens_2]: RH(%)
ShortLegend[extsens_2]: %
Factor[extsens_2]: 1
Xsize[extsens_2]: 600
Ysize[extsens_2]: 200
Ytics[extsens_2]: 10
YTicsFactor[extsens_2]: 1
LegendI[extsens_2]: Humidity
LegendO[extsens_2]: Humidity
Legend1[extsens_2]: %
Legend2[extsens_2]: %
Options[extsens_2]: gauge,nopercent,growright
Title[extsens_2]: Humidity
PageTop[extsens_2]: Humidity
Suppress[extsens_2]: y
<t></t>