]> git.ipfire.org Git - ipfire-2.x.git/blame - config/lcdproc/lcdproc.conf
make.sh: Fit more processes into memory
[ipfire-2.x.git] / config / lcdproc / lcdproc.conf
CommitLineData
52ac8f6e
MT
1# LCDproc client configuration file
2
3## general options ##
4[lcdproc]
5# address of the LCDd server to connect to
6Server=localhost
7
8# Port of the server to connect to
9Port=13666
10
11# set reporting level
12ReportLevel=2
13
14# report to to syslog ?
15ReportToSyslog=false
16
17# run in foreground [default: false; legal: true, false]
18#Foreground=true
19
20# PidFile location when running as daemon [default: /var/run/lcdproc.pid]
21#PidFile=/var/run/lcdproc.pid
22
23# slow down initial announcement of modes (in 1/100s)
24#delay=2
25
26# display name for the main menu [default: LCDproc HOST]
27#DisplayName=lcdproc
28
29## screen specific configuration options ##
30
31[CPU]
32# Show screen
33Active=True
34OnTime=1
35OffTime=2
36ShowInvisible=false
37
38[Iface]
39# Show screen
40Active=True
41
42# Show stats for Interface0
43Interface0=green0
44# Interface alias name to display [default: <interface name>]
45Alias0=LAN
46
47# Show stats for Interface1
48Interface1=red0
49Alias1=WAN
50
51# Show stats for Interface2
52Interface2=blue0
53Alias2=WIFI
54
55# for more than 3 interfaces change MAX_INTERFACES in iface.h and rebuild
56
57# Units to display [default: byte; legal: byte, bit, packet]
58unit=bit
59
60# add screen with transferred traffic
61#transfer=TRUE
62
63[Memory]
64# Show screen
65Active=True
66
67[Load]
68# Show screen
69Active=True
70# Min Load Avg at which the backlight will be turned off [default: 0.05]
71LowLoad=0.00
72# Max Load Avg at which the backlight will start blinking [default: 1.3]
73HighLoad=2.5
74
75[TimeDate]
76# Show screen
77Active=True
78# time format [default: %H:%M:%S; legal: see strftime(3)]
79TimeFormat="%H:%M:%S"
80# date format [default: %x; legal: see strftime(3)]
81DateFormat="%x"
82
83[About]
84# Show screen
85Active=false
86
87[SMP-CPU]
88# Show screen
89Active=false
90
91[OldTime]
92# Show screen
93Active=false
94# time format [default: %H:%M:%S; legal: see strftime(3)]
95TimeFormat="%H:%M:%S"
96# date format [default: %x; legal: see strftime(3)]
97DateFormat="%x"
98
99[BigClock]
100# Show screen
101Active=false
102
103[Uptime]
104# Show screen
105Active=false
106
107[Battery]
108# Show screen
109Active=false
110
111[CPUGraph]
112# Show screen
113Active=false
114
115[ProcSize]
116# Show screen
117Active=false
118
119[Disk]
120# Show screen
121Active=false
122
123[MiniClock]
124# Show screen
125Active=True
126# time format [default: %H:%M; legal: see strftime(3)]
127TimeFormat="%H:%M"
128
129# EOF