aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-17 10:58:58 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-17 10:58:58 +0000
commit0901696b219cd8d65b368b45712cb22b5b0b7138 (patch)
treec437d771677be04dbbe947dd9040e681d5aade03 /lcd4linux.conf.sample
parent1d354fd87d4c07906e82d104ba8614d30ae9cbbe (diff)
downloadlcd4linux-0901696b219cd8d65b368b45712cb22b5b0b7138.tar.gz
[lcd4linux @ 2004-06-17 10:58:57 by reinelt]
changed plugin_netdev to use the new fast hash model git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@474 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 8028435..c1adc4a 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -256,7 +256,7 @@ Widget DiskBar {
Widget Eth0 {
class 'Text'
- expression (netdev('eth0.Rx.bytes', 500)+netdev('eth0.Tx.bytes', 500))/1024
+ expression (netdev('eth0', 'Rx_bytes', 500)+netdev('eth0', 'Tx_bytes', 500))/1024
prefix 'eth0'
postfix ' '
width 10
@@ -267,8 +267,8 @@ Widget Eth0 {
Widget Eth0Bar {
class 'Bar'
- expression netdev('eth0.Rx.bytes', 500)
- expression2 netdev('eth0.Tx.bytes', 500)
+ expression netdev('eth0', 'Rx_bytes', 500)
+ expression2 netdev('eth0', 'Tx_bytes', 500)
length 14
direction 'E'
update tack