Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 143.106.16.14:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

------------------------------------------------------------------------------
@@ -735,24 +735,36 @@
 
 This plugin can display your cpu and case temperature and ram usage. This requires a 
properly configure lm_sensors! If the standard sensors frontend delivered with 
lm_sensors works your OK.
 
+When one of your temperatures goes over the lm_sensors specified maximum temperature, 
the font color of all text on the idlebar changes to red, so u'll notice when your 
freevo box is starting to fry :). If you want to adjust these maximums, have a look at 
the lm_sensors documentation. The defaults are sane (60°s).     
+
+{{{<cpusensor>}}} and {{{<casesensor>}}} are the corresponding lm_sensors: this 
should be ''temp1'', ''temp2'' or ''temp3''. Defaults to ''temp3'' for 
{{{<cpusensor>}}} and ''temp2'' for {{{<casesensor>}}}.
+
+{{{<meminfo>}}} is the memory info you want, types ar the same as in 
'''/proc/meminfo''' : 
 {{{
-plugin.activate('idlebar.sensors', level=40, args=('tempx', 'tempy', 'meminfo'))
-}}}
-Tempx and tempy are the corresponding lm_sensors : this should be temp1, temp2 or 
temp3 (some very exotic motherboards may have more temp sensors, they are supported 
too). Defaults to temp3 for cpu and temp2 for case. 
-For example, if your motherboard maps temp1 to the cpu sensor and temp3 to the case 
sensor, u use the following args:
+MemTotal , MemFree, MemShared, Buffers, Cached, SwapCached, Active, Inactive, 
+HighTotal, HighFree, LowTotal, LowFree, SwapTotal and SwapFree
+}}} 
+
+The plugin defaults {{{<meminfo>}}} to ''{{{MemTotal}}}''. These names are 
'''case-sensitive''', so be carefull.
+
+{{{<casesensor>}}} and {{{<meminfo>}}} arguments can be set to {{{None}}} if you 
don't want them. {{{<cpusensor>}}} cannot be turned off at the moment.
+
+
+To activate the idle bar sensors, put the following in your '''local_conf.py'''.
+
+Syntax:
+
 {{{
-args=('temp1', 'temp3')
+plugin.activate('idlebar.sensors', level=40, args=('<cpusensor>', '<casesensor>', 
'<meminfo>'))
 }}}
 
-Meminfo is the memory info u want, types ar the same as in /proc/meminfo : 
-{{{
-MemTotal , MemFree, MemShared, Buffers, Cached, SwapCached, Active, Inactive, 
HighTotal, HighFree, LowTotal, LowFree, SwapTotal and SwapFree
-}}} 
-The plugin defaults too MemTotal. These names are case-sensitive, so be carefull.
 
-Tempy and meminfo arguments can be set to None if u don't want them. Cpusensor cannot 
be turned off atm.
+Example: CPU is temp3 in lm_sensors, I want no case info and I want to display the 
free memory ({{{MemFree}}}):
+
+{{{
+plugin.activate('idlebar.sensors', level=40, args=('temp3', None, 'MemFree'))
+}}}
 
-When one of your temperatures goes over the lm_sensors specified maximum temperature, 
the font color of all text on the idlebar changes to red, so u'll notice when your 
freevo box is starting to fry :). If u want to adjust these maximums, have a look at 
the lm_sensors documentation. The defaults are sane (60°s).     
 
 == Icecast ==
 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to