hoffe, ich bin hier im richtigen forum. ich habe mich mal daran gewagt ein superkaramba themezu verändern.
http://www.debianforum.de/gallery/BilderVomForum/afz
und zwar möchte ich, dass in der abteilung netzwerk meine wlan daten sehen.
bei mir ist eth0 das normale lan und eth1 wlan
ich habe nun in diesem code
Code: Alles auswählen
################################################################################
# Network
################################################################################
<group> x=10 y=405
image x=-5 y=-10 PATH="img/icons/network.png"
text x=70 y=10 value="Network Load" color=110,220,255 fontsize=16 font="neuropol" shadow=1
text x=85 y=69 value="IP:" color=110,220,255 fontsize=11 font="nimbus sans l" shadow=1
text x=105 y=69 sensor=program program="/sbin/ip addr show eth1 | grep 'inet ' | cut -d t -f2 | cut -d / -f1 | cut -b 2-" color=109,255,10 fontsize=10 font="nimbus sans l" shadow=1
################################################################################
# Sensor network upload
# range is up to 100 kb. change 'max' value if needed.
image x=60 y=40 path="img/netgrid-up.png"
graph x=60 y=41 w=140 h=28 color=109,255,10 sensor=network format="%in" interval=1000 max=100
text x=20 y=42 sensor=network color=109,255,10 format="%in Kb" fontsize=11 font="nimbus sans l" decimals=1 shadow=1
text x=5 y=42 value="In:" color=110,220,255 fontsize=11 font="nimbus sans l" DECIMALS=1 shadow=1
################################################################################
# Sensor network upload
# range is up to 16 kb. change 'max' value if needed.
image x=60 y=80 path="img/netgrid-down.png"
graph x=60 y=81 w=140 h=28 color=110,220,255 sensor=network format="%out" interval=1000 max=20
text x=20 y=82 sensor=NETWORK color=109,255,10 format="%out Kb" fontsize=11 font="nimbus sans l" DECIMALS=1 shadow=1
text x=-5 y=82 value="Out:" color=110,220,255 fontsize=11 font="nimbus sans l" DECIMALS=1 shadow=1
text x=55 y=57 sensor=program program="/sbin/ifconfig eth1 | grep 'RX byte' | awk '{print $3 $4}'"color=109,255,10 align=right fontsize=11 font="nimbus sans l" interval=1000 shadow=1
text x=30 y=97 sensor=program program="/sbin/ifconfig eth1 | grep 'RX byte' | awk '{print $7 $8}'" color=109,255,10 align=center fontsize=11 font="nimbus sans l" interval=1000 shadow=1
</group>
meine IP wird nun richtig angezeigt und ich glaube auch die MB Zahlen in den Klammern, aber bei In und Out werden keine Kb Zahlen angezeigt und auch der Graph wird nicht gezeichnet.
Was habe ich übersehen?
danke